User Tag List

Results 1 to 9 of 9

Thread: NOT MINE Costume Code

  1. #1
    NOT MINE Costume Code

    User Info Menu

    NOT MINE Costume Code

    Welcome to the Op7ix Guide (that Fawx stole) for game save developers and anyone that wishes to develope game saves for themselves.

    ------------------------------------------------------------------------------------------------------------------------------
    Guide: Development Game Save "Custom Costumes"
    Guide Version: Revision 1st Release
    Date of creation: 21 November, 2010
    Author: ReD-FawX
    Release Info: This is a public release for the Op7ix Community and Game Save Developers. Please don't register at are crappy site because all I do is steal others work and put my name on it. If you have any questions about any information in this guide please feel free to post them in the Coding Section on the Op7ix forums.
    Purpose: To help game save developers further development in this feild
    Requirments:
    - General knowledge of using NitePR
    - A brain larger then an Acorn
    ------------------------------------------------------------------------------------------------------------------------------
    Given Codes:

    #Current Save Costum IDs
    ;ReD-FawX
    ;Use this to findout what IDs/Costume parts are in the current save
    0x004f1b6c 0x00000000

    #General costume ID area
    ;ReD-FawX
    ;Most Costume ID database
    0x0067ab6c 0x00000000

    #Seal Costume Address
    ;ReD-FawX
    0x0067b1ac 0x00000000

    #Mercs Costume Address
    ;ReD-FawX
    0x0067ab30 0x00000000

    ------------------------------------------------------------------------------------------------------------------------------

    Quick summary if you want to find out what to do and how to do it all you do is change IDs such as cp_Raven_snow to another ID but beware that the ID that you are changing must be longer then the ID you wish to change it with. So if you try changing cp_Raven_snow to cp_Maid_wanderer then it will not work because the cp_Maid wanderer is longer and you will have to go past the break points. But if you want to change cp_Maid_wanderer to cp_Raven_snow then it will work because you are inside the breakpoints. After you change the IDs you will have an ID of cp_Raven_snowrer now make the hex value for the first "r" to 00 to entirely change the ID. You will have sucessfully changed the IDs and costume values will have changed. You should have something that looks like this:
    cp_Raven_snow er


    Chapter 1 - Identify and Define what an ID is

    What is an ID. An idea in my terms or atleast for what this guide it is the value that the element of the costume or weapon is held in. IDs are held or kept in a Value area. An example of a costume ID is:
    cp_Toro_snow
    Keep in mind when changing IDs that they are generally case sensitive.

    First please fimiliarize your self with the following image and the diagram. In the picture below you will see an image of inside a coding PRX that allows you to minipulate game data and structure.

    In the screenshot there are certian area identified: The Value area and the Break Point. The Value area is where the ID is kept and the Break Point is the boundaries in which the ID is kept to. The ID cannot be longer then the Value area's length.

    OK. So we have an id here. The given ID is:
    cp_EliteMount_marksmen
    The ID is held in Break Points.
    To make a custom costume you can corrupt this ID and find out what costume it is.
    For time's sake I don't know exactly what this ID is or if it is even usable. Lets start with a simple on such as cp_Raven_snow
    Now go to Profil managment and then enter Customize Costume
    The ID cp_Raven_snow is held in this address 0x0067a958
    If you want this in a code here it is:

    #Raven Snow Area
    ;ReD-FawX
    ;Just simple ID area
    0x0067a958 0x00000000

    Now move to the following address:

    0x0067aac2 in the address you will see an ID for the president costume labled "cp_RussianPresident"

    Go to customize characters then to MERCs and buy the Russian President if you havent already and then move your cusor/selector over the button to switch back to the seals options but don't switch yet.

    Now change the IDs and switch the President ID to the Raven Alpine.

    Switch to the Seals then back to the Mercs without saving.

    Scroll to where the President Guard character should be and you will see that it has changed to Raven Alpine

    Note: When you change IDs in preset characters such as the Russian President it will change the Head, Body, and Legs to the default parts of that character's values.

    Chapter 2 - Going further into Development and making more diverse costumes

    Most Ids contain the prefix cp_ but not all do. Some outfits and elements such as GER_KSK_C which is the ID for the KSK SOLIDER require you to drop the prefix. In order to use that ID you must change, "For Example", cp_RussianPresident to GER_KSK_C

    Some known Expansion Outit IDs:

    GER_KSK_C , KSK SOLDIER
    AUS_SASR_C, KSKR SOLDIER
    UK_SAS_C, SAS SOLDIER
    SK_707_C, 707 SOLDIER

    To change the costumes further you can start to fool around with the IDs for other elements that are used for the head and torso.

    Like I said before this is the first release of this guide and is not intended to be much but simply a poin you in the right direction guide.

    Chapter 3 - Analysing Saves

    Say your friend or someone else has made a save that you like or atleast parts that you want to add to your outfit or minipulate you can use the code that has been posted below. Add it to your database, then when in game edit the code and copy then paste the address in the code into your browser and you will see all the parts of the costumes.

    Starting from the top

    Seal Head

    Seal Body

    Seal Legs

    Merc Head

    Merc Body

    Merc Legs

    Chapter 4 - Final Wrap Up

    As you can see there are some more codes that we haven't covered yet. The codes for the most part are straight forward and I hope you can understand them.

    ==================================================

    #Characters Creaton
    ;Its not done yet
    ;but i still use it just mod the address
    0xFFFFFFFF 0x00491F4C
    0x00015F4C 0x00000007
    0x000160D4 0x00000007
    0x0001615C 0x00000007
    0x000161E4 0x00000007
    0x0001626C 0x00000007
    0x000162F4 0x00000007
    0x0001637C 0x00000007
    0x00016404 0x00000007
    0x0001648C 0x00000007
    0x00016514 0x00000007
    0x0001659C 0x00000007
    0x00016624 0x00000007
    0x00016F2C 0x00000007
    0x00016FB4 0x00000007
    0x000170C4 0x00000007
    0x0001714C 0x00000007
    0x000171D4 0x00000007
    0x0001725C 0x00000007
    0x000172E4 0x00000007
    0x0001AEEC 0x00000007
    0x0001AF74 0x00000007
    0x0001AFFC 0x00000007
    0x0001B10C 0x00000007
    0x0001703C 0x00000007
    0x0001B3B4 0x00000007
    0x0001B32C 0x00000007
    0x0001B2AC 0x00000007
    0x0001B2AC 0x00000007
    0x0001B29C 0x00000007
    0x0001B2A4 0x00000007
    0x0001B294 0x00000007
    0x0001B21C 0x00000007
    0x0001B194 0x00000007
    0x00015F4C 0x00000007
    0x00015FD4 0x00000007
    0x0001605C 0x00000007
    0x000160E4 0x00000007
    0x0001616C 0x00000007
    0x000161F4 0x00000007
    0x0001627C 0x00000007
    0x00016304 0x00000007
    0x0001638C 0x00000007
    0x00016414 0x00000007
    0x0001649C 0x00000007
    0x00016524 0x00000007
    0x000166AC 0x00000007
    0x00016634 0x00000007
    0x000167BC 0x00000007
    0x00016744 0x00000007
    0x000168CC 0x00000007
    0x00016854 0x00000007
    0x000169DC 0x00000007
    0x00016964 0x00000007
    0x00016AEC 0x00000007
    0x00016A74 0x00000007
    0x00016AFC 0x00000007
    0x00016A84 0x00000007
    0x00016B0C 0x00000007
    0x00016B94 0x00000007
    0x00016C1C 0x00000007
    0x00016CA4 0x00000007
    0x00016D2C 0x00000007
    0x00016DB4 0x00000007
    0x00016E3C 0x00000007
    0x00016EC4 0x00000007
    0x0001714C 0x00000007
    0x000171D4 0x00000007
    0x0001725C 0x00000007
    0x000172E4 0x00000007
    0x0001736C 0x00000007
    0x000173F4 0x00000007
    0x0001747C 0x00000007
    0x00017504 0x00000007
    0x0001758C 0x00000007
    0x00017614 0x00000007
    0x0001769C 0x00000007
    0x00017724 0x00000007
    0x000177AC 0x00000007
    0x00017834 0x00000007
    0x000178BC 0x00000007
    0x00017944 0x00000007
    0x000179CC 0x00000007
    0x00017A54 0x00000007
    0x00017BDC 0x00000007
    0x00017D64 0x00000007
    0x00017D0C 0x00000007
    0x00017E74 0x00000007
    0x00017F1C 0x00000007
    0x00017F84 0x00000007
    0x0001802C 0x00000007
    0x00018094 0x00000007
    0x0001813C 0x00000007
    0x000181A4 0x00000007
    0x0001824C 0x00000007
    0x000182B4 0x00000007
    0x0001835C 0x00000007
    0x000183C4 0x00000007
    0x0001846C 0x00000007
    0x000184D4 0x00000007
    0x0001857C 0x00000007
    0x000185E4 0x00000007
    0x0001868C 0x00000007
    0x000186F4 0x00000007
    0x0001879C 0x00000007
    0x00018804 0x00000007
    0x000189AC 0x00000007
    0x00018914 0x00000007
    0x00018ABC 0x00000007
    0x00018A24 0x00000007
    0x00018BCC 0x00000007
    0x00018C34 0x00000007
    0x00018CDC 0x00000007
    0x00018D44 0x00000007
    0x00018DEC 0x00000007
    0x00018E54 0x00000007
    0x00018EFC 0x00000007
    0x00018F64 0x00000007
    0x0001900C 0x00000007
    0x00019074 0x00000007
    0x0001911C 0x00000007
    0x00019184 0x00000007
    0x0001922C 0x00000007
    0x00019294 0x00000007
    0x0001933C 0x00000007
    0x000193A4 0x00000007
    0x0001944C 0x00000007
    0x000194B4 0x00000007
    0x0001955C 0x00000007
    0x000195C4 0x00000007
    0x0001966C 0x00000007
    0x000196D4 0x00000007
    0x0001977C 0x00000007
    0x000197E4 0x00000007
    0x0001988C 0x00000007
    0x000198F4 0x00000007
    0x0001999C 0x00000007
    0x00019A04 0x00000007
    0x00019AAC 0x00000007
    0x00019B14 0x00000007
    0x00019BBC 0x00000007
    0x00019C24 0x00000007
    0x00019CCC 0x00000007
    0x00019D34 0x00000007
    0x00019DDC 0x00000007
    0x00019E44 0x00000007
    0x00019EEC 0x00000007
    0x00019F54 0x00000007
    0x00019FFC 0x00000007
    0x0001A064 0x00000007
    0x0001A10C 0x00000007
    0x0001A174 0x00000007
    0x0001A21C 0x00000007
    0x0001A284 0x00000007
    0x0001A32C 0x00000007
    0x0001A394 0x00000007
    0x0001A43C 0x00000007
    0x0001A4A4 0x00000007
    0x0001A54C 0x00000007
    0x0001A5B4 0x00000007
    0x0001A65C 0x00000007
    0x0001A6C4 0x00000007
    0x0001A76C 0x00000007
    0x0001A7D4 0x00000007
    0x0001A87C 0x00000007
    0x0001A8E4 0x00000007
    0x0001A98C 0x00000007
    0x0001A9F4 0x00000007
    0x0001AA9C 0x00000007
    0x0001AB04 0x00000007
    0x0001ABAC 0x00000007
    0x0001AC14 0x00000007
    0x0001ACBC 0x00000007
    0x0001AD24 0x00000007
    0x0001ADCC 0x00000007
    0x0001AE34 0x00000007
    0x0001AEDC 0x00000007
    0x0001AF44 0x00000007
    0x0001AFEC 0x00000007
    0x0001B054 0x00000007
    0x0001B0FC 0x00000007
    0x0001B164 0x00000007
    0x0001B20C 0x00000007
    0x0001AEFC 0x00000007
    0x0001AF84 0x00000007
    0x0001B00C 0x00000007
    0x0001B11C 0x00000007

    Everyone can thank Cujo for leaking this out of VIP. Merry Christmas....

  2. #2
    NOT MINE Costume Code

    User Info Menu

    Re: NOT MINE [codeleakers.com] Costume Code

    make outlook tutorial to make it essayer

  3. #3
    NOT MINE Costume Code

    User Info Menu

    Re: NOT MINE [codeleakers.com] Costume Code

    to custom your mercs goto
    0x017fb50 and you can custom your mercs

  4. #4
    NOT MINE Costume Code

    User Info Menu

    Re: NOT MINE [codeleakers.com] Costume Code

    it a lame character code stop flaming over a bullshit code like this. Anyone could have found this
    PSP Coder
    MIPS

  5. #5
    NOT MINE Costume Code

    User Info Menu

    Re: NOT MINE [codeleakers.com] Costume Code

    Quote Originally Posted by justinplyer1 View Post
    to custom your mercs goto
    0x017fb50 and you can custom your mercs
    Agreed. You can also just use your browser as I have previously stated

  6. #6
    NOT MINE Costume Code

    User Info Menu

    Re: NOT MINE [codeleakers.com] Costume Code

    and your point is

  7. #7
    NOT MINE Costume Code

    User Info Menu

    Re: NOT MINE [codeleakers.com] Costume Code

    Quote Originally Posted by five52 View Post
    and your point is
    point is that you don't need a code to edit the costumes

  8. #8
    NOT MINE Costume Code

    User Info Menu

    Re: NOT MINE Costume Code

    you know im mrboywonda and oh

  9. #9
    NOT MINE Costume Code

    User Info Menu

    Re: NOT MINE Costume Code

    LOL this is so copy/paste, this guide was in op7ix but it was leaked by cujo....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •