Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Nats-ji/CET-Mod-Manager
A Mod Manager for Cyber Engine Tweaks based mods
https://github.com/Nats-ji/CET-Mod-Manager
cyberenginetweaks cyberpunk cyberpunk-2077 cyberpunk-mods cyberpunk2077 mod mod-manager
Last synced: 14 days ago
JSON representation
A Mod Manager for Cyber Engine Tweaks based mods
- Host: GitHub
- URL: https://github.com/Nats-ji/CET-Mod-Manager
- Owner: Nats-ji
- License: gpl-3.0
- Created: 2021-01-12T18:58:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T10:57:40.000Z (9 months ago)
- Last Synced: 2024-11-28T04:22:23.421Z (15 days ago)
- Topics: cyberenginetweaks, cyberpunk, cyberpunk-2077, cyberpunk-mods, cyberpunk2077, mod, mod-manager
- Language: Lua
- Homepage: https://www.nexusmods.com/cyberpunk2077/mods/895
- Size: 341 KB
- Stars: 38
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-modding - Cyber Engine Tweaks Mod Manager - Mod manager for Cyberpunk 2077 CyberEngineTweaks based mods. (REDEngine Games (CD Projekt) / Cyberpunk 2077 / REDEngine 4)
README
[![github][github-badge]][github-link] [![build][build-badge]][build-link] ![license][license-badge] [![release][release-badge]][release-link] [![nexus][nexus-badge]][nexus-link] [![3dm][3dm-badge]][3dm-link]
# Cyber Engine Tweaks Mod Manager
## Features
Download: https://github.com/Nats-ji/CET-Mod-Manager/releases/
Nexusmods: https://www.nexusmods.com/cyberpunk2077/mods/895
- A Mod Manager for CyberEngineTweaks based mods
- Enable/Disable CyberEngineTweaks based mods inside game with a single click
- Open the interface by pressing the hotkey you bound in CET![imgage](https://staticdelivery.nexusmods.com/mods/3333/images/895/895-1610480969-1242777005.png)
## Installation
This mod requires:
1. the latest version of **Cyber Engine Tweaks** Mod. [[nexusmods]](https://www.nexusmods.com/cyberpunk2077/mods/107) | [[github]](https://github.com/yamashi/CyberEngineTweaks)
2. the latest version of **Red4EXT**. [[nexusmods]](https://www.nexusmods.com/cyberpunk2077/mods/2380) | [[github]](https://github.com/WopsS/RED4ext)Extract `bin` into the root directory of Cyberpunk2077's install path.
Restart the game.
## Usage
1. To use it, you just simply press `hotkey` you bound to open the inertface.
2. Press the button `Scan` to scan your installed mods.
3. Tick/untick the checkbox in front of the mod name to enable/disable them.
4. Press the `Reload ALL Mods` button on the console to reload the mods.
### Change language
Check this [guide](https://wiki.redmodding.org/cyber-engine-tweaks/getting-started/configuration/change-font-and-font-size#how-to-display-non-english-characters) for more information.### API (deprecated)
1. To use the API (currently only supports CET) to query the mod list
```lua
-- returns a table
modlist = GetMod("cet_mod_manager").GetModList()-- print the mod list in console
GetMod("cet_mod_manager").PrintModList()
```
2. Return format by the API
```lua
{
archive = { "a", "list", "of", "mods"},
asi = { "a", "list", "of", "mods"},
cet = { "a", "list", "of", "mods"},
red4ext = { "a", "list", "of", "mods"},
redscript = { "a", "list", "of", "mods"}
}
```## Uninstallation
1. Before you uninstall this mod, make sure you have **re-enabled** all the mods.
2. Remove `cet_mod_manager.asi` from `\Cyberpunk 2077\bin\x64\plugins\`
## Translations
- English
- Simplified Chinese (Translator: Nats-ji)
- Traditional Chinese (Translator: Nats-ji)
- Japanese (Translator: Nats-ji)
- German (Translator: keanuWheeze)
- Russian (Translator: vanja-san)
- Turkish (Translator: sebepne)
- Romanian (Translator: Maddmaniak)
- Brazilian Portuguese (Translator: mathfelin)
- French (Translator : ReActif)## Credits
- yamashi's CyberEngineTweaks https://github.com/yamashi?tab=repositories
- WhySoSerious for answering every question I had about lua https://github.com/WSSDude420
- Development Team behind CyberEngineTweaks and and RED4extSDK
- CP77 Modding Tools Discord Community https://discord.gg/cp77modding
- And people who translated for this project.[github-badge]: https://img.shields.io/badge/source-Github-red?style=social&logo=github
[github-link]: https://github.com/Nats-ji/CET-Mod-Manager
[build-badge]: https://img.shields.io/github/actions/workflow/status/Nats-ji/CET-Mod-Manager/build.yml?branch=master
[build-link]: https://github.com/Nats-ji/CET-Mod-Manager/actions/workflows/build.yml
[license-badge]: https://img.shields.io/github/license/Nats-ji/CET-Mod-Manager
[release-badge]: https://img.shields.io/github/v/release/Nats-ji/CET-Mod-Manager?include_prereleases
[release-link]: https://github.com/Nats-ji/CET-Mod-Manager/releases/latest
[nexus-badge]: https://img.shields.io/badge/download-Nexus%20Mods-orange
[nexus-link]: https://www.nexusmods.com/cyberpunk2077/mods/895
[3dm-badge]: https://img.shields.io/badge/download-3DM%20Mods-blueviolet
[3dm-link]: https://mod.3dmgame.com/mod/172144