Module System Question

Users who are viewing this thread

I don't think that stuff lives in the module system.  Look in langugages/en or languages/de.  I bet you can add your own versions of these files in your mod but someone who knows that stuff will be required to answer more than that.
 
For deathcam, I use stuff like this:
(this_or_next|game_key_clicked, key_w),
(key_is_down, key_w),

Defines can be found in header_triggers.py.

I don't know what the rules are for doing key polling but it seems to work in that context.  YMMV.
 
Back
Top Bottom