Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Nov 22, 2023
1 parent 6d8d0d2 commit 3e2cba7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# CrashPatch

<a href="https://github.com/W-OVERFLOW/CrashPatch/releases" target="_blank"></a>
<img alt="downloads" src="https://img.shields.io/github/downloads/W-OVERFLOW/CrashPatch/total?color=F5C400&style=for-the-badge" /> <img alt="downloads latest" src="https://img.shields.io/github/downloads-pre/W-OVERFLOW/CrashPatch/latest/total?color=F5C400&style=for-the-badge"/>
<img alt="downloads" src="https://img.shields.io/github/downloads/W-OVERFLOW/CrashPatch/total?color=F5C400&style=for-the-badge" /> <img alt="downloads latest" src="https://img.shields.io/github/downloads-pre/W-OVERFLOW/CrashPatch/latest/total?color=F5C400&style=for-the-badge"/> ![OneConfig Supported](https://i.imgur.com/pFqMYWp.png)
![Dev Workflow Status](https://img.shields.io/github/v/release/Polyfrost/CrashPatch.svg?style=for-the-badge&color=1452cc&label=release)

### **[Discord server (CLICK HERE TO GET SUPPORT)](https://discord.gg/woverflow)**
### Stop crashes from closing your game!

CrashPatch is a Minecraft (1.8.9) modification port of the BetterCrashes Minecraft modification (1.7.10) which is a port of the VanillaFix Minecraft modification (1.12.2). It also backports some fixes from NotEnoughCrashes (1.14+)
CrashPatch is a Minecraft (1.8.9) modification port of the BetterCrashes Minecraft modification (1.7.10) which is a port of the VanillaFix Minecraft modification (1.12.2).

CrashPatch essentially wraps the game in a try catch which stops the game from closing when something goes wrong (aka a crash).

When CrashPatch detects a crash, it will exit the current world and display a screen where you can either return playing the game, find solutions to the crash, or open / upload the crash log.
When CrashPatch detects a crash, it will display a screen where you can either return playing the game, find solutions to the crash, or open / upload the crash log.

If Minecraft crashes while loading / initializing the game, it will not be able to recover but the ability to see possible solutions and / or open and upload crash logs will be available.

Modifiable options include:
- Whether to catch crashes during launch or gameplay
- Display disconnect causes
- Crash limit before force closing
- Whether to deobfuscate crash log
- Where to upload logs

0 comments on commit 3e2cba7

Please sign in to comment.