Issues.00182 - lordmundi/wikidoctest GitHub Wiki

00182: Separate planet2.cfg

« 00181 | Issues | 00183 »

Summary: Separate planet2.cfg

Created: 2009–09–08 16:40

Status: Released

Category: Request

From: frankie

Version: 2.0

Released_In: 2.3

Description:

The toplevel planet2.cfg should include separate config files for earth, moon, and mars settings. This way, if users can easily decide which files to include or not include. Having one planet per file will also make it easier when more bodies are added.


Comments

frankie October 19, 2012, at 01:16 PM: This has been done. The file "planet2.cfg" was left there pointing to a compatibility file just in case there are old config files using it. The new files are separated for each planet, and a planet2_generic.cfg that loads the basic functionality. Similarly, the reconfigs for planet2 have been split up so they can be loaded separately.


« 00181 | Issues | 00183 »

Associated Commits

| commit | 3b9a2c9896a51cc9d607c7a9ff3b3853f090a75b link5 | || | Author: | Frankie | | Date: | Fri Oct 19 13:13:44 2012 -0500 | | Message: | [@Issue 00182: Seperated planets into seperate config files and seperate reconfigs Now users can selectively bring in planets in their config, and similarly load up only the reconfigs they need. @] |

Affected Files:

blank.cfg                        |   2 ±
 cev.cfg                          |   5 ±
 configs/planet2.cfg              | 198 ±-------------------------------------
 configs/planet2_compat.cfg       |  15 +++
 configs/planet2_earth.cfg        |  97 +++++++++++++++++++
 configs/planet2_generic.cfg      |  83 ++++++++++++++++
 configs/planet2_mars.cfg         |  53 +++++++++++
 configs/planet2_moon.cfg         |  54 +++++++++++
 edge_settings.cfg                |  12 +±
 reconfigs/input.CEV              |   3 +
 reconfigs/reconfig_PLANET2       |   2 -
 reconfigs/reconfig_PLANET2_EARTH |  58 ++++++++++++
 reconfigs/reconfig_PLANET2_MARS  |  29 ++++++
 reconfigs/reconfig_PLANET2_MOON  |  29 ++++++
 14 files changed, 438 insertions(+), 202 deletions(-)