More Awesome Than You!

Awesomeware => AwesomeMod! => Topic started by: The Dashing Wario on 2012 August 06, 19:05:38



Title: The outfitcp Cheat
Post by: The Dashing Wario on 2012 August 06, 19:05:38
I just ran a search on the forum and Wiki for this, but I couldn't find much beyond a basic description of the cheat and a couple of people having trouble with the martial arts outfit.

Basically, I was just wondering if anyone could could tell/direct me to a list of the outfits compatible with the outfitcp and outfitmv cheats. I know that pretty much any category a Sim can wear applies, but I don't know what I have to enter in the box for some of them since the internal name and the display name don't quite seem to sync up in a couple of cases.

Furthermore, are horse saddles compatible with these cheats (e.g. swapping the Jumping Saddle outfit for the Racing Saddle outfit), and if so, what are the terms used for them?


Title: Re: The outfitcp Cheat
Post by: J. M. Pescado on 2012 August 06, 19:18:16
From Decompile of Game:
Code:
    public enum OutfitCategories
    {
        None=0,
        Naked=1,
        Everyday=2,
        Formalwear=4,
        Sleepwear=8,
        Swimwear=16,
        Athletic=32,
        Singed=64,
        MartialArts=128,
        Career=256,
        PrimaryCategories=318,
        FireFighting=512,
        Makeover=1024,
        SkinnyDippingTowel=2048,
        Racing=4096,
        Jumping=8192,
        Bridle=16384,
        PrimaryHorseCategories=28674,
        Massage=32768,
        ChildImagination=65536,
        Special=131072,
        CategoryMask=524287,
        All=4294967295,
    }
The things which are not powers-of-2 are not actual categories and should not be used. Also, it shouldn't let you do anything REALLY invalid.


Title: Re: The outfitcp Cheat
Post by: The Dashing Wario on 2012 August 06, 20:43:10
Noted. Thanks, Pes.


Title: Re: The outfitcp Cheat
Post by: butters on 2012 October 29, 21:26:12
Ok, I'm retarded. I've been trying to set a martial arts outfit but I can't get it to work. I read this post http://www.moreawesomethanyou.com/smf/index.php/topic,19807.0.html (http://www.moreawesomethanyou.com/smf/index.php/topic,19807.0.html)

I want to get the athletic outfit #2 set as the martial arts outfit. So I've tried typing "outfitcp [sim] <32>.2 <128>.2' I've also done the same code using outfitmv, and I've tried swapping the numbers 32 and 128. I get a message saying "<32> is not a valid outfit entry" or "<128> is not a valid outfit entry". And when I go to CAS mode through the 'plan outfit' interaction with the dresser, there's no martial arts outfit to edit, and when I type in the codes while in CAS nothing happens at all.

So basically, someone give me the step-by-step 'tard-friendly' instructions on how to set a martial arts outfit?