RD-3: Implemented M_LoadDefaults. Also add d_strings, giving supprot for English default strings

This commit is contained in:
Jim
2026-05-27 19:17:29 +01:00
parent fd9bbaee2d
commit c499f9db61
12 changed files with 1203 additions and 6 deletions

2
.vscode/launch.json vendored
View File

@@ -16,7 +16,7 @@
}
},
"args": [
"./WADS/DOOM.WAD", "-dev", "-nomonsters", "-skill", "3"
"./WADS/DOOM.WAD", "-dev", "-nomonsters", "-skill", "3", "-config", "DEFAULT.CFG"
],
"cwd": "${workspaceFolder}"
},