Title: UserStartup.cheat won't alias cheats... Post by: Faizah on 2006 April 26, 09:18:48 I can't get the aliasing to work in my userStartup.cheat file, but it runs the cheats entered into it (like boolprop) just fine.
The file is in C:\Documents and Settings\Administrator\My Documents\EA Games\The Sims 2\Config and I've attached a .txt version of it. (The one I actually use ends with .cheat though, no .txt on the end) If someone could tell me what I'm doing wrong, and how to fix it, that would be awesome. I have Uni, NL, and OFB, if that makes any difference. Title: Re: UserStartup.cheat won't alias cheats... Post by: Zeljka on 2006 April 26, 12:35:22 I'm certainly not an expert on this sort of thing, but mine works and the most obvious difference is quotation marks around the "real command"
Instead of: alias m moveObjects on "Enables the ability to move normally unmovable objects" "" Try: alias m "moveObjects on" "Enables the ability to move normally unmovable objects" "" the only other difference I can see is that you have multiple spaces (keeping your columns purty) while I don't, but I doubt that makes a difference, heh heh good luck :) Title: Re: UserStartup.cheat won't alias cheats... Post by: Ruann on 2006 April 26, 12:35:48 Multi-word cheats need to be in quotation marks.
Title: Re: UserStartup.cheat won't alias cheats... Post by: Faizah on 2006 April 26, 14:28:39 Ah. Boy, do I feel silly now. :-[
Thanks. |