Page 1 of 1
How do i add vehicles to a map?
Posted: Sat Dec 09, 2006 7:24 pm
by valiant
ok, so i am wondering how to add vehicles to a map. i wanted to add the atxt to a map, but dont know how. can you help?
Posted: Sat Dec 09, 2006 7:31 pm
by Galactic_Marine
Use the search function or look in the everything you need faq, I'd be shocked if it wasn't there
Posted: Sat Dec 09, 2006 7:34 pm
by valiant
yet I am asking now for direct advice because I am having specific issues with the AT-XT and some others, like the AT-PT, that i got from the secretsociety website.
Posted: Sat Dec 09, 2006 7:41 pm
by Penguin
you need to create a custom side for them.
Read the jedi docs, if you have, scim over them again becouse its the same prinicible with vehicles.
Posted: Sat Dec 09, 2006 7:52 pm
by valiant
as in adding vehicles onto the map? so that they are useable?
Posted: Sat Dec 09, 2006 8:06 pm
by Penguin
for adding custom vehicles to a map
to make them useable to you have make a vehiclespawn in ZE and give it the vehicles .req name and in the lua make it call the .req name
Posted: Sat Dec 09, 2006 9:04 pm
by valiant
I hate to be a pain, but can you give any step-by-step instructions as to how to understand what buttons to push? idk anything about how to use zero editor. thanks for being patient with me.

Posted: Sat Dec 09, 2006 10:20 pm
by Kyross
talking about my memory again, if I recall right they have all the files neededmaybe even in the folders. What you have to do is create a local side for your map and put the assets in there.
Try this for example:
If you are going tobe using an edited republi, copy the folders with the files you would be changeing from the main mod tools' assets >sides> rep folder. Then take the files you downloadedfor the AT-XT and place them in their respective folder (ODF, MSH, req, possibly effects). Now, the rep.req you will have to open with notepad and you will see a list of units. These are actualy file sin the req folder which it will relay to the .lua so you have to hit enter somewhere to make a space in the list and add in a line(exactly the same as the other ones) with rep_walk_atxt of whatever the req name was. Save it. Then go to the common> scripts> modname folder of your project and open the respective lua file(again with notepad).
Where it has this stuff
ReadDataFile("sound\\tat.lvl;tat2gcw")
ReadDataFile("SIDE\\all.lvl",
"all_inf_rifleman",
"all_inf_rocketeer",
"all_inf_sniper",
"all_inf_engineer",
"all_inf_officer",
"all_inf_wookiee",
"all_hero_hansolo_tat")
Again make a space and add in the same line you put in the rep.req
ReadDataFile("sound\\tat.lvl;tat2gcw")
ReadDataFile("SIDE\\all.lvl",
"all_inf_rifleman",
"all_inf_rocketeer",
"all_inf_sniper",
"all_inf_engineer",
"all_inf_officer",
"OMG_WTF_ROFFLECOPTERS"
"all_inf_wookiee",
"all_hero_hansolo_tat")
Then it's set up and you just have to make room in the memory pools, place the spawn module in zeroedit, fill out the proper values...