This is the official ScriptHook for the PC remake of Red Dead Redemption.
Developers:
You can find an example project including all the files you need to setup your mod for ScriptHook here:
RDR1 Example Script Project
Make sure to also download the sdk that is available via the files tab.
Note:
Every .asi mod that you register gets its own script thread, that means every actor, mount, etc. that you spawn will only owned by your script and cleanup'd by the engine automatically.
You can hot reload all of your mods by enabling the reload hotkey (CTRL + R) in the ScriptHookConfig.ini file.
Known issues:
Sometimes the game can throw an Access Violation. However, you can just click OK and proceed to play the game normally.
There is currently an issue with the registerFont export. For now please stick to the default fonts. I will work something out to resolve this asap! Thanks for your patience!
ScriptHookRDR.dll SHA256: 3ecb2ebe440b31f9e0685858dc6f2f74913a9bd4d0a0ae1efa3c61c4a0ce2ebb
dinput8.dll SHA256: 2881f90498c999ccbfd58e3616c8ea8b98051b04292b1072c0feb679cac1ac45
Edited by kepmehz
What's New in Version 1.2 See changelog
Released
- Fixed some native calling issues
- Every .asi mod now has its own script thread
- Added skip intro logo
- Fixed save game reload crashes
Recommended Comments
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 accountSign in
Already have an account? Sign in here.
Sign In Now