OpenXRay/xray-16

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

开放

#1,302 创建于 2023年4月18日

 (0 条评论) (1 个反应) (0 位负责人)C++ (519 个派生)auto 404
EnhancementHelp wantedModmaker Experiencegood first issue

仓库指标

星标
 (3,524 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南