The way u drive them is there is a route set and you can only go from start to end you cant move away from the rout u only go strait and it is usually by clicking E by the wheel if there is a way sry didnt read all ur posts but that is all i know about tanks in moh!
The way u drive them is there is a route set and you can only go from start to end you cant move away from the rout u only go strait and it is usually by clicking E by the wheel if there is a way sry didnt read all ur posts but that is all i know about tanks in moh![/quote:75cb7] DC is part right
no, that's not right.
i installed that map almost a year ago or so and ran it.
You should be able to drive all the vehicles and control them.
there is no route. it is an open board.
i think you can. but i have never tried and have never seen it done.
it would be pretty damn complicated.
you would need to figure out how to merge code for drivable vehicles with the stock maps.
the tankbattle map would give you the code to make the tanks work.
but because the tanks don't already exist on the board, you need to spawn them in your scripts.
i don't know your experience, but this is definately an advanced mod.
you would have to add your own script lines like....
spawn vehicles/tigertank.tik
then give it a targetname and origin, etc.
how i do things like this is...open the tankbattle map in radiant. copy all the tank info down on paper. so when you spawn the tank, you do it from the script instead of in the map itself
then you check out and take what you need from the tankbattle scripts to make the tanks driveable
that is...if you make the mod server-side, which it sounds like what you want to do.