https://github.com/pardeike/rimworld4debugging
This project will help you with debugging RimWorld
https://github.com/pardeike/rimworld4debugging
Last synced: 3 months ago
JSON representation
This project will help you with debugging RimWorld
- Host: GitHub
- URL: https://github.com/pardeike/rimworld4debugging
- Owner: pardeike
- License: mit
- Created: 2022-10-10T10:42:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T13:10:29.000Z (over 2 years ago)
- Last Synced: 2025-03-17T04:37:01.572Z (3 months ago)
- Language: JavaScript
- Size: 310 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RimWorld4Debugging
### What is it?
I created this project to help everyone with debugging RimWorld. You simply download an electron application that will guide you through the process of installing all necessary tools and patches that are required. All tools are free of charge and the application will also help you to restore your RimWorld installation.
### Download Release
Simply download the latest [release](https://github.com/pardeike/RimWorld4Debugging/releases/download/v1.0.1/rimworld4debugging-win32-x64-1.0.1.zip) and follow the instructions.### Build Yourself
Clone this repository and then run
```
npm install
npm start
```
To build a release, run
```
npm run make
```
Which creates the application as a zip file in `./out/make/zip/win32/x64`### Contribute
I put many hours into this project and its support. So every little action helps:- Spread the word in your developer communities
- Become a [GitHub sponsor](https://github.com/sponsors/pardeike) or a [Patreon](https://www.patreon.com/pardeike)