I have a MainGame for PPC with 2 Game Data attached to it.
In MainGame, two keys (KEY S and ENTER) are remapped for PPC version (On PPC, they become KEY C and KEY B). Key S is to select a game between two games and KEY ENTER is to start the selected game.
But on both Game Datas, i have two other keys (KEY LEFT and KEY RIGHT) remapped on the same PPC keys, ie KEY LEFT > KEY C and KEY RIGHT > KEY B.
So on MainGame :
- Keyboard > PPC
KEY S > KEY C
KEY ENTER > KEY B
On both Game Datas :
- Keyboard > PPC
KEY LEFT > KEY C
KEY RIGHT > KEY B
Then on loading Game Datas, the left and right keys of the PPC won't work as they have already been mapped in MainGame!
How can i remap the Same keys to PPC in both MAin GAme and Game Data ?
Any idea ?