0 of 0

File information

Last updated

Original upload

Created by

igor725

Uploaded by

igor725

Virus scan

Safe to use

15 comments

  1. lufusol
    lufusol
    • premium
    • 89 kudos
    Usually if you expand "requirements" on a mod's description page, it shows mods required by this mod at the top, and then under that it lists mods which have marked this mod as a requirement.  This mod has no mods listing it as a requirement, that doesn't mean there aren't any on nexus, just that the authors of those mods didn't set up the mod page to point to this mod as its requirement.

    If you know of any mods which use this framework, could you please list them here?  Or if there is an offsite list would you please drop the direct link?  Thank you so much to anyone who is able to help identify mods which use this framework.
    1. igor725
      igor725
      • member
      • 0 kudos
      I don't think there actually any mod written for my "framework" on NexusMods. Alas it's not that popular. I think my GitHub examples are all there is atm.
    2. igor725
      igor725
      • member
      • 0 kudos
      I made this project jff actually and I don't think it's very useful. I just wanted to dive into Rockstar's RAGE and integrate LuaVM in it, that's it.
  2. Andlos1999
    Andlos1999
    • BANNED
    • 4 kudos
    can i use spooner with this in single player mode?
    1. igor725
      igor725
      • member
      • 0 kudos
      No. This mod is made for completely different API.
  3. Andlos1999
    Andlos1999
    • BANNED
    • 4 kudos
    https://github.com/kibook/spooner
  4. Cryomonster
    Cryomonster
    • member
    • 0 kudos
    Can I use this to learn how to script? I've been struggling with the coding and I dont know where to find a good way learn scripting without knowing much about it
    1. igor725
      igor725
      • member
      • 0 kudos
      Lua itself - yes, definitely. This language is very easy to learn. I don't think RedLua is the best place for learning how to script tho. I mean, you can try it if you want, but it would be better if you already knew the programming basics.

      P.S. You better read this book first - Programming in Lua
  5. redharlow2614
    redharlow2614
    • premium
    • 2 kudos
    this is dope thank you man
    1. igor725
      igor725
      • member
      • 0 kudos
      your welcome! if you have any ideas how i can improve the mod, i can bring em to life
  6. Andlos1999
    Andlos1999
    • BANNED
    • 4 kudos
    how it works?
    1. igor725
      igor725
      • member
      • 0 kudos
      I already discribed how it works on GitHub, please read the README.md file
    2. Andlos1999
      Andlos1999
      • BANNED
      • 4 kudos
      i press f7 and nothing happens
    3. igor725
      igor725
      • member
      • 0 kudos
       First of all, you need to make sure that:

      • You have ScriptHookRDR2 and ASILoader installed
      • RedLua.asi is located in the root game folder (next to the RDR2.exe)
      As soon as you enter the singleplayer RedLua creates a console window called "RedLua debug console", if this does not happen, then the mod is not installed correctly.
    4. igor725
      igor725
      • member
      • 0 kudos
      v0.3.0 may fix your issue