Forums Index >> Modding >> more questions
Page : <1> :
Look in the.mis,for example,here is my Fruedian:
//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
musicTrack = "Lush"; <----------------------Change music here
New ScriptObject(MissionInfo) {
name = "Freudian Flats"; <------------------The name,change it here.
};
new MissionArea(MissionArea) {
area = "-256 -256 512 512"; <----------Here in lies another prob. That makes it so you can't get out without dting,along with the kill floor,make the numbers bigger.
flightCeiling = "200";
flightCeilingRange = "0";
floor = "-100"; <---------------------This floor makes it so when you fall in,you don't die.
locked = "false";
};
TA-DAAAAAAAAAAAAA!
When you open your freudian flats,the fllor will be 100,add - at the beginning. "-100"
Last edited: Wednesday, December 01, 2004 at 5:59:34 PM
......................................................i have no clu wut that ment
I just need to kno where to put that
That is the.mis file. The top part of my fruedian.
It specified the parts you should change to get the result.
Or you could email me your.mis in TEXT and I'll send it back with the stuff you want.
Cheeseballmoo@yahoo.com
Wait so how do u copy it?
Page : <1> :
1.I know what to put in, but where do u enter the stuff to change the kill floor for my mod?
2.How do u rename the mod?
thanx to ne1 that answers this thread
-Worm(SA/DAS)