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.

This method allows you to register any texture file and more:
The method is used to open i.e. ytd files.

TODO: Scan: E8 ? ? ? ? 48 8B 35 ? ? ? ? 0F B7 46 08
 

Arguments:
using openFile = void(*)(int* textureId, const char* path, bool unk_t, const char* name, bool unk_f, bool unk_f2);
Call:
int textureId{};
const char* name = "NameToRegisterWith";
openFile(&textureId, "Path/To/File", true, name, false, false);
if (textureId != -1)
	LOG_INFO("Opened %s file with ID: %i", name, textureId);

If you don't know how you can scan a pattern and get a pointer to the function check out my GitHub:
This is an example use of the pattern scanner provided in the repository

User Feedback

Recommended Comments

Shindegeist

Members

Could this can be registered for +hi.ytd format sir? almost ytd files with +hi.ytd format do not work.

Join the conversation

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

Guest
Add a comment...

Recently Browsing 0

  • No registered users viewing this page.

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.