I'm trying to start simple and have a key make all of my characters sit at once. However, it doesn't work on any of them.
Do I need to restart InnerSpace after saving and exporting? Do I need to reload all of the games to get it to take effect?
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<Box xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ObjectType>ISBoxer_Toolkit.Configs.KeyMaps.MappedKey</ObjectType>
<SerializedObject><?xml version="1.0" encoding="utf-8"?>
<MappedKey xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Sit All</Name>
<Combo>
<Combo>Ctrl+S</Combo>
</Combo>
<Steps>
<Step>
<Actions>
<MappedKeyAction xsi:type="Keystroke">
<Target>all</Target>
<Combo>
<Combo>0</Combo>
<Modifiers>None</Modifiers>
<Key>
<Key>0</Key>
<Code>11</Code>
</Key>
</Combo>
</MappedKeyAction>
</Actions>
</Step>
</Steps>
</MappedKey></SerializedObject>
</Box>
The videos were a help, but much much more is needed to get this up and running. Also, InnerSpace doesn't seem to do as good a job as WinEQ with screen updates. Background windows are running almost fluidly, causing my laptop's fan to kick into high speed. Do I set the background windows to 5 fps or less to get the same effect as WinEQ2?