LokiChaos / Materiamagica-on-tintin

A collection of tintin++ scripts for playing MateriaMagica
8 stars 1 forks source link

Standardize Config & Reduce hard-coded values #16

Open LokiChaos opened 8 years ago

LokiChaos commented 8 years ago

Configuration values should be in client[Config] if it is part of lib, init, or the core system. $prefs needs to be migrated over to $client[Config] Modules will have their own table.

Some things are hard-coded but could easily be pulled into a setting, eg: timestamp format for captures. Others like capture paths need to be pulled out of the code and into a config file.

LokiChaos commented 8 years ago

This is more or less on hold until #17 is dealt with, I'd rather go though all of the code once rather than two to three times (and thus have to test each again multiple times).