OpenXRay/xray-16

Untie the engine from mandatory use of configs/mp/ even in singleplayer mode.

Aperta

#1302 aperta il 18 apr 2023

 (0 commenti) (1 reazione) (0 assegnatari)C++ (519 fork)auto 404
EnhancementHelp wantedModmaker Experiencegood first issue

Metriche repository

Star
 (3524 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Description:

Currently, the engine requires the use of configs/mp/ even in single player mode, causing several issues:

  1. Need to duplicate weapon configs in both weapons and mp_ranks folders.
  2. Makes story mods cleaner without spaghetti code due to duplicated and potentially incorrect configs. Removing mp would simplify the process.
  3. 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.

Guida contributor