Log in

View Full Version : Line counter on Xeno Walker HUD



Abuse
12-03-2012, 05:57 AM
Hello,

I think it would be very helpful, and (I hope) easy to implement. What I mean:

Ex:

#1] Node: ~~~
#2] Node: ~~~
#3] Ladder: ~~~~
~
#212] Stand: ~~~


Etc.


This way, if someone is having problems on a script they could say: "Walker bugs between line #145 and #150" and script creators and others could help fix the problems way faster.



Anyhow, just a small idea that I hope others would like aswell!


- Abuse

Neant
12-03-2012, 06:10 AM
Hello,

I think it would be very helpful, and (I hope) easy to implement. What I mean:

Ex:

#1] Node: ~~~
#2] Node: ~~~
#3] Ladder: ~~~~
~
#212] Stand: ~~~


Etc.


This way, if someone is having problems on a script they could say: "Walker bugs between line #145 and #150" and script creators and others could help fix the problems way faster.



Anyhow, just a small idea that I hope others would like aswell!


- Abuse

Never thought of it but it's actually a very good idea. And it would indeed make a lot of things a lot easier!

DarkstaR
12-03-2012, 02:20 PM
Added to this issue tracker ma nigga.

Chaotic Deathcaster
12-03-2012, 03:54 PM
like this idea :P

Xeromex
12-03-2012, 03:57 PM
Hmm very nice idea, I also think there must be a nicer to way to move waypoints,
Example: You forgot to make label 'deposit'.
You can click on 'move up' but to move it up 100 labels is many work.
An idea is to move up with the Page Up button and move down with the Page Down button.

DarkstaR
12-03-2012, 04:47 PM
Hmm very nice idea, I also think there must be a nicer to way to move waypoints,
Example: You forgot to make label 'deposit'.
You can click on 'move up' but to move it up 100 labels is many work.
An idea is to move up with the Page Up button and move down with the Page Down button.


Page up is forwarded to shift+f3 and page down to shift+f6. This will not change as I am very used to using insert->page down as pvp hotkeys due to their location on the keyboard. I may however add "move to front" or "move to back" or "move up 10." Not sure yet.

Xeromex
12-03-2012, 05:57 PM
Page up is forwarded to shift+f3 and page down to shift+f6. This will not change as I am very used to using insert->page down as pvp hotkeys due to their location on the keyboard. I may however add "move to front" or "move to back" or "move up 10." Not sure yet.
Would be nice to do that because this takes alot of time

Joshwa534
12-03-2012, 06:15 PM
Excellent idea. =]

Abuse
12-03-2012, 08:58 PM
Thanks man :) Hope it helps it all :D


PS: You seem like a great developer who pays attention to their customers :)

Mannow
12-06-2012, 05:23 AM
Xeromex

You can open the .XBST file and scroll down to the "waypoints" section.

You then copy/cut the waypoint line you want to move, simply scroll up and paste it into the position you want it in.

I personally find this very easy. sometimes i miss a waypoint to stand on the ladder before using it for example, so i make the wpt where the ladder is, save the file then open it in notepad++.

Copy the wpt from the bottom of the list (the waypoint you just made) and move it up to the position you need it in.

Also, if you are using notepad, and not notepad++, get it, now.

:)

Hope it helped.

Xeromex
12-06-2012, 04:37 PM
Xeromex

You can open the .XBST file and scroll down to the "waypoints" section.

You then copy/cut the waypoint line you want to move, simply scroll up and paste it into the position you want it in.

I personally find this very easy. sometimes i miss a waypoint to stand on the ladder before using it for example, so i make the wpt where the ladder is, save the file then open it in notepad++.

Copy the wpt from the bottom of the list (the waypoint you just made) and move it up to the position you need it in.

Also, if you are using notepad, and not notepad++, get it, now.

:)

Hope it helped.
Yes, I know this already but I think some kind of 'drag' function would be way more useful