Jump to content

Recommended Posts

Posted

Hi everyone,

I wanted to start with Yuri´s Revenge campaign and I just don´t manage to get the gamespeed-slider in the game enabled. I managed it with the original RA 2 (by adding -speedcontrol and doing some change in the game.exe with a hex editor...it was something like replacing 9090 with 7470 at a determined place), but it doesn´t work with Yuri´s Revenge. The game runs far too fast for my taste - I like it slow.

Does anyone know how to do that?

cheers and thanks,

lead

  • 1 year later...
Posted (edited)

Hi,

For anyone else looking for the answer.

I searched google looking to enable the gamespeed slider in yuri's revenge but probably like yourself,  didn't find a whole lot.

I'm currently procrastinating from my studies by playing RA2 + Yuris revenge(procrastination is somewhat of a talent of mine....) ......luckily my study topic is reverse engineering.

If you have the yuri's revenge game version 1.001 (EA Origin), then all you need to do to enable the gamespeed slider is replace the two bytes '74 07' with '90 90' at the offset 00115439 in a hex editor for the file gamemd.exe .....just like with RA2..(naturally the code is in a different place as its a different game).

74 is the JMP instruction, 90 is the NOP (no operation) instruction, all this does is blank out the part of the code that makes the game evaluate if the gamespeed command line parameter was passed, and sets it to 1.

Hope that helps

 

 

 

Edited by d00b
Posted
On 4/24/2019 at 8:57 AM, d00b said:

If you have the yuri's revenge game version 1.001 (EA Origin), then all you need to do to enable the gamespeed slider is replace the two bytes '74 07' with '90 90' at the offset 00115439 in a hex editor for the file gamemd.exe .....just like with RA2..(naturally the code is in a different place as its a different game).

You forgot to include the address (for YR): 0x12F949

  • Like 1
  • Upvote 2
  • 1 year later...
Posted
14 hours ago, 2mg said:

I can't seem to get this to work with RA2? Do I need to add -speedcontrol?

Maybe you're changing the wrong memory address. It's different for each game. Which address are you using?

  • Upvote 1
Posted
6 hours ago, fir3w0rx said:

Maybe you're changing the wrong memory address. It's different for each game. Which address are you using?

Same offset I found in HxD editor.

BTW if looking at address, I can't find 74 07, this is all offset.

hexra2.jpg

Posted

That address should be fine (offset is part of the address).

 

On 8/2/2020 at 3:20 AM, 2mg said:

I can't seem to get this to work with RA2? Do I need to add -speedcontrol?

Sorry I didn't see this^ earlier; you only need to hex edit if you're using the Origin version of RA2. With any other version just add speedcontrol to the shortcut.

  • Upvote 1
Posted
4 hours ago, fir3w0rx said:

That address should be fine (offset is part of the address).

 

Sorry I didn't see this^ earlier; you only need to hex edit if you're using the Origin version of RA2. With any other version just add speedcontrol to the shortcut.

I have TFD, but it's patched to CnC which should by itself allow speed control in campaign, but it doesn't.

And it's absent from campaign, even if I try hex edit or -speedcontrol.

Posted

That's strange, speedcontrol has always worked on TFD version, it's the version I used for years, until the xwis.net version was created. I don't know, all I can think of is that you haven't added speedcontrol correctly. Does your shortcut look something like this:

"c:\games\tfd\red alert 2\ra2.exe" -speedcontrol

Note that it must be after the speech marks.

  • Upvote 1
  • 3 years later...
Posted

Just wanna say a HUGE thanks to everyone in here that suggested multiple ideas to solve the speed issue in single player campaign. I have found my solution as indicated by fir3w0rx and others . Kudos to all.

 

Cheers😁 

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...