PDA

View Full Version : Command for Changing the <game> ?



donpsycho
11-04-2011, 01:23 AM
Hi,

is it possible to change the <game> which is loaded with a binding? For example to switch from one layout, which uses mouselook, to a different, that uses akimbo. I seem to remember, that in one version of the Crysis 2 mce something like that was possible.
If it is possible a nice addition would be, to be able to map different glow patterns of the base station to a game, so you have a additional indicator which config is currently loaded.

Greetings
DonPsycho

Danny
11-11-2011, 11:51 AM
We are testing something similar to this internally now. But what you are asking about the view modes changing ia done within one mce.




<binding>
<name>Ironsights</name>
<conditions>
<trigger>
<controller>P1L</controller>
<action>press</action>
</trigger>
</conditions>
<actions>
<mouse_button>
<which>right</which>
</mouse_button>
<set_mouse_mode>
<mode>fps</mode>
</set_mouse_mode>
</actions>
</binding>
<binding>
<name>Ironsights Release</name>
<description/>
<conditions>
<trigger>
<controller>P1L</controller>
<action>release</action>
</trigger>
</conditions>
<actions>
<set_mouse_mode>
<mode>freelook</mode>
</set_mouse_mode>
</actions>
</binding>