Jump to content
View in the app

A better way to browse. Learn more.

RDR2Mods.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Any experiences with SET_ANIM_RATE?

Featured Replies

  • Author

I thought I could set the animation rate in general with this method (make the NPC move slower or faster).

  • Author

Nothing changes. I tried to fill it with (ENTITY, 0.1f, 0, 1) and (ENTITY, 0.1f, 0, 0), but maybe I have to insert the hash of an animation (which I dont have)?

It does not look like it takes a hash. Those are few examples from the game scripts:

 

    Line 11070:         TASK::SET_ANIM_RATE(iLocal_38, 0.75f, 0, false);
    Line 11071:         TASK::SET_ANIM_RATE(iLocal_39, 0.75f, 0, false);
    Line 11080:         TASK::SET_ANIM_RATE(iLocal_38, 0.5f, 0, false);
    Line 11081:         TASK::SET_ANIM_RATE(iLocal_39, 0.5f, 0, false);

 

    Line 1459:         TASK::SET_ANIM_RATE(iLocal_1284, 1f, 0, false);
    Line 1463:         TASK::SET_ANIM_RATE(iLocal_1285, 1f, 0, false);
    Line 17862:                         TASK::SET_ANIM_RATE(iLocal_1284, 0f, 0, false);
    Line 17863:                         TASK::SET_ANIM_RATE(iLocal_1285, 0f, 0, false);

  • Author

Ah, so you can slow down or speed up a certain task, I guess.

Thanks for the insight!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.