Page 1 of 1

2 questions

Posted: Sat Apr 25, 2009 7:36 am
by SCORCH
How do i get assets from bf1 to use on my bf2 map? And how do i know the names of vehicles??? the readme only tells you one!....

EDIT:okay, one more question(didnt know if i should create another topic or what so...) how do i move the automatic set up cps? they always appear underground!!!!!! :x

Re: 2 questions

Posted: Sat Apr 25, 2009 7:45 am
by Frisbeetarian
1. The assets are contained in the BattleFront SDK located HERE. After you have the assets, they are added to your map like any BF2 asset.
2. If by readme, you mean Getting Started.doc it actually mentions two :wink: . Regardless, the names mentioned are the ODF names of the vehicles.

Re: 2 questions

Posted: Sat Apr 25, 2009 12:43 pm
by Eggman
To figure out the names of vehicles, take a look at the corresponding side's .req files. For example, say you want to tell a vehicle spawn to spawn a Republic fightertank: go into the assets, open up the folder for the REP side, and open the file "rep.req" in Notepad or a similar program. In here, you'll find the names of all the units and vehicles that are loaded through the rep side. So for the fightertank example, you would want to look for "rep_hover_fightertank" and tell the vehicle spawn in ZE to load that (also make sure you add rep_hover_fightertank in the mode's .lua file).