Page 1 of 1

Controlling config settings (fly/controls) through mod code

PostPosted: Sat Oct 24, 2015 17:33
by LoseTheGame
Hi guys,

I would like to be able to grant the player the ability to fly from within a mod. So for example, by completing a mission they'll be rewards with flying. I'd also like to be able to disable certain keys. So, I can do this directly in mintest.conf with...

free_move = true
keymap_inventory = false

...but is there a way I can modify such things through the mod code?

Thanks,

Jonty

Re: Controlling config settings (fly/controls) through mod c

PostPosted: Sat Oct 24, 2015 17:49
by Don

Re: Controlling config settings (fly/controls) through mod c

PostPosted: Sat Oct 24, 2015 21:42
by LoseTheGame
Thanks Don.

Re: Controlling config settings (fly/controls) through mod c

PostPosted: Sat Oct 24, 2015 21:56
by LoseTheGame
Any idea about turning off certain controls such as "keymap_inventory = false"?