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 animation names known (or any idea how I can figure them out)?

Featured Replies

Posted

I would like to find out some animation names, but have not found a native to do it (i was searching for something like GET_ENTITY_ANIM(Entity e)).

I found

 

and thought that maybe someone has been able to figure out some values for the anim name and anim dict we could use here..

Has anyone?^^

  • 1 month later...
  • Author

Can some mod please delete this topic? I suppose we will have to wait until OpenIV releases in a version which has clear names for animations  (in the current version the names are still hashed) 🙂

2 hours ago, HughJanus said:

Can some mod please delete this topic? I suppose we will have to wait until OpenIV releases in a version which has clear names for animations  (in the current version the names are still hashed) 🙂

 

I could delete/hide it, but I do not really see the point. If someone ends up finding names, they can just post and share them here 🙂

 

You could try looking through some datafiles with OpenIV, some of them contain animation names. It is a bit tedious, though.

i found a couple for task_play_anim

void play_animation(const char* animDictionary, const char* animationName) {
		STREAMING::REQUEST_ANIM_DICT(animDictionary);
		TASK::TASK_PLAY_ANIM(player_ped_id(), animDictionary, animationName, 1000.f, -1000.f, -1, 1, 0, 0, 0, 0, 0, 0);
	}
"MECH_DYNAMIC@WORLD_PLAYER_DYNAMIC_KNEEL_GROUND@GENERIC@MALE_A@base", "base"
"MINI_GAMES@POKER_MG@BASE", "HOLD_CARDS_IDLE_A"
"script_re@murder_campfire@knife_note", "enter"
"script_re@drunk_dueler", "intro_idle_drunk"
"script_re@drunk_dueler", "pass_out_drunk"

 

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.