by GPNMilano » Mon Apr 05, 2010 3:08 am
Not sure if this has come up, and since I just figured it out this morning I thought I'd let you all know in case you hadn't figured it out.
The plugin won't export BuiltIn.prp by default. In order to create a AgeSDLHook with the plugin (linking your age up to a python file with the name of your age) you need to create a pythonfilemod that calls a python file you make for your age. You can attach it to any scene object, and the BuiltIn.prp will be created upon export.
EDIT: Also of note, the tutorial provided by Wodan for footsteps in the plugin documentation on our wiki was slightly incorrect. I've updated the tutorial to reflect how footsteps are properly created. You only need the region for your footstep, a RegionSensor component and a Responder. All of which are to be on the same object.