Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psiberx/cp2077-archive-xl
Cyberpunk 2077 mod that allows you to expand game resources without conflicts.
https://github.com/psiberx/cp2077-archive-xl
Last synced: 2 months ago
JSON representation
Cyberpunk 2077 mod that allows you to expand game resources without conflicts.
- Host: GitHub
- URL: https://github.com/psiberx/cp2077-archive-xl
- Owner: psiberx
- License: mit
- Created: 2021-12-03T07:06:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T20:48:29.000Z (8 months ago)
- Last Synced: 2024-05-22T14:32:11.505Z (8 months ago)
- Language: C++
- Homepage:
- Size: 946 KB
- Stars: 66
- Watchers: 11
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/hints/ArchiveXL.toml
Awesome Lists containing this project
- awesome-cyberpunk - ArchiveXL - Expand game resources without conflicts. (Modding resources / Frameworks)
README
# ArchiveXL
ArchiveXL is a modding tool that allows you to load custom resources without touching original game files,
thus allowing multiple mods to expand same resources without conflicts.With the mod you can:
- Load custom entity factories (necessary for item additions)
- Add localization texts that can be used in scripts, resources and TweakDB
- Edit existing localization texts without overwriting original resources
- Override submeshes visibility of entity parts
- Add visual tags to a clothing item
- Spawn widgets from any library without registering dependencies## Getting Started
### Compatibility
- Cyberpunk 2077 2.13
- [redscript](https://github.com/jac3km4/redscript) 0.5.25+### Installation
1. Install requirements:
- [RED4ext](https://docs.red4ext.com/getting-started/installing-red4ext) 1.25.1+
2. Extract the release archive `ArchiveXL-x.x.x.zip` into the Cyberpunk 2077 directory.## Documentation
- [Dynamic appearances](https://github.com/psiberx/cp2077-archive-xl/wiki#dynamic-appearances)
- [Body types](https://github.com/psiberx/cp2077-archive-xl/wiki#body-types)
- [Appearance suffixes](https://github.com/psiberx/cp2077-archive-xl/wiki#appearance-suffixes)
- [Components overrides](https://github.com/psiberx/cp2077-archive-xl/wiki#components-overrides)
- [Visual tags](https://github.com/psiberx/cp2077-archive-xl/wiki#visual-tags)
- [Extending resources](https://github.com/psiberx/cp2077-archive-xl/wiki#extending-resources)