fougerite / Fougerite

Fougerite Project is unofficial fork of Magma. Forked to develop it with community.
http://fougerite.com/
Other
4 stars 19 forks source link

More flexible locations for module configs #33

Closed mikecrews closed 10 years ago

mikecrews commented 10 years ago

Allow GSP to move module configs to area where server admin can access them with FTP or File Manager, without a lot of mucking about in TC2 configs to expose each file in TC2 UI.

Propose FougeriteModules.cfg in \rust_server_Data\, where FougeriteDirectory.cfg is also found.

Example: (FougeriteModules.cfg) [Settings] ModuleConfigDirectory=C:\rustserver\Fougerite\modules\ ModuleCodeDirectory=C:\rustserver\modules\

(FougeriteDirectory.cfg) [Settings] Directory=C:\rustserver\Fougerite\

Results: C:\rustserver\modules\RustPP\RustPPModule.dll C:\rustserver\modules\GlitchFix\GlitchFix.dll C:\rustserver\Fougerite\modules\RustPP\rust++.cfg C:\rustserver\Fougerite\modules\RustPP\adminlist.xml C:\rustserver\Fougerite\modules\RustPP\whitelist.xml C:\rustserver\Fougerite\modules\GitchFix\GlitchFix.cfg C:\rustserver\Fougerite\Drop++ ... etc...