Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bip213/rimpy_usegpu_fix
Makes RimPy Mod Manager use dedicated GPU for converting .png images to .dds files via scripts.
https://github.com/bip213/rimpy_usegpu_fix
fix python python-3 python3 rimpy rimworld rimworld-mod
Last synced: 28 days 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/bip213/rimpy_usegpu_fix
- Owner: BiP213
- License: gpl-3.0
- Created: 2024-06-19T14:48:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-15T08:56:59.000Z (3 months ago)
- Last Synced: 2024-10-01T19:29:32.814Z (about 1 month ago)
- Topics: fix, python, python-3, python3, rimpy, rimworld, rimworld-mod
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RimPy UseGPU Fix ![](https://img.shields.io/badge/License-GPLv3-blue.svg) [![python](https://img.shields.io/badge/Python-3.10-3776AB.svg?style=flat&logo=python&logoColor=white)](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
```