+ Reply to Thread
Page 7 of 12
FirstFirst ... 2 5 6 7 8 9 ... LastLast
Results 61 to 70 of 120

Thread: [Tutorials] Written by me

  1. #61
    Join Date
    Jan 2009
    Posts
    5
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    0
    alrite, ive gone through each page lol and ive managed to sorta start at this...

    now im playing Generation of Chaos (good or bad its all opinion anyways)...its the EUR version so by my luck cwcheat has only the US cheats...duno how to convert those..anywho

    i attempted the same values in the first post...put dec at 1000

    and this is exactly what i got.

    0X000003E8
    0000001000
    0X00000000
    0X01800000
    FOUND 628


    and thats it...so i thought hmm lets try continuing for a fixed value

    and so this is where i got to...with the above codes plus

    10 addresses found:
    0x0001FD68
    " "25278
    29D88
    3BDF8
    4462C
    44898
    47904
    47A14
    47B5C
    47CB8

    and they all equal or arrow to "-> 0x000003E8 <1000>"

    now i dont know what to do with that, i dont even know if i even have money selected...i got about 225 580 in gold right at the start of the first battle.

    i was hoping to get this right so i can start makign these codes for people with the EUR version of this game...no one seems to have US anymore and no codes for EU either lol.

    thanks for the help. I know how to add codes to the db from doing it before for star ocean....but duno how to create the cheats in the first place., thanks again

  2. #62
    Join Date
    Dec 2008
    Location
    Earth
    Posts
    339
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 1 Time in 1 Post
    Potenza rep
    2
    If your Money was not 1000 at the start of this process CheatSearcher cannot find the correct adress.
    Maybe [Only registered and activated users can see links. ]will help you understand what you have to do.
    It's intended for MHFU but in the end the process is the same for any game.

    You might have to change the value in the code at the end if you want
    more or less than 9999999.

  3. #63
    Join Date
    Jan 2009
    Posts
    5
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    0
    Quote Originally Posted by 4m8IoN View Post
    If your Money was not 1000 at the start of this process CheatSearcher cannot find the correct adress.
    Maybe [Only registered and activated users can see links. ]will help you understand what you have to do.
    It's intended for MHFU but in the end the process is the same for any game.

    You might have to change the value in the code at the end if you want
    more or less than 9999999.
    fabulous i appreciate the help man, hope i can pull this off lol.


    _S ULES-00820
    _G Generation of Chaos (E)
    _CO Money
    _L 0x002216CC


    my end result...failure, Lol didnt seem to work money didnt get to 9999999 i was left with that one line for the code but i duno didnt seem to work.

  4. #64
    Join Date
    Aug 2006
    Posts
    346
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    4
    Quote Originally Posted by ShadowBoss View Post
    fabulous i appreciate the help man, hope i can pull this off lol.


    _S ULES-00820
    _G Generation of Chaos (E)
    _CO Money
    _L 0x002216CC


    my end result...failure, Lol didnt seem to work money didnt get to 9999999 i was left with that one line for the code but i duno didnt seem to work.
    Well, not surprising as you've forgotten the second half of the code... all you've got is an address.

    Code:
    _S ULES-00820
    _G Generation of Chaos (E)
    _CO Money
    _L 0x202216CC 0x0098967F
    The red 'o' needs to either be a zero, or one. Off or on, respectively (this affects whether the cheat is activated by default or not in the cheat selection menu).

    Purple zero has changed to a two, as this indicates the value at this address is 32-bits. Zero is 8-bit, 1 is 16-bit, etc. There are other values used for other code types. Make sure you understand WHY to use a specific bit type.

    The green value is 9999999 in hex, which was missing from your code, so it did nothing.

    I would suggest the cwcheat wiki (link on main page) as a good reference for the cheat code syntax. Good luck.

  5. #65
    Join Date
    Jan 2009
    Posts
    5
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    0
    wow i missed quite a lot Lol, thanks man....and ill check that wiki reference out to get a better understanding. again thanks

  6. #66
    Join Date
    Dec 2008
    Location
    Earth
    Posts
    339
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 1 Time in 1 Post
    Potenza rep
    2

    Convert Cheats from other Versions of a Game

    This is a constanly asked question and thus it's time for a nice Tutorial that explains it all.

    In most cases the games are releases earlier in different regions.
    Meaning that alot of the interesting cheats were allready discovered.
    But to get them to work on your version they need to be adjusted.
    Due to regional differences (Kanji to English to Multi Translations etc)
    The data you'll want to change will be stored at a different spot.
    So we need to find the offset-difference for the cheats.

    'Safe Spot' Method
    (nonPointerCodes only)

    The first thing we should do is collect as many working codes of the
    version we want to convert from.
    Next we need to sort them by adress.
    If you don't know which part of a cheat is the adress, have a look at the [Only registered and activated users can see links. ]
    Now pick one that you can easily find yourself (like money)
    And go ahead and find it with the cheat searcher.
    Now we have two adresses for this cheat but we need the offset-difference.
    For that use the calculator of your choice

    (Like this one: Windows Calculator in Scientific Hex Mode)

    and substract the smaller adress from the bigger one.
    This is important because we do not want a negative hex number!!!
    Remember which was which so you know if you have to substract or add the offset for the cheat conversions

    Now we have the difference for that area.
    It will work for the cheats that are close to the created (here money) cheat.

    Since we have the cheats sorted by adress we can now try to convert
    cheats further and further away from the original cheat.
    Code:
    1200000
    1212345 Playtime (foreign) [difference not working]
    12...
    1300000
    1312345 EXP (foreign) [difference works]
    13...
    1400000
    1412345 Money (foreign) [Found difference to local +ABC]
    14...
    1600000
    1612345 Points (foreign) [difference working]
    16...
    1C00000
    1C12345 PlayerName (foreign) [difference not working]
    12...
    In this example I have probed 4 more adresses. But only found 2 to be working.
    That is enough evidence to conclude that the Difference will work for any cheat within this range (1312345-1612345).

    Memdump Compare Method
    In some areas it will be impossible to find any cheat with the cheat searcher.
    For example if the cheats change specific asm instructions in game code.
    The only safe way to change those is to aquire a memdump of the foreign version.
    Just find a thread (in any forum) that discusses the forein version.
    And politely ask for one.
    Usually someone will be able to help you.
    Harrr (I'll just skip the obvious alterantive option) Harrr

    Now you have 2 memdumps.
    Next you need a hexeditor. Use the one you prefer.
    Or use google & wikipedia to find out what it is in the first place.
    Navigate to the adress of a cheat you want to convert.
    Do it in both memdumps and look for similarities.
    In most cases you will have to scroll up or down a bit to find a structure that you can easily identify.
    Like the start or/and end of a Block


    Or a certain Byte pattern


    It's best to find more than just one point because you might want to
    make sure that you actually found the right spot in your version.
    If adjacent structures are matching aswell you have won!!
    Use the adresses of those easily identifyable blocks/chunks/patterns
    to calculate the difference you need for the conversion.

    Now you never have to ask for someone to convert something for you ever again!
    Just ask for a memdump and do it yourself.

    Questions & Suggestions are welcome

  7. #67
    Join Date
    Jul 2009
    Posts
    46
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    0
    .....

  8. #68
    Join Date
    Aug 2006
    Posts
    157
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    4
    Does anybody know how one would go about finding the values used to represent locations in a game? I'm trying to make a "transport" cheat to different areas. Seeing as every time a new area is loaded, new textures are loaded and could be in any location...so searching for a change is out of the question.

  9. #69
    Join Date
    Aug 2006
    Posts
    740
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    5
    The last time I made a code like that all I did was use unknown value search. Stand in one place search same. Stand in different place search different than before. The hard part is figuring out what values bring you to different places.
    http://www.consoleworld.org/forum/cu...pic12401_1.gif
    PSP 5.00 M33-3 CWCheat Version:0.2.2 Rev. D
    If I helped you Up the Rep . THANKS AND PEACE!

  10. #70
    Join Date
    Aug 2006
    Posts
    157
    Downloads
    0
    Uploads
    0
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Potenza rep
    4
    Well I was thinking more along the lines of loading a different area rather then moving around within one. Like you walk out a door and you go to a loading screen and then to a completely different area. Kind of like GTA with the hacked save and the transport cheats they had for that.

+ Reply to Thread
Page 7 of 12
FirstFirst ... 2 5 6 7 8 9 ... LastLast

Tags for this Thread

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158