OpenXRay/xray-16
Untie the engine from mandatory use of configs/mp/ even in singleplayer mode.
Ouverte
#1 302 ouverte le 18 avr. 2023
EnhancementHelp wantedModmaker Experiencegood first issue
Métriques du dépôt
- Stars
- (3 524 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Description:
Currently, the engine requires the use of configs/mp/ even in single player mode, causing several issues:
- Need to duplicate weapon configs in both weapons and mp_ranks folders.
- Makes story mods cleaner without spaghetti code due to duplicated and potentially incorrect configs. Removing mp would simplify the process.
- Removing mp speeds up new game load and loading of saves from the main menu.
Proposal:
Untie the engine from mandatory use of configs/mp/ even in single player mode to address the above issues.