[Release][APP]-PathFinder Compiler

06/28/2009 09:45 funhacker#1
This app will compile pathfinder data file for you all you have to do is fill out an INI file (MapDestination.ini) then run the exe it will then output a fresh MapDestination.dat for you.

INI Instructions:

Firstly you have the [Main]
The only value in this so far is totalpaths
This is how many path finding options you want you may put in as many as you want (I have yet to find a limit)


Next we have the paths settings within the ini file

Code:
[[COLOR="Red"]X[/COLOR]]
Name=[COLOR="Red"]PathName[/COLOR]
X=[COLOR="Red"]xposition[/COLOR]
Y=[COLOR="Red"]yposition[/COLOR]
MapID=[COLOR="Red"]MapID[/COLOR]
X = this goes from 1 untill you hit how many you want
exmaple if you have 3 you will have [1] [2] and [3]

Name = The Path's name that will display when choosing it

X = The final X Cell your character will locate to

Y = The final Y Cell your character will locate to

MapID = The map's ID you want this path to be displayed on

There is an example INI file within the rar file so you may see how it works..

MapDestination.ini
Code:
[Main]
totalpaths=4
[1]
Name=Test1
X=363
Y=283
MapID=1000
[2]
Name=Test2
X=127
Y=256
MapID=1000
[3]
Name=Test3
X=144
Y=328
MapID=1000
[4]
Name=Test4
X=615
Y=754
MapID=1000
MapID 1000 = Cronus

Lastly all descriptions will advertise ACME of course there is always a price to pay for easy work :D
06/28/2009 09:48 hio77#2
very nice ... i guess people stopped asking for you to do it for them lol
06/28/2009 09:52 CynicalLord#3
Awesome man - Thnx alot.
06/28/2009 09:53 funhacker#4
Quote:
Originally Posted by hio77 View Post
very nice ... i guess people stopped asking for you to do it for them lol
eh tbh some asked i just never got back to them lols (actually forgot...)

its not anything special what i was offering was without the advertisement xD
06/28/2009 09:53 funhacker#5
*deleted* stupid double posting crap....
06/28/2009 10:51 Necron33#6
Thank you funhacker !, 100% tested and working. =D
06/28/2009 13:07 Nassuz#7
Thx alot +1:)

will test later
06/28/2009 13:41 ArabianPrince#8
Very cool...
06/28/2009 14:28 Spy520#9
ty vm ty vm ty vm ty vm ty vm o.o

But I have a Question . Example the Pathfinding in Cronus there is a Part Called Market where you get Sub-Menu from it , How to make this?
06/28/2009 15:08 rexes13#10
great work funhacker...nice release...
06/28/2009 17:10 funhacker#11
Quote:
Originally Posted by Spy520 View Post
ty vm ty vm ty vm ty vm ty vm o.o

But I have a Question . Example the Pathfinding in Cronus there is a Part Called Market where you get Sub-Menu from it , How to make this?
i am able to do it but as of now for some reason it bugs up on me and stops you from accessing any other menus after first use untill soul.exe reboot... so didn't add untill i have that bug worked out
06/28/2009 18:47 Spy520#12
Quote:
Originally Posted by funhacker View Post
i am able to do it but as of now for some reason it bugs up on me and stops you from accessing any other menus after first use untill soul.exe reboot... so didn't add untill i have that bug worked out
Ok Thanks for and info and the Program , I know you can do it :p so Don't give up :D
06/28/2009 21:46 hio77#13
Quote:
Originally Posted by funhacker View Post
eh tbh some asked i just never got back to them lols (actually forgot...)

its not anything special what i was offering was without the advertisement xD
:D its still a very good job in working out how you managed to edit this .... ild love to know how you did it :P but i understand some things cant be told :rolleyes::rolleyes:
06/29/2009 01:26 psycrazy#14
Very thanks man!

Great Post!