Difference between revisions of "Game Help:Userstartup.cheat"

From SimsWiki
Jump to: navigation, search
(Userstartup.cheat file- Activating your favourite cheats when the game runs.)
 
(16 intermediate revisions by 4 users not shown)
Line 2: Line 2:
  
  
==Userstartup.cheat file- Activating your favourite cheats when the game runs.==
+
==Userstartup.cheat==
  
<big>'''What is a userstartup.cheat file?'''</big>
+
===What is a userstartup.cheat file?===
  
This useful information was originally written by infamy and Bairy, and only slightly altered by myself. All credit goes to '''Bairy and Infamy.'''
+
The userstartup.cheat file is where you can put custom settings that you want turned on each time you start the game. You can also create "aliases" (shortened commands) to run cheat commands. Anything which is in your userstartup.cheat file will be activated when you run the game.
  
The userstartup.cheat file is where you can put custom settings that you want turned on each time you start the game. You can also create ‘aliases’ (shortened commands) to run cheat commands. Anything which is in your userstartup.cheat file will be activated when you run the game.
+
Because the file lives in your "My Documents" folder - it allows you to have different custom settings for different user accounts.  
  
Because the file lives in your "My Documents" folder - it allows you to have different custom settings for different user accounts. Handy if you'd like to remove the pixellation from your version, but leave it on when your kids play.
+
* A handy utility has been created by Lucas of Aussie Topenders- which allows you to assign a cheat to a key on your keyboard. Be sure not to assign it to any of the keys currently used in the game (c, t, tab, control etc)! Get 'Easy Sims 2 Cheats' [http://www.aussietopenders-sims2.com/Programs.htm HERE!]
 
+
<font color="red">NEW!</font> A handy utility has been created by Lucas of Aussie Topenders- which allows you to assign a cheat to a key on your keyboard. Be sure not to assign it to any of the keys currently used in the game (c, t, tab, control etc)! Get 'Easy Sims 2 Cheats' [http://www.aussietopenders-sims2.com/Programs.htm HERE!]
+
  
 
==How do I make a Userstartup.cheat file?==
 
==How do I make a Userstartup.cheat file?==
  
<big>'''Creating a userstartup.cheat file.'''</big>
+
First, you should see if you already have one.  If you've installed [http://www.modthesims2.com/showthread.php?t=192613 Radiance Lighting] (for example) you may already have important cheats in an existing userstartup.cheat file, and you would just want to add to those existing ones.
  
Use Notepad (NOT Wordpad) to create a plain text file in My Documents\EA Games\The Sims 2\Config called "userstartup.cheat".
+
Open your ''My Documents\EA Games\The Sims 2\Config'' folder.  Look for a file called Userstartup.cheat, or just Userstartup (if you don't have file extensions showing).  Right-click on that file and choose "Open With" and then choose Notepad (not Wordpad) to open the userstartup.cheat file in Notepad.
  
 +
===Creating a userstartup.cheat file===
  
<big>'''What do I put into the file?'''</big>
+
If you don't already have a userstartup.cheat file, you can create one yourself.  Open Notepad (not Wordpad) and create a new document.  Save that document in ''My Documents\EA Games\The Sims 2\Config\ and use the filename ''userstartup.cheat'' for it. Make sure file extensions are on, as notepad will add a .txt to the end of the file. Remove the .txt if present. Sometimes other extensions are inadvertantly added such as an extra .cheat. Make sure there are no file extensions after .cheat.
  
There are two types of entries that you might want to put in- cheats such as turning on the 45 degree angle movement that you want to be activated all of the time, and ‘aliases’ or shortened commands, to make it easier to use the in-game cheats.
+
Make sure the file is named exactly this way: userstartup.cheat
  
For the settings that you want on all of the time, you can just type them into your text file (one command per line). For example, here are two lines from mine:
+
After the file has been saved in your Config folder, either right click or left click to choose what program to open the file with. Choose 'Notepad'. You are now ready to add and edit.
Floatprop tvvolume 0.4
+
Boolprop allow45degreeangleofrotation true
+
  
The second type are 'aliases'. These entries substitute Maxis' long cheat commands with your own substitutions.
+
===What do I put into the file?===
  
The format is: alias textstring "cheat command" "short description" "long description"
+
There are two types of entries you might want to put in your userstartup.cheat file:
 +
* Cheats you would like to automatically enable and have on all the time, such as the 45 degree rotation cheat
 +
* "Aliases" or shortened command, to shorten the in-game cheats and/or make using them easier.
  
For example, some of the lines in mine are:
+
For a list of cheats, see: [[Game Help:Cheats]].
  
alias 4 "motherlode" "50,000 Simoleons" "Motherlode"
+
====Automatic Cheats====
alias mon "moveObjects on" "Move Objects On" "Move Objects On"
+
alias mof "moveObjects off" "Move Objects Off" "Move Objects Off"
+
  
So in my game, to activate the Motherlode cheat I just press control, shift and c and enter 4. And to turn on the moveobjects cheat, I just type mon, whilst to turn it off I can just type mof.
+
If you would like a cheat to automatically be enabled when you load the game, you can put it in your userstartup.cheat file and the game will read the list when it starts and enable those cheats. Here are some common
  
You need to use letters or numbers- no symbols- for this to work. Bear in mind also that you have to have the expansion packs relevant to the cheats you wish to activate- so the 45 degree cheat will not work without Uni, for example. To check for valid cheats, check the readme file that came with your games.
+
====Aliased Cheats====
  
 +
To set up an alias cheat, you use the following format:
  
<big>'''Where do I save the Userstartup.cheat file?'''</big>
+
alias textstring "cheat command" "short description" "long description"
  
My Documents/EA Games/The Sims 2/Config<br>
+
Here are some examples of aliases:  
Filename: userStartup.cheat
+
  
 +
* alias mon "moveObjects on" "Move Objects On" "Move Objects On"
 +
: Turns on the ''moveObjects'' cheat when you type ''mon'' into the cheat console.
  
<big>'''Can I download a Userstartup.cheat file?'''</big>
+
* alias mof "moveObjects off" Move Objects Off" "Move Objects Off"
 +
: Turns off the ''moveObjects'' cheat when you type ''mof'' into the cheat console.
  
Yes, you can download mine. Make sure you read the text files first so that you know what it does before you use it. You can alter it for your own use, as well.
+
* alias 50k "motherlode" "50,000 Simoleons" "Motherlode"
 +
: Shortens the cheat ''motherlode'' so you can just type ''50k'' into the cheat console.
  
* <userStartup.zip link here>
+
* alias cfet "boolProp constrainFloorElevation false" "Constrain Floor Elevation False" "Contrain Floor Elevation False"
 +
: Shortens the cheat ''boolProp constrainFloorElevation false'' so you can just type ''cfet'' into the cheat console.
  
 +
To use the aliases, you just type in whatever you've used for the textstring into the cheat console.  Press CTRL-SHIFT-C to bring up the console, and then to activate the ''moveObjects'' cheat, using the example above, you would just type ''mon''.
 +
 +
Use only letters and numbers in your aliases - you can't use symbols or it won't work.  Bear in mind that you also have to have the expansion packs relevant to the cheats you wish to activate, so check the [[Game Help:Cheats|Cheat List]] to make sure what expansion you may need for certain cheats.
  
 
==Why are the cheats active, even though I haven’t switched them on?==
 
==Why are the cheats active, even though I haven’t switched them on?==
<big>'''Why can't I place objects, and why do I have error messages?'''</big>
 
  
If you have ever played your game and found that objects will not place correctly, or that you keep having error messages pop up saying ‘cancel, retry, delete’ then the chances are that you have a userstartup.cheat file in your config folder, without realising it.
+
As stated above, you may already have a userstartup.cheat file. One installs with [http://www.modthesims2.com/showthread.php?t=192613 Radiance Lighting], SeeThem2 has one, and other things may as well.  Check your userstartup.cheat file and see what cheats you have active.
To get rid of it and make your game run normally, just navigate to My Documents\EA Games\The Sims 2\Config and delete the file called ‘userstartup.cheat’.
+
 
 +
===Why can't I place windows/doors?===
 +
 
 +
* See: [[Game Help:Cannot Place Doors and Windows]]
 +
 
 +
===Why am I getting cancel/reset/delete error messages?===
 +
 
 +
* See: [[Game Help:Testing Cheats]]
 +
 
 +
 
 +
{{MTS2ThankThread|1236785}}
 +
 
 +
==Contributor Credits==
 +
Thanks go to the following users for the original article:
 +
bairy, simsample
  
<!-- Userstartup, Cheat -->
+
<!-- Userstartup.cheat, Cheat, cheats, enable cheats, auto cheats, cheat shortcuts, shorter cheats, shorten cheats, auto cheat, cheat alias, alias cheats -->
 +
==Related Links==
 +
* [[Game Help:Cheats]]
 
{{GameHelpHeader}}
 
{{GameHelpHeader}}
 
[[Category:Game Help]]
 
[[Category:Game Help]]
 +
[[Category:Sims 2]]

Latest revision as of 17:42, 16 May 2009

Sims 2 Game Help Categories:

Custom Content  | Expansion Packs  | Installation  | Gameplay Guides  | Technical & Graphics Issues  | Body Shop & Homecrafter  | Miscellaneous Issues  | FAQ Index

MTS's Sims 2 Q&A Help Forums

Search: 


Contents

[edit] Userstartup.cheat

[edit] What is a userstartup.cheat file?

The userstartup.cheat file is where you can put custom settings that you want turned on each time you start the game. You can also create "aliases" (shortened commands) to run cheat commands. Anything which is in your userstartup.cheat file will be activated when you run the game.

Because the file lives in your "My Documents" folder - it allows you to have different custom settings for different user accounts.

  • A handy utility has been created by Lucas of Aussie Topenders- which allows you to assign a cheat to a key on your keyboard. Be sure not to assign it to any of the keys currently used in the game (c, t, tab, control etc)! Get 'Easy Sims 2 Cheats' HERE!

[edit] How do I make a Userstartup.cheat file?

First, you should see if you already have one. If you've installed Radiance Lighting (for example) you may already have important cheats in an existing userstartup.cheat file, and you would just want to add to those existing ones.

Open your My Documents\EA Games\The Sims 2\Config folder. Look for a file called Userstartup.cheat, or just Userstartup (if you don't have file extensions showing). Right-click on that file and choose "Open With" and then choose Notepad (not Wordpad) to open the userstartup.cheat file in Notepad.

[edit] Creating a userstartup.cheat file

If you don't already have a userstartup.cheat file, you can create one yourself. Open Notepad (not Wordpad) and create a new document. Save that document in My Documents\EA Games\The Sims 2\Config\ and use the filename userstartup.cheat for it. Make sure file extensions are on, as notepad will add a .txt to the end of the file. Remove the .txt if present. Sometimes other extensions are inadvertantly added such as an extra .cheat. Make sure there are no file extensions after .cheat.

Make sure the file is named exactly this way: userstartup.cheat

After the file has been saved in your Config folder, either right click or left click to choose what program to open the file with. Choose 'Notepad'. You are now ready to add and edit.

[edit] What do I put into the file?

There are two types of entries you might want to put in your userstartup.cheat file:

  • Cheats you would like to automatically enable and have on all the time, such as the 45 degree rotation cheat
  • "Aliases" or shortened command, to shorten the in-game cheats and/or make using them easier.

For a list of cheats, see: Game Help:Cheats.

[edit] Automatic Cheats

If you would like a cheat to automatically be enabled when you load the game, you can put it in your userstartup.cheat file and the game will read the list when it starts and enable those cheats. Here are some common

[edit] Aliased Cheats

To set up an alias cheat, you use the following format:

alias textstring "cheat command" "short description" "long description"

Here are some examples of aliases:

  • alias mon "moveObjects on" "Move Objects On" "Move Objects On"
Turns on the moveObjects cheat when you type mon into the cheat console.
  • alias mof "moveObjects off" Move Objects Off" "Move Objects Off"
Turns off the moveObjects cheat when you type mof into the cheat console.
  • alias 50k "motherlode" "50,000 Simoleons" "Motherlode"
Shortens the cheat motherlode so you can just type 50k into the cheat console.
  • alias cfet "boolProp constrainFloorElevation false" "Constrain Floor Elevation False" "Contrain Floor Elevation False"
Shortens the cheat boolProp constrainFloorElevation false so you can just type cfet into the cheat console.

To use the aliases, you just type in whatever you've used for the textstring into the cheat console. Press CTRL-SHIFT-C to bring up the console, and then to activate the moveObjects cheat, using the example above, you would just type mon.

Use only letters and numbers in your aliases - you can't use symbols or it won't work. Bear in mind that you also have to have the expansion packs relevant to the cheats you wish to activate, so check the Cheat List to make sure what expansion you may need for certain cheats.

[edit] Why are the cheats active, even though I haven’t switched them on?

As stated above, you may already have a userstartup.cheat file. One installs with Radiance Lighting, SeeThem2 has one, and other things may as well. Check your userstartup.cheat file and see what cheats you have active.

[edit] Why can't I place windows/doors?

[edit] Why am I getting cancel/reset/delete error messages?


If you found this article useful, please remember to click Post thanks.gif

[edit] Contributor Credits

Thanks go to the following users for the original article: bairy, simsample

[edit] Related Links

Sims 2 Game Help Categories:

Custom Content  | Expansion Packs  | Installation  | Gameplay Guides  | Technical & Graphics Issues  | Body Shop & Homecrafter  | Miscellaneous Issues  | FAQ Index

MTS's Sims 2 Q&A Help Forums

Search: 

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox