Page 1 of 1

two modding problems

Posted: Mon Oct 15, 2007 4:24 pm
by Silas
First- Whenever i give a lightsaber to a soldier, and i use force sprint, he always moves extremely slowly. How do you fix that?

Second- How do i get an LA-AT in my map that can fly? i can't get it to show up in my map, no matter which .odf of the gunship i place.

plz help

Re: two modding problems

Posted: Mon Oct 15, 2007 4:38 pm
by FOOLIS
- second problem : you must place a vehicle spawn and not the odf a vehicle in your map .
when you placed the vehicle spawn in a control zone write "rep_fly_laat" (or whatever the laat´s "req name" is) in REPDEF and REPATK then open your lua , ***c_con , and write the "req name" of the laat to the rep side . (req name = the name of the laat how its in the rep req)
thats all.

Re: two modding problems

Posted: Mon Oct 15, 2007 4:50 pm
by authraw
Add this line to your odf:

MaxSpeed = 12.0

The higher you set the MaxSpeed, the faster your unit will go.