Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psiberx/cp2077-codeware
Cyberpunk 2077 library and framework for creating script mods.
https://github.com/psiberx/cp2077-codeware
Last synced: 2 months ago
JSON representation
Cyberpunk 2077 library and framework for creating script mods.
- Host: GitHub
- URL: https://github.com/psiberx/cp2077-codeware
- Owner: psiberx
- License: mit
- Created: 2021-10-24T15:00:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:54:33.000Z (9 months ago)
- Last Synced: 2024-04-22T14:01:18.171Z (9 months ago)
- Language: Swift
- Homepage:
- Size: 4.14 MB
- Stars: 53
- Watchers: 8
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cyberpunk - Codeware - Library and framework for creating redscript and CET mods. (Modding resources / Frameworks)
README
# Codeware
Codeware is a library and framework for creating redscript and Cyber Engine Tweaks mods.
## Getting Started
### Compatibility
- Cyberpunk 2077 2.13
- [redscript](https://github.com/jac3km4/redscript) 0.5.25+
- [Cyber Engine Tweaks](https://github.com/yamashi/CyberEngineTweaks) 1.32.0+### Installation
1. Install requirements:
- [RED4ext](https://docs.red4ext.com/getting-started/installing-red4ext) 1.25.1+
2. Extract the release archive `Codeware-x.x.x.zip` into the Cyberpunk 2077 directory.## Documentation
- [Lifecycle](https://github.com/psiberx/cp2077-codeware/wiki#lifecycle)
- [World](https://github.com/psiberx/cp2077-codeware/wiki#world)
- [Entities](https://github.com/psiberx/cp2077-codeware/wiki#entities)
- [Player](https://github.com/psiberx/cp2077-codeware/wiki#player)
- [User Interface](https://github.com/psiberx/cp2077-codeware/wiki#user-interface)
- [Resources](https://github.com/psiberx/cp2077-codeware/wiki#resources)
- [Localization](https://github.com/psiberx/cp2077-codeware/wiki#localization)
- [Reflection](https://github.com/psiberx/cp2077-codeware/wiki#reflection)
- [Utilities](https://github.com/psiberx/cp2077-codeware/wiki#utilities)