RedFileSystem
RED FILE SYSTEM
This plugin provides access to the file system using read/write operations. It supports UTF8 text and Json formats. It can be used with Redscript and CET.
This is a dependency for modders.
PLAYERS
This plugin only provide access to directories within "<Cyberpunk 2077>/red4ext/plugins/RedFileSystem/storages/". Modders cannot read/write files outside of this directory. This is a security measure to prevent modders from messing with your game's installation or even your computer. Remember, if someone really want to mess with your computer, they can do so without using RedFileSystem.
LATEST CHANGES - v0.6.0
Add optional indent argument when using WriteJson().
WriteJson() will now format output as minified Json by default. See README for usage.
COMPATIBILITY
✓ Cyberpunk 2077 2.12+
✓ redscript 0.5.18+
✓ Cyber Engine Tweaks 1.32.0+
INSTALLATION
- Install requirements
— RED4ext 1.24.0+ - Download the latest release here (or from GitHub)
- Extract the archive into the Cyberpunk 2077 directory
You should have a "<Cyberpunk 2077>/red4ext/plugins/RedFileSystem" directory if done correctly.
DOCUMENTATION
▸ See README
▸ See examples/ (Redscript & CET)
COMMUNITY
If you need help with mod development using this plugin, please feel free to contact me on Discord.
I prefer public discussions so that everyone can use shared knowledge.
▸ Cyberpunk 2077 Modding Community
MY OTHER MODS
▸ RedData
▸ RedHttpClient