Jump to content

ScriptHookRDR 1.0.0

   (0 reviews)

1 Screenshot

About This File

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:
At the moment every script is running on the same thread, which means every spawned Mount, Actor, etc. will be owned by the same script, this will hopefully be changed in the future so every script has its own thread, just like we are used to in RDR2. However, this won't affect your gameplay by any means and is mainly just relevant for developers to know.
 

Known issues:

Sometimes the game can throw an Access Violation. However, you can just click OK and proceed to play the game normally.

ScriptHookRDR.dll SHA256: 3ecb2ebe440b31f9e0685858dc6f2f74913a9bd4d0a0ae1efa3c61c4a0ce2ebb
dinput8.dll SHA256: 2881f90498c999ccbfd58e3616c8ea8b98051b04292b1072c0feb679cac1ac45

Edited by kepmehz

  • Like 2
  • Thanks 2
 Share

You may also like

  • Lenny's Simple Trainer RDR 1 PC
    By LMS
       8094   120   4
  • Lenny's Mod Loader RDR
    By LMS
       2436708   746   6
  • RDR 2 Asi Loader
    By LMS
       1541220   160   5
  • User Feedback

    Recommended Comments

    it is not working for me sadly i tested your example and a toggle drunk i made neither worked

     

    this is the only error i have in the log that i attached:

     

    [15:42:25] [Error] [HOOKS] Failed to create hook for rage::scrThread::Run

    ScriptHookRDR.log

    Edited by Redharlow2614
    Link to comment
    Share on other sites

    no error message but still not working...

     

    NVM IGNORE THIS I DID NOT HAVE ASI IN FOLDER LMAO

    it definitely works now ty

    Edited by Redharlow2614
    Link to comment
    Share on other sites

    Good Work.

     

    Ill see if i can get my menu base ported over this weekend. Ill do some testing and If i run into any problems ill get a report done.

    Edited by Evil Blunt
    Link to comment
    Share on other sites

    20 minutes ago, Evil Blunt said:

    Good Work.

     

    Ill see if i can get my menu base ported over this weekend. Ill do some testing and If i run into any problems ill get a report done.

    Make sure to use the exports drawRect, drawText, and drawSprite to draw your menu. It will be a lot easier to port menu bases from games like RDR2 or GTAV, because RDR1 has no DRAW_RECT or DRAW_TEXT natives

    Link to comment
    Share on other sites

    3 minutes ago, kepmehz said:

    Make sure to use the exports drawRect, drawText, and drawSprite to draw your menu. It will be a lot easier to port menu bases from games like RDR2 or GTAV, because RDR1 has no DRAW_RECT or DRAW_TEXT natives

     

    Yeah just saw the exports, i know the game never used the draw natives (Some UI natives were used in the scripts or left in but i think they were deprecated),

    My base used the NET_PLAYER_LIST UI on console, The base code is using the same setup as my PC trainers GTAV,RDR2 so shouldn't take long adjusting it to use the exports instead of the player list UI.

    Link to comment
    Share on other sites

    15 minutes ago, Evil Blunt said:

     

    Yeah just saw the exports, i know the game never used the draw natives (Some UI natives were used in the scripts or left in but i think they were deprecated),

    My base used the NET_PLAYER_LIST UI on console, The base code is using the same setup as my PC trainers GTAV,RDR2 so shouldn't take long adjusting it to use the exports instead of the player list UI.

    Sounds good! Looking forward to it 😀

    Link to comment
    Share on other sites

    3 hours ago, Redharlow2614 said:

    no error message but still not working...

     

    NVM IGNORE THIS I DID NOT HAVE ASI IN FOLDER LMAO

    it definitely works now ty

    What asi mod are you using?

     

    Link to comment
    Share on other sites

    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • Create New...