Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dysphie committed Jun 4, 2022
1 parent 1072d2d commit d41d6ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [NMRiH] Objective Finish Crash Fix
Sourcemod plugin for No More Room in Hell that fixes a common crash that can occur when the active objective changes.


The stack trace usually looks like this:
- `sdktools.ext.2.sdk2013.so!EntityOutputManager::FindOutputName + 0x1a`
- `server_srv.so!CBaseEntityOutput::FireOutput(variant_t, CBaseEntity*, CBaseEntity*, float) + 0x1f7`
- `server.dll + 0x139029` in NMRiH 1.12.2 Windows
- `sdktools.ext.2.sdk2013.dll!EntityOutputManager::FindOutputName(void *,CBaseEntity *)`

## Installation
- Upgrade to Sourcemod 1.11 or higher
- Grab the latest zip in [releases](https://github.com/dysphie/nmrih-objectivefinish-crash-fix/releases)
- Extract into `addons/sourcemod`

0 comments on commit d41d6ba

Please sign in to comment.