PDA

View Full Version : Loading an unziped extension-module?



Blacky
January 27th, 2014, 09:14
To speed things up during development & debugging, is it possible to have FG load an unziped version of an extension or a module?

Valarian
January 27th, 2014, 09:52
Make a copy of the base ruleset. Add your changes for the extension. Use WinMerge to identify the files changed by comparing your development folder with the base original.

Griogre
January 27th, 2014, 11:45
You can have a folder with the extension contents unzipped in the the extension folder, same with rulesets in the rulesets folder. Make sure you get rid of these folders after you finish because they are given priority over zipped content. IE When I did the Wood_ThemeAlt32 extension I have a folder in extensions called Wood_ThemeAlt32 with the unzipped contents of the extension to develop with.

For modules there isn't any shortcuts.

Blacky
January 27th, 2014, 14:05
Thanks.