Search found 6 matches

by shorthand
Wed Aug 27, 2008 7:32 pm
Forum: General Discussion
Topic: Urban Runner (CD2DVD / GOB) question
Replies: 12
Views: 7674

Just finished the analysis also. All scripts run fine except MENU.TOT (if you allow the createSprite subCall error, the rest goes through) 03 = loadCursor - arg1 = FFFF --> (2)+(2+2+5) + 2+1 bytes - arg1 = FFFE --> (2)+(2) + 2+1 bytes - arg1 = 0000-FFFD --> 2+1 bytes (normal) 26 = createSprite - arg...
by shorthand
Wed Aug 27, 2008 1:56 am
Forum: General Discussion
Topic: Urban Runner (CD2DVD / GOB) question
Replies: 12
Views: 7674

Did some work with WLOADER. ur_disasm = generic ideas on where to find data v5_26 = o2_createSprite + special handling code v5_45 = o1_istrlen + special handling code Those two are out of my league but here's the trace notes for your expertise. http://rapidshare.com/files/140410663/Desktop.7z.html I...
by shorthand
Mon Aug 25, 2008 11:16 pm
Forum: General Discussion
Topic: Urban Runner (CD2DVD / GOB) question
Replies: 12
Views: 7674

Thanks to your help, managed to change INTRO.STK to correctly load the correct CD*.ITK file from a DVD. No more CD nags. Notes plus byte changes: http://rapidshare.com/files/140109679/cd-to-dvd.txt.html Allowed the bad 'dummy' calls to pass through. Hard crash towards the later blocks. 00018276&...
by shorthand
Mon Aug 25, 2008 1:48 am
Forum: General Discussion
Topic: Urban Runner (CD2DVD / GOB) question
Replies: 12
Views: 7674

Got your code to work in VC++ 2008 Express. This was the main problem the compiler had: //static const OpcodeGoblinEntryV4 opcodesGoblin[73] = { static const OpcodeGoblinEntryV4 opcodesGoblin[72] = { I'm amazed at how detailed your auto-analysis is. ...
by shorthand
Sun Aug 24, 2008 4:44 pm
Forum: General Discussion
Topic: Urban Runner (CD2DVD / GOB) question
Replies: 12
Views: 7674

Thank you for all the information.

I'll let you know if any useful data comes out.
by shorthand
Sat Aug 23, 2008 7:11 pm
Forum: General Discussion
Topic: Urban Runner (CD2DVD / GOB) question
Replies: 12
Views: 7674

Urban Runner (CD2DVD / GOB) question

I'm interested if it's possible to make a DVD out of it (English version) to avoid in-game swapping. Tried the basics of putting all files to 1 disc. The problem lies when the switch disk dialog pops up: it always selects the first CD?.ITK file it finds instead of the correct CD3.ITK or CD4.ITK. Cha...