Giter Club home page Giter Club logo

red-dead-redemption-2-lua-engine's Introduction

Red Dead Redemption 2 Lua Engine

LuaEngine is a ScriptHook Mod for writing LUA Mods/Scripts.

Installation

Download the latest Release(https://github.com/gallexme/Red-Dead-Redemption-2-Lua-Engine/releases) and copy the LuaEngine.zip Contents into your GameFolder (we may gonna support outside GameFolder soon

Usage

F5 to Reload LuaEngine Ingame(should be changeable later on) place mods in scripts/lua/mod folder every Mod should return a Table with a init, tick, on_key_up, on_key_down Function

local mod =  {}
function mod.init() end
function mod.tick()  end

function mod.on_key_up(key)end
function mod.on_key_down(key)end
return mod

Natives Can be Called Like this

local ped = native("PLAYER", "GET_PLAYER_PED", 0)
local ped = PLAYER.GET_PLAYER_PED(0)
local ped = GET_PLAYER_PED(0)

Natives are defined in the natives.json(soon may come from a nativesdatabase)(please add ur changes back to the project)

Natives.json is Reloaded when LuaEngine Reloads F5

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

red-dead-redemption-2-lua-engine's People

Contributors

gallexme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

red-dead-redemption-2-lua-engine's Issues

Workflows are referencing vulnerable actions

Hello, there!

As part of the university research we are currently doing regarding the security of Github Actions, we noticed that one or many of the workflows that are part of this repository are referencing vulnerable versions of the third-party actions. As part of a disclosure process, we decided to open issues to notify GitHub Community.

Please note that there are could be some false positives in our methodology, thus not all of the open issues could be valid. If that is the case, please let us know, so that we can improve on our approach. You can contact me directly using an email: ikoishy [at] ncsu.edu

Thanks in advance

  1. The workflow main.yml is referencing action ilammy/msvc-dev-cmd using references v1.0.0. However this reference is missing the commit 74a501b which may contain fix to the vulnerability.

The vulnerability fix that is missing by actions' versions could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider updating the reference to the action.

If you end up updating the reference, please let us know. We need the stats for the paper :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.