Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipheMP authored Aug 15, 2024
1 parent 32dff1a commit b950adc
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# 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.
# 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)

## 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
Makes RimPy Mod Manager use dedicated GPU for converting `.png` images to `.dds` files via scripts.

## Running
Open a terminal in /RimPy/compressors folder
Type: python ./rimpy_usegpu_fix.py
## 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

## Version numbers meaning:
### First
Major updates, new funcionalities.
### Second
Issue fixes.
### Third
Minor updates, code cleaning, better code readability.
## Usage
- Open a terminal in `/RimPy/compressors` folder
- Run:
```
python ./rimpy_usegpu_fix.py
```

0 comments on commit b950adc

Please sign in to comment.