Giova Posted October 2, 2013 Share Posted October 2, 2013 I found this code ::Everywhere is Computer (Start) 5218065C FAC2F6C4 5218165C 07C0981B 0218165C FD98F680 D2000000 00000000 52180B48 D1092801 52181B48 07C0981B 02181B48 FB1AF680 D2000000 00000000 E2002180 00000030 F03BB50E 2170FEF5 D00A2808 E006981F F03BB50E 219AFEED D0022808 07C0981F 2027BD0E 306A0200 18529A03 BD0E9203 D0000000 00000000 It works great on white 2 usa. I want to use it in to an italian and german game. Found all the addres but i can't find two last addres that are: 2170FEF5 and 2170FEE5 How can i find them using ram watch for these two version?? >.< Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted October 3, 2013 Share Posted October 3, 2013 Those aren't addresses, those are raw values being written to the ram starting @ 0x2002180, I have attached a quick reference to the various ARDS code types. ARDS Code Types..txt Link to comment Share on other sites More sharing options...
Giova Posted October 3, 2013 Author Share Posted October 3, 2013 I can't understand the file t.t Can you tell me what i have to change in this code?? >.< To make it work on italian versione I changed this parts: This 5218065C FAC2F6C4 5218165C 07C0981B 0218165C FD98F680 In this 5218055C FAC2F6C4 5218155C 07C0981B 0218155C FD98F680 And this 52180B48 D1092801 52181B48 07C0981B 02181B48 FB1AF680 In this 52180A48 D1092801 52181A48 07C0981B 02181A48 FB1AF680 What else have i to change to make it work on italian game?? >.< Link to comment Share on other sites More sharing options...
Delta Blast Burn Posted October 3, 2013 Share Posted October 3, 2013 The first half of the line "e2002180 00000030". Without any reaserch I would assume, based off your changes, would be "e2002280 00000030". Link to comment Share on other sites More sharing options...
Giova Posted October 4, 2013 Author Share Posted October 4, 2013 I changed it as you to told me, but it still doesn't work still remain somethig to be changed....what else?? Link to comment Share on other sites More sharing options...
Bond697 Posted October 4, 2013 Share Posted October 4, 2013 one (or both, probably both) of the code snippets at the top branch to the E-code's copied asm code at the bottom. you need to change the branch lengths at the top to jump relatively to 2002180. snippet 1 5218065C FAC2F6C4 5218165C 07C0981B 0218165C FD98F680 D2000000 00000000 snippet 2 52180B48 D1092801 52181B48 07C0981B 02181B48 FB1AF680 D2000000 00000000 E-code asm E2002180 00000030 F03BB50E 2170FEF5 D00A2808 E006981F F03BB50E 219AFEED D0022808 07C0981F 2027BD0E 306A0200 18529A03 BD0E9203 D0000000 00000000 Link to comment Share on other sites More sharing options...
Giova Posted October 5, 2013 Author Share Posted October 5, 2013 Can some one do it for me?? T.T cause i can't understand.....i changed all things you told me....but nothing There must be a thing i have not changed, but i don't know what Link to comment Share on other sites More sharing options...
nehaali Posted December 3, 2013 Share Posted December 3, 2013 oh, it's fine. just don't want to have people assuming the code is bad when it isn't. let's clean this up... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now