https://github.com/feliphemp/rimpy_usegpu_fix
Makes RimPy Mod Manager use dedicated GPU for converting .png images to .dds files via scripts.
https://github.com/feliphemp/rimpy_usegpu_fix
fix python python-3 python3 rimpy rimworld rimworld-mod
Last synced: 10 months ago
JSON representation
Makes RimPy Mod Manager use dedicated GPU for converting .png images to .dds files via scripts.
- Host: GitHub
- URL: https://github.com/feliphemp/rimpy_usegpu_fix
- Owner: FelipheMP
- License: gpl-3.0
- Created: 2024-06-19T14:48:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T13:52:51.000Z (over 1 year ago)
- Last Synced: 2025-03-03T20:43:04.778Z (over 1 year ago)
- Topics: fix, python, python-3, python3, rimpy, rimworld, rimworld-mod
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# RimPy UseGPU Fix  [](https://www.python.org)
Makes RimPy Mod Manager use dedicated GPU for converting `.png` images to `.dds` files via scripts.
## Installation
- Extract all `.py` files to `/RimPy/compressors` folder
- Open `rimpy_usegpu_fix.py` file and modify `RIMWORLD_MODS_DIR` global variable value to your `/RimWorld/Mods` path
## Usage
- Open a terminal in `/RimPy/compressors` folder
- Run:
```
python ./rimpy_usegpu_fix.py
```