Page 1 of 1

Out of bounds

Posted: Sat Nov 20, 2010 2:37 am
by Tuesday
Previously someone else modded my server but they have stopped and now I mod it.

One of the mods they did was make it so when you go out of bounds you receive no damage.

I would like to know how to revert it back so when you go out of bounds you do receive damage. Also I would like to know how to change the out of bounds area, in particular make all of the map from A1 to H8 classed as in bounds but when you go north of the 1 row or west of the A column that is classed as out of bounds so you will receive damage.


Anyone know?

:? :?:

Re: Out of bounds

Posted: Sat Nov 20, 2010 4:27 am
by motoko
Maps init.con

Code: Select all

game.damageForBeingOutSideWorld 0 //Delete this
OR

If they did the .raw way:

-Repack the map with HeightMap.raw


EDIT:
I didn't fully read your request; sorry! I don't exactly remember, but you would have to make a back up of the map and find the area you want to add the damage to and then modify the area mesh(?) to out of bounds via BattleCraft 42. (Holy crap, run on.)

Re: Out of bounds

Posted: Sun Nov 21, 2010 12:37 am
by Tuesday
Okay thanks, I go have a look in the map init.con