Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Exit-9B/ModOrganizer-CrashLogTools
Mod Organizer plugins with functionality for Skyrim crash logs
https://github.com/Exit-9B/ModOrganizer-CrashLogTools
Last synced: 14 days ago
JSON representation
Mod Organizer plugins with functionality for Skyrim crash logs
- Host: GitHub
- URL: https://github.com/Exit-9B/ModOrganizer-CrashLogTools
- Owner: Exit-9B
- License: mit
- Created: 2022-04-16T20:08:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T13:21:16.000Z (over 2 years ago)
- Last Synced: 2023-03-04T15:00:14.022Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-modding - Crash Log Tools - Plugin that provide extra functionality for the Skyrim crash logs generated by [Crash Logger](https://www.nexusmods.com/skyrimspecialedition/mods/59596). (Mod Managers / Mod Organizer 2 Plugins & Tools)
README
# Crash Log Tools for Mod Organizer
These are plugins for [Mod Organizer 2](https://www.modorganizer.org/) that
provide extra functionality for the Skyrim crash logs generated by
[Crash Logger](https://www.nexusmods.com/skyrimspecialedition/mods/59596).## Plugins
### Crash Log Labeler
Attempts to label known functions in the call stack by looking them up from
[Address Library Database](https://github.com/meh321/AddressLibraryDatabase).When you start Mod Organizer with the plugin installed, it will pull the
database and try to label any crash logs already in your log directory. If
your game crashes thereafter, it will scan for a new log file and try to label
it as well. If you wish to restore the original logs, they can be found in the
Recycle Bin.#### Settings
**offline_mode**
Disables automatic updates from the remote database.### Crash Log Viewer
Adds a GUI dialog that allows you to easily access your crash logs.The tool can be started from the Tool Plugins menu.
## Packaging from source
External libraries need to be acquired and installed to the `lib` subdirectory
of the plugin.
```
git clone https://github.com/Exit-9B/ModOrganizer-CrashLogTools
cd ModOrganizer-CrashLogTools
pip install -r plugin-requirements.txt -t crashlogtools/lib
```## Installation
The scripts should be installed to a subdirectory in the Mod Organizer plugins
folder. The resulting folder hierarchy should be
`\plugins\crashlogtools`