Announcement

Collapse
No announcement yet.

Some help to make a (Speed ​​Modifier Code).

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Some help to make a (Speed ​​Modifier Code).

    Hello everyone, it's been a good time since I didn't post something here! how are you doing, all right people? Well, I get to the point...

    I did some Internet searches about what I needed to know in order to find this address for modifier the speed of the game or processor for PlayStation 2.
    And found that there were several methods to locate this function (By Values, Labels/Symbols, Paterns and deactivating some functions as a last resort).

    I focused on (Values ​​and Labels and Symbols), i could identify more or less what function I need to find, an example: (0021451c 3f800000 lui zero, $0000) from there I could identify how is the function that I have to locate, but the most tedious thing is that there are a ton of functions with the same register (lui zero, $ 0000) and with the same value (3F800000) that that value would be interpreted in value hexadecimal the default speed in all games, but that...

    There are many functions with that same record. I tried to find the right function with Black (SLES_538.86), in the test i change many functions with the same register and value, there was one that a changed the value to 00000000 and the zoom was activated. It's how the "Zoom Trigger" was that function and had a value of (3F800000). and well nothing, i just wanted to comment that i am involved in the subject. I wanted to know if someone has already worked by modifying the function of the speed of the game in General and to explain some way to be able to locate the correct function definitively.

    Cheers!
    Last edited by David Dezio; 12-09-2019, 08:59:29 PM.

  • #2
    * I forgot to specify that I had also tried with (Labels), but I did not find any with any reference to the speed of the game. The most interesting of my search was this label "CEntityMaxSpeed".

    Comment

    Working...
    X