ConsoleWorld Forum

Go Back   ConsoleWorld Forum > CWCheat Official Support Forum > English Support Board

English Support Board English & Foreign Languages support


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 11th August 2006, 21:23
Junior Member
 
Join Date: Aug 2006
Posts: 13 (0,02 posts per day)
Potenza rep: 0
Bad Andy is on a distinguished road
Untold Legends 2 USA code help

I'm trying to make a code for max money (there's a code for the EUR version, but I don't have that, so...), and I don't really understand what I'm doing, but I managed to make some dumps and search for the values I changed in-game, and I narrowed it down (I think) to 4 lines:

_L 0x004928E0
_L 0x017BDE90
_L 0x017BDF54
_L 0x017BDF58

Now, I have no idea what to do now, or if I even did anything correctly, so I could use some help (or if somebody could, you know... do it for me, LOL).

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11th August 2006, 22:21
Member
 
Join Date: Aug 2006
Posts: 86 (0,13 posts per day)
Potenza rep: 2
jungletek is on a distinguished road
Quote:
Originally Posted by Bad Andy
I'm trying to make a code for max money (there's a code for the EUR version, but I don't have that, so...), and I don't really understand what I'm doing, but I managed to make some dumps and search for the values I changed in-game, and I narrowed it down (I think) to 4 lines:

_L 0x004928E0
_L 0x017BDE90
_L 0x017BDF54
_L 0x017BDF58

Now, I have no idea what to do now, or if I even did anything correctly, so I could use some help (or if somebody could, you know... do it for me, LOL).

Thanks in advance.
Okay, if you keep filtering your results and always have those 4 left, it's probably the money value. If you look in the cheat.db file on your memory stick (ms0:\dh\kd\cheat.db), you can see examples of how to enter the codes.

Basically, you need the following for a game. If the _S, and _G are there for the game already, add your codes underneath any existing ones and save the changes to the memstick. Format:
Code:
_S ULUS-123456  (This is the game ID#, it's detected and shown in CWcheat)
_G Game Name
_C Title of the cheat you want to add.
_L 0x0ABCDEF0 0x00000000 The memory location, and the value you want to change it to.
The _L is the only slightly tricky one. Looking at your cheat.db shows that the memory location resembles the 4 results you found. Those results are the memory location, and right now the value of them is however much money you currently have. Put a memory location in the first spot, and put the value you want to change it to right next to it, with the two seperated by a space.

The value you want to change the memory location to must be in HEXADECIMAL. An easy way to convert to hex is to open windows calculator (WINKEY+R, then type calc into the run box). Go to View, and change to Scientific. Now you can convert any number value into HEX and back to DEC (decimal...).

So if you wanted your money values to be 999, you would put 0x000003E7 next to them. You would also have to change the first digit, after the 0x, in your memory location to 1. This is done because the value 999 is higher than 255, but less than 65535.

Basically, you change that number depending on what range the value you want to change to is.

Code:
0-255 = 0
256-65535 = 1
65536+ = 2
For example:
Code:
0x0ABCDEF0 0x000000FA would change the value in that memory location to 250
0x1ABCDEF0 0x000061A8 would change to 25,000
0x2ABCDEF0 0x0003D090 would change to 250,000
Get it now? You're welcome.

Save the changes, reload the cheat.db using the menu option in CWcheat, and check the cheat list. Turn on your cheats, and see if they work. If not, you don't have the right memory location(s).

By the way, are you using the cheat finder included with cwcheat? It's quite slow... I, and several others on the forum would recommend you use a program called ArtMoney. There's a quick tutorial on how to use it with memdumps in one of the threads on the English board here.

Let me know how you get on...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12th August 2006, 00:34
Junior Member
 
Join Date: Aug 2006
Posts: 13 (0,02 posts per day)
Potenza rep: 0
Bad Andy is on a distinguished road
I cannot thank you enough for the help with this. I'll be sure to try ArtMoney.

But first, I wanna double-check I'm doing the first parts right.

I start up UL2 and take note of my money (ex. 215) I take a memory dump.
Then I go to a merchant and buy something, my money then becomes 175, I take another memory dump.
I go back to the merchant again, and my money becomes 135, yet another memory dump.

Okay, now I go and do passes with cwcheat (or ArtMoney) and enter the numbers of the money in each memory dump, until I get just a few results.

Then of course I follow your advice.

Am I doing everything right?

::UPDATE::
It would appear I have the right lines in there, but I can't get the right numbers to appear. I have it set up to show 1,000,000 but it shows... 64 (less than when I started). Any pointers?

Oh and BTW ArtMoney worked great!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12th August 2006, 02:28
Member
 
Join Date: Aug 2006
Posts: 86 (0,13 posts per day)
Potenza rep: 2
jungletek is on a distinguished road
Quote:
Originally Posted by Bad Andy
I cannot thank you enough for the help with this. I'll be sure to try ArtMoney.

But first, I wanna double-check I'm doing the first parts right.

I start up UL2 and take note of my money (ex. 215) I take a memory dump.
Then I go to a merchant and buy something, my money then becomes 175, I take another memory dump.
I go back to the merchant again, and my money becomes 135, yet another memory dump.

Okay, now I go and do passes with cwcheat (or ArtMoney) and enter the numbers of the money in each memory dump, until I get just a few results.

Then of course I follow your advice.

Am I doing everything right?

::UPDATE::
It would appear I have the right lines in there, but I can't get the right numbers to appear. I have it set up to show 1,000,000 but it shows... 64 (less than when I started). Any pointers?

Oh and BTW ArtMoney worked great!
Yeah, you're doing it right.

Post the offending codes please, both address and desired value in hex, and I'll take a look.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 12th August 2006, 04:55
Junior Member
 
Join Date: Aug 2006
Posts: 13 (0,02 posts per day)
Potenza rep: 0
Bad Andy is on a distinguished road
Here's how it looks in the cheat.db:

_S ULUS-10086
_G Untold Legends 2 (USA)
_C Infinite Money
_L 0x002DA7DC 0x000F4240
_L 0x004928E0 0x000F4240
_L 0x017BDE90 0x000F4240
_L 0x017BDF54 0x000F4240
_L 0x017BDF58 0x000F4240
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 12th August 2006, 19:12
Member
 
Join Date: Aug 2006
Posts: 86 (0,13 posts per day)
Potenza rep: 2
jungletek is on a distinguished road
Quote:
Originally Posted by Bad Andy
Here's how it looks in the cheat.db:

Code:
_S ULUS-10086
_G Untold Legends 2 (USA)
_C Infinite Money
_L 0x002DA7DC 0x000F4240
_L 0x004928E0 0x000F4240
_L 0x017BDE90 0x000F4240
_L 0x017BDF54 0x000F4240
_L 0x017BDF58 0x000F4240
Try this:
Code:
_L 0x202DA7DC 0x000F4240
_L 0x204928E0 0x000F4240
_L 0x217BDE90 0x000F4240
_L 0x217BDF54 0x000F4240
_L 0x217BDF58 0x000F4240
See how I changed those first zeroes to twos? That's what I meant regarding changing that number based on what you want the new value to be.

Does that work?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 12th August 2006, 22:15
Junior Member
 
Join Date: Aug 2006
Posts: 13 (0,02 posts per day)
Potenza rep: 0
Bad Andy is on a distinguished road
Yes! That did the trick. Thanks again for all your help man.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 14:22.

Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO

ConsoleWorld.org © 2005/08. E' vietata la riproduzione di tutto o di una parte dei contenuti del sito.
Questo è un forum pubblico per cui non siamo responsabili dei contenuti in esso presenti.
All logos and trademarks in this site are property of their respective owner.
The other brands and names are property of the respective owners. This site is not affiliated with SCEI, Microsoft or Nintendo.



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