Archive > Mapping Help
map title help
tommy631:
so I'm working on this holiday version of the bedroom
and it's just about ready
but the title is still called "bedroom"
what am I doing wrong/missing?
Deathwishez:
Go into the .mis file with notepad, and look for this:
--- Code: ---//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
saveName = "Bedroom";
name = "Bedroom";
};
--- End code ---
change it to this:
--- Code: ---//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
saveName = "X-Mas Bedroom";
name = "Christmas Bedroom";
};
--- End code ---
You can also have a space in the christmasbedroom.txt
If you still can't fix it, PM it to me, and I'll do it real quick for you. :)
Packer:
--- Quote from: Deathwishez on December 09, 2009, 09:48:21 AM ---
--- Code: ---//--- OBJECT WRITE BEGIN ---
new SimGroup(MissionGroup) {
new ScriptObject(MissionInfo) {
saveName = "Bedroom";
name = "Christmas Bedroom";
};
--- End code ---
--- End quote ---
You're doing it wrong, you don't change the save name if its exactly the same only different textures, be pointless to have 2 different bedroom savenames if they are both the same. Its like using different Slate save names even though all Slates are the same.
Deathwishez:
--- Quote from: Packer on December 09, 2009, 10:22:32 PM ---You're doing it wrong, you don't change the save name if its exactly the same only different textures, be pointless to have 2 different bedroom savenames if they are both the same. Its like using different Slate save names even though all Slates are the same.
--- End quote ---
Sorry. I had a stupid moment. I totally forgot about the Bedroom. XD
You're right. :P
Reinforcements:
I'm having the same problem. I changed it, but it still says "The slopes".
anyone know the problem?