Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WopsS/RED4ext
A script extender for REDengine 4 (Cyberpunk 2077).
https://github.com/WopsS/RED4ext
cpp20 cyberpunk2077 redengine redengine4 script-extender
Last synced: 2 months ago
JSON representation
A script extender for REDengine 4 (Cyberpunk 2077).
- Host: GitHub
- URL: https://github.com/WopsS/RED4ext
- Owner: WopsS
- License: mit
- Created: 2020-12-14T11:24:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T19:06:46.000Z (4 months ago)
- Last Synced: 2024-11-12T18:02:29.224Z (2 months ago)
- Topics: cpp20, cyberpunk2077, redengine, redengine4, script-extender
- Language: C++
- Homepage:
- Size: 1.33 MB
- Stars: 300
- Watchers: 31
- Forks: 40
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-cyberpunk - RED4ext - Script extender for REDengine 4. (Modding resources / Frameworks)
README
# RED4ext
A script extender for REDengine 4 ([Cyberpunk 2077](https://www.cyberpunk.net)).
## About this library
RED4ext is a library that extends REDengine 4. It will allow modders to add new features, modify the game behavior, add new
scripting functions or call existing ones in your own plugins.This library is similar to:
* [Script Hook V](http://dev-c.com/GTAV/scripthookv)
* [Skyrim Script Extender](https://skse.silverlock.org/)This library is split into two parts:
* [RED4ext](https://github.com/WopsS/RED4ext) - This project which consist of the loader, it only takes care of managing plugins.
* [RED4ext.SDK](https://github.com/WopsS/RED4ext.SDK) - This project contains the reversed types and helpers to extend the engine, it can be used independently of RED4ext.If you are developing a new plugin, add only [RED4ext.SDK](https://github.com/WopsS/RED4ext.SDK) in your project structure.
## How to install
Instructions about how to install RED4ext can be found [here](https://docs.red4ext.com/).
## Building from source
Instructions about how to build RED4ext can be found in [BUILDING.md](/BUILDING.md).
## Contributing
Do you want to contribute? Community feedback and contributions are highly appreciated!
**For general rules and guidelines see [CONTRIBUTING.md](/CONTRIBUTING.md).**