Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2509 closed defect (wontfix)

[PATCH] Separate mod config from global config

Reported by: Itms Owned by:
Priority: Should Have Milestone:
Component: Core engine Keywords: patch
Cc: leper Patch:

Description

Currently the VFS mounts all config folders under config/, including a possible config subfolder of the mod.

As a consequence, when a config/ folder is created in public/, new configuration options are written in it but they are loaded from outside the mod when the game is launched. Thus, it is not remembered.

In this patch I just split the config files into two virtual folders. If the designed is approved, I will make a new patch with config values arranged accordingly.

Attachments (1)

separate_mod_config.patch (6.0 KB ) - added by Itms 10 years ago.

Download all attachments as: .zip

Change History (3)

by Itms, 10 years ago

Attachment: separate_mod_config.patch added

comment:1 by Itms, 10 years ago

Resolution: wontfix
Status: newclosed

Closing this after some discussions with leper on IRC. The underlying bug is also causing #2553 and we should try to fix it more nicely and completely.

comment:2 by leper, 10 years ago

Keywords: review removed
Milestone: Alpha 17
Note: See TracTickets for help on using tickets.