Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psiberx/cp2077-tweak-xl
Cyberpunk 2077 mod that allows you to modify TweakDB.
https://github.com/psiberx/cp2077-tweak-xl
Last synced: about 6 hours ago
JSON representation
Cyberpunk 2077 mod that allows you to modify TweakDB.
- Host: GitHub
- URL: https://github.com/psiberx/cp2077-tweak-xl
- Owner: psiberx
- License: mit
- Created: 2022-02-27T15:39:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T23:14:59.000Z (10 days ago)
- Last Synced: 2025-01-07T20:08:56.289Z (7 days ago)
- Language: C++
- Homepage:
- Size: 1.48 MB
- Stars: 95
- Watchers: 11
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/red4ext/TweakXL.hpp
Awesome Lists containing this project
- awesome-cyberpunk - TweakXL - Framework to modify TweakDB. (Modding resources / Frameworks)
README
# TweakXL
TweakXL is a modding tool and a framework to create mods that modify TweakDB,
a proprietary database of REDengine 4,
containing essential information about game entities and behavior.- [YAML](https://github.com/psiberx/cp2077-tweak-xl/wiki/YAML-Tweaks) and [RED](https://github.com/psiberx/cp2077-tweak-xl/wiki/RED-Tweaks) formats for manipulating data in a declarative style
- [Script extensions](https://github.com/psiberx/cp2077-tweak-xl/wiki/Script-Extensions) to add complex logic and dynamic changes
- [Hot reloading](https://github.com/psiberx/cp2077-tweak-xl/wiki/Modder-Tools) to speed up development
- Focused on mods compatibility and maintainability## Getting Started
### Compatibility
- Cyberpunk 2077 2.2
- [redscript](https://github.com/jac3km4/redscript) 0.5.27+### Installation
1. Install requirements:
- [RED4ext](https://docs.red4ext.com/getting-started/installing-red4ext) 1.26.1+
2. Extract the release archive `TweakXL-x.x.x.zip` into the Cyberpunk 2077 directory.## Documentation
- [TweakDB](https://github.com/psiberx/cp2077-tweak-xl/wiki/TweakDB)
- [YAML Tweaks](https://github.com/psiberx/cp2077-tweak-xl/wiki/YAML-Tweaks)
- [RED Tweaks](https://github.com/psiberx/cp2077-tweak-xl/wiki/RED-Tweaks)
- [Script Extensions](https://github.com/psiberx/cp2077-tweak-xl/wiki/Script-Extensions)
- [Modder Tools](https://github.com/psiberx/cp2077-tweak-xl/wiki/Modder-Tools)
- [Examples](https://github.com/psiberx/cp2077-tweak-xl/wiki/Examples)