Page 1 of 1

Map Height [Solved]

Posted: Thu Feb 25, 2010 5:23 pm
by hammythepig
I did use the search and couldn't find:

How do you change the max map height?

I play my map and i can only jump up to a certain hieght then there is this invisable wall above me.

Can someone tell me how to fix this and make it higher.

Re: Map Height

Posted: Thu Feb 25, 2010 5:25 pm
by genaral_mitch

Code: Select all

    SetMaxFlyHeight(200)
    SetMaxPlayerFlyHeight (200)
This is in your .lua. Make the numbers bigger.

Re: Map Height

Posted: Thu Feb 25, 2010 7:02 pm
by hammythepig
I'm a bit of a noob, the only maps i've ever created i've only used zeroeditor for. Can you tell me what directory the .lua is in?
Hidden/Spoiler:
Wow im a noob :cpu:

Re: Map Height

Posted: Thu Feb 25, 2010 7:05 pm
by genaral_mitch
data_abc\common\scripts\abc\ Now open you era's .lau with notepad.

Re: Map Height

Posted: Thu Feb 25, 2010 8:26 pm
by hammythepig
Alright, thanks alot. [Solved now admins]