Jump to content

K3rhos

Recognized Creator
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

K3rhos last won the day on April 17

K3rhos had the most liked content!

Personal Information

  • Country
    France
  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

K3rhos's Achievements

Feller

Feller (1/10)

1

Reputation

  1. Version alpha-0.0.2

    25 downloads

    RDRMP is a custom multiplayer mod project for Red Dead Redemption PC, it aims to create something similar to other existant alternative made for GTA titles (Like MTA or FiveM) with a custom scripting API using LUA. How to install ? Download the Setup (installer) Follow the instruction (You will be asked if you want a desktop shortcut, it's recommended to choose 'Yes') Enjoy 🙂 LUA Documentation available here: https://docs.rdrmp.redmods.com/  If you want to suggest something or need help, here is my discord: Discord: https://discord.gg/8b7NVWnthY Support me on Patreon: https://www.patreon.com/K3rhos
  2. Version 0.2

    28 downloads

    RedHook LUA is a plugin extension for RedHook that aim to drastically simplify making scripts mods for Red Dead Redemption. Not everyone is used to C/C++ development so developing a RED/ASI plugin can be annoying and not beginner friendly. This LUA implementation aim to completely avoid this, no more C++, no more compilation, RedHook LUA provide the whole game functions API to the LUA programming language ! You want to make a script ? No problem, just create a new LUA file inside Red Dead Redemption folder (or inside scripts subfolder) let's name it for example myscript.lua, open the file with any file editor of your choice and start coding your script ! I suggest to take a look at the examplescript.lua that is already provided to get an idea on how to make a proper LUA script. Keybinds [F9] Unload all LUA scripts [F10] Reload all LUA scripts Documentation A proper LUA documentation is planned, right now I didn't got the time to finish it, so I recommend you to join my discord (link below) if you have any questions regarding the API. Make sure to update RedHook to the latest version when using this plugin: https://www.nexusmods.com/reddeadredemption/mods/192 If you want to suggest something or need help, here is my discord: Discord: https://discord.gg/8b7NVWnthY Support me on Patreon: https://www.patreon.com/K3rhos
  3. Version 0.5b

    1,631 downloads

    Hey guys, so it's been a while since I posted my Trainer for RDR 1 (called Red Trainer) on Nexus Mod, and I recently decided to upload it here aswell. So don't be surprised if the first release start directly at version 0.5b ! Red Trainer is a powerful trainer for Red Dead Redemption PC, featuring a modern UI and amazing features. (It's also working with Undead Nightmare DLC) This trainer use my own ScriptHook (RedHook), available here: If you want to be able to drive car, you will also need this mod mabe by @Karoks: Driveable Car Controls: • F5 to open (or RB + X on controller) • Arrow keys or Numpad keys to navigate If it's not working, make sure you have the latest Visual C++ Redistributable from Microsoft installed on your computer: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160 Choose x64 version and install. If you want to suggest something or need help, here is my discord: Discord: https://discord.gg/8b7NVWnthY
  4. Version 0.8

    1,367 downloads

    Hey guys, so it's been a while since I posted my ScriptHook (called RedHook) on Nexus Mod, and I recently decided to upload it here aswell. So don't be surprised if the first release start directly at version 0.7 ! RedHook is a ScriptHook for Red Dead Redemption PC port. My documentation is available here. RedHook SDK can be found on my github. • What is RedHook ? RedHook is a ScriptHook for Red Dead Redemption on PC. It allows modders to create their own scripts without worrying about implementing their own native invokers, native lists, hooks, memory patches & more. • What unique features does RedHook offer ? RedHook features a modern looking console UI to easily reload/unload scripts on the fly, and also includes an extended list of natives and a large panel of exported functions. • What is RedHookSDK ? RedHookSDK is the Software Development Kit for RedHook, providing an example mod for Red Dead Redemption using C++ 23. Basic programming knowledge is of course needed for creating mods. • How do I install RedHook ? Simply drag and drop all files (winmm.dll, RedHook.ini, RedHook.dll) into your Red Dead Redemption folder, then install some RED plugins of your choice, launch the game and enjoy. Be sure to have a fresh install, we're not officially supporting other mods, even if they should work properly in most cases. • What file extension do RedHook plugins use ? Since version 0.2, RedHook plugins use the .red extension. This distinguishes them from other ASI plugins that might be incompatible with RedHook. ASI plugins are still supported has an option available in RedHook.ini but this is not officially. (That mean it could not work properly when trying to load ASI plugins) • What is a RED plugin ? This is the exact same as other mod using ASI plugins, the name has been changed for the purpose of not clashing with other mods using ASI extension. • How to open RedHook Console ? Press F8. Here is the list of available commands: help load "plugin_name_here" unload "plugin_name_here" reload "plugin_name_here" loadall unloadall reloadall If it's not working, make sure you have the latest Visual C++ Redistributable from Microsoft installed on your computer: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-160 Choose x64 version and install. If you want to suggest something or need help, here is my discord: Discord: https://discord.gg/8b7NVWnthY Support me on Patreon: https://www.patreon.com/K3rhos
×
×
  • Create New...