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
two modding problems
Moderator: Moderators
- Silas
- Captain

- Posts: 481
- Joined: Thu Oct 11, 2007 5:30 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
-
FOOLIS
- Jedi

- Posts: 1038
- Joined: Tue Jan 16, 2007 3:59 pm
- Location: Germany
Re: two modding problems
- 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.
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.
- authraw
- 1st Lieutenant

- Posts: 445
- Joined: Mon Jun 26, 2006 3:45 pm
Re: two modding problems
Add this line to your odf:
MaxSpeed = 12.0
The higher you set the MaxSpeed, the faster your unit will go.
MaxSpeed = 12.0
The higher you set the MaxSpeed, the faster your unit will go.
