Path Maker

Blitz3D Forums/Blitz3D Programming/Path Maker

nerdy_kid(Posted 2008) [#1]
A little path creator I've made. It needs winb3d. It supports .wld,.x,.3ds,.x files. I have'nt acually created a loader for the file it exports yet, and I could use some help with that. I need it to load the file into a multi-dimensional array. You can use this for whatever. I hope someone finds it usefull.

<Enter> to export the file, <up> and <down> to control camera height, mousez to control camera speed, left mouse to create waypoint, <u> or right mouse to undo, mousewheel to create a new path.






Hope you like it.


chwaga(Posted 2008) [#2]
could you break it into codeboxes so we can easily seperate the chunks, and stick it in a zip and put it on filefront?


nerdy_kid(Posted 2008) [#3]
no clue how to do that, or I would.


jhocking(Posted 2008) [#4]
[codebox] insert code here [ /codebox]


Naughty Alien(Posted 2008) [#5]
whatz Winb3d?


nrasool(Posted 2008) [#6]
Naughty Alien: I think he may be referring to http://www.winblitz3d.co.uk/

:)


nerdy_kid(Posted 2008) [#7]
here's the main file:



here's the world loader:



and the world loader user changes:



And a couple more things: You have to type the extension at the export file name, and all these files go in the same
folder.
Hope you like it.