Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is valid for release 1
- Systems I've tested this on:
- a Mac 128K, thanks to u/petey815, System 1.1, works
- a Mac Classic II, my own, System 6.0.8L, works but the sound doesn't work
- a Performa 631CD, my own, Mac OS 8, works but the optional mouse controls are broken
- On every emulator I tested, the optional mouse controls are broken
- MiniVMac (128K), System 1.0, works
- MiniVMac (128K), System 1.1, works
- MiniVMac (128K), System 3.3, crashes when using the menu
- MiniVMac (Plus), System 1.1, works
- MiniVMac (Plus), System 3.3, works
- MiniVMac (Plus), System 6.0.8, works
- MiniVMac (Plus), System 7.5.5, works but it stutters
- MiniVMac (Mac II), System 6.0.8, works
- About remapping the controls (for azerty/dvorak/whatever):
- I didn't have time to implement a key remapping GUI, but I did add a facility for inputs to be remapped, though its not elegant.
- If you edit the 'gkbm'/GameKeyMap resource, you will see the following:
- rfdgshtzx yaLm??rfshdgtzx yaLm??
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- |||||||||||||||||||||||||||||||| Tank controls:
- |||||||||||||||||||||||||||||||+- Unused
- ||||||||||||||||||||||||||||||+-- Unused
- |||||||||||||||||||||||||||||+--- Pause
- ||||||||||||||||||||||||||||+---- Pause actors (debug)
- |||||||||||||||||||||||||||+----- "Turn" key
- ||||||||||||||||||||||||||+------ "Use Item" key
- |||||||||||||||||||||||||+------- "View" key
- ||||||||||||||||||||||||+-------- "Slow" key
- |||||||||||||||||||||||+--------- "Fast" key
- ||||||||||||||||||||||+---------- "Use (doors)" key
- |||||||||||||||||||||+----------- Turn Right
- ||||||||||||||||||||+------------ Turn Left
- |||||||||||||||||||+------------- Strafe Right
- ||||||||||||||||||+-------------- Strafe Left
- |||||||||||||||||+--------------- Move Back
- ||||||||||||||||+---------------- Move Forward
- |||||||||||||||| Mouse controls:
- |||||||||||||||+----------------- Unused
- ||||||||||||||+------------------ Unused
- |||||||||||||+------------------- Pause
- ||||||||||||+-------------------- Pause actors (debug)
- |||||||||||+--------------------- "Turn" key
- ||||||||||+---------------------- "Use Item" key
- |||||||||+----------------------- "View" key
- ||||||||+------------------------ "Slow" key
- |||||||+------------------------- "Fast" key
- ||||||+-------------------------- "Use (doors)"
- |||||+--------------------------- Turn Right
- ||||+---------------------------- Turn Left
- |||+----------------------------- Strafe Right
- ||+------------------------------ Strafe Left
- |+------------------------------- Move Back
- +-------------------------------- Move Forward
- In order to remap keys, find the action you want to remap,
- trace the line leading to it back to the top line
- and -replace- the letter you see the line pointing to,
- with the letter of the key you want.
- The exact positions of each character is important.
- The first 32 bytes/characters of this exact file
- is loaded by the game to remap the keys.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement