Page 1 of 1
A few modding questions.
Posted: Thu Nov 09, 2006 7:43 pm
by GuitarMan
How do you add/removie boundries. The ones that block you from going on top of a building in naboo. Not the one that Says "Leaving Battlefield".
RE: Boundries
Posted: Thu Nov 09, 2006 8:00 pm
by Teancum
SetMaxFlyHeight(115)
SetMaxPlayerFlyHeight (115)
under function ScriptInit()
RE: Boundries
Posted: Thu Nov 09, 2006 8:11 pm
by GuitarMan
Ahhhhhhhh Thank you Tean.
RE: Boundries
Posted: Sat Nov 11, 2006 1:56 pm
by GuitarMan
Sorry to double post and bring a slight bump to this topic, but I have a fewmore questions. I'm gonna make this my modding questions topic. Anyhoo, I have a problem in my Saleucami map. I put a little bit of grass in it but you cannot walk through it. How do you change an object so that you are able to walk through it?
Posted: Sat Nov 11, 2006 11:18 pm
by Elmo
Where's function script init?
Posted: Sun Nov 12, 2006 1:05 am
by Maveritchell
Elmo wrote:Where's function script init?
Just look through the .lua. Those lines are already in there, just with different values.
Posted: Sun Nov 12, 2006 2:03 am
by fat_walrus
Off Topic: You LUA is a .lua found in Data_***\Common\Scripts\***\
Wasn't sure if Elmo knew, I believe he is new at modding
Posted: Sun Nov 12, 2006 4:07 pm
by GuitarMan
Sorry for bump, but I would really like it if soemone could help em out with my question ^^!
Posted: Mon Nov 13, 2006 4:49 pm
by GuitarMan
What?
Posted: Mon Nov 13, 2006 5:00 pm
by Elmo
I dont have a function script init
Edit: this whole script/ lua thing is confusing to me
