Crates.io | cyberpunk_mod_manager |
lib.rs | cyberpunk_mod_manager |
version | 1.0.1 |
source | src |
created_at | 2022-12-17 11:32:52.896799 |
updated_at | 2022-12-17 11:46:25.196649 |
description | A mod manager for Cyberpunk 2077 |
homepage | |
repository | https://github.com/yashs662/cyberpunk_mod_manager |
max_upload_size | |
id | 739805 |
size | 149,904 |
Simple mod manager for cyberpunk
The mod manager only tries to check if the mod zip file downloaded from (Preferably nexus mods) still has its files in your cyberpunk directory, if not it can move them there to install it for you or remove them by comparing the file structure of the original mod zip file to the files in the cyberpunk install dir
I am constantly bricking my Cyberpunk install by trying out new mods and I just wanted a quick and easy way to test mods
This project is just a quick and dirty utility, i am not going to maintain it regularly (might do for major bugs), contributions are welcome
This program is only tested on Windows 11 libarchive is required to be installed to run this program, you can install it using vcpkg from here I had to use the triplet x64-windows-static-md to get it to work sample command:
./vcpkg.exe install libarchive --triplet=x64-windows-static-md
Huge thanks to Nexus Mods for providing a great modding community and a great modding platform
Thank you fdehau for creating tui-rs it is an amazing tool for creating terminal applications