Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Automatic crash reporting for modded games. Captures crash context and helps ide
| Game | Plugin | Status | Version | Download |
|------|--------|--------|---------|----------|
| Cyberpunk 2077 | RED4ext | Beta | v0.1.4 | [v0.1.4](https://github.com/ezmode-games/ctd/releases/tag/cyberpunk-v0.1.4) |
| Elden Ring | UE4SS | Alpha | v0.1.4 | [v0.1.4](https://github.com/ezmode-games/ctd/releases/tag/elden-ring-v0.1.4) |
| Fallout 3 | FOSE | Beta | v0.1.4 | [v0.1.4](https://github.com/ezmode-games/ctd/releases/tag/fallout3-v0.1.4) |
| Fallout 4 | F4SE | Beta | v0.1.4 | [v0.1.4](https://github.com/ezmode-games/ctd/releases/tag/fallout4-v0.1.4) |
| Fallout: New Vegas | NVSE | Beta | v0.1.4 | [v0.1.4](https://github.com/ezmode-games/ctd/releases/tag/newvegas-v0.1.4) |
| Oblivion Remastered | UE4SS | Alpha | v0.1.4 | [v0.1.4](https://github.com/ezmode-games/ctd/releases/tag/oblivion-remastered-v0.1.4) |
| The Elder Scrolls V: Skyrim | SKSE64 | Beta | v0.1.4 | [v0.1.4](https://github.com/ezmode-games/ctd/releases/tag/skyrim-v0.1.4) |
| Elden Ring | UE4SS | Wip | - | - |

## What It Captures

Expand Down
1 change: 1 addition & 0 deletions mods/elden-ring/RE-UE4SS
Submodule RE-UE4SS added at b4e69e
7 changes: 6 additions & 1 deletion mods/elden-ring/nexus.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Nexus Mods metadata for CTD Crash Reporter - Elden Ring

[nexus]
game_slug = "eldenring"
# mod_id = 12345 # uncomment when published

[mod]
name = "CTD Crash Reporter"
version = "0.1.0"
version = "0.1.4"
game = "elden-ring"
game_id = 2922 # Elden Ring on Nexus

[build]
type = "ue4ss"
arch = "x64"
plugin_path = "Mods/CTDCrashReporter/dlls"

[description]
summary = "Automatic crash reporting for Elden Ring"
Expand Down
12 changes: 6 additions & 6 deletions status.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,17 @@
}
},
"elden-ring": {
"name": "CTD Crash Reporter",
"game": "Elden Ring",
"status": "wip",
"version": null,
"name": "CTD Crash Reporter",
"game": "Elden Ring",
"status": "alpha",
"version": "0.1.4",
"build_type": "cmake",
"quality": "scaffolding",
"quality": "experimental",
"features": [
"crash_capture"
],
"published": {
"github": null,
"github": "https://github.com/ezmode-games/ctd/releases/tag/elden-ring-v0.1.4",
"nexus": null,
"ezmode": null
}
Expand Down
Loading