Howto talk:Creating a simple modding framework
Jump to navigation
Jump to search
ATCChatter
See Torsten's approach to creating a FligthGear "addon" using the existing support for custom --config
files and PropertyList files containing Nasal [1]
making addon.nas flexible
- support nasal <load>/<unload> blocks, hand over the PropertyList structure akin to how dialogs can mutate their own tree
- support conditions, expressions and state machine tags/property rules
- allow custom fgcommands to be registered/removed (think fgcamera)