Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
systems:ikemen [2023/04/18 05:11] – fix logo picture, link to changelog for version checking atarisystems:ikemen [2024/08/18 15:56] (current) – .squashfs format not supported tovarichtch
Line 22: Line 22:
   * **Emulator:** [[#ikemen|ikemen]]   * **Emulator:** [[#ikemen|ikemen]]
   * **Folder:** ''/userdata/roms/ikemen''   * **Folder:** ''/userdata/roms/ikemen''
-  * **Accepted ROM formats:** ''.ikemen'', ''.pc'', ''.squashfs''+  * **Accepted ROM formats:** ''.ikemen'', ''.pc''
  
 ===== BIOS ===== ===== BIOS =====
Line 36: Line 36:
 Certain IKEMEN games may require a specific version of IKEMEN to run. Those are best served by copying the entire engine into a WINE container instead. For reference, the versions of IKEMEN and the dates they were bumped can be found on the [[https://batocera.org/changelog|changelog]]. Certain IKEMEN games may require a specific version of IKEMEN to run. Those are best served by copying the entire engine into a WINE container instead. For reference, the versions of IKEMEN and the dates they were bumped can be found on the [[https://batocera.org/changelog|changelog]].
  
-FIXME Batocera v36 uses version 0.98.2. This is not mentioned in the changelog as of writing.+Batocera v36 to 39 use version 0.98.2. This is not mentioned in the changelog as of writing. 
 + 
 +Batocera 40 uses 0.99, and some games need to be updated with new files when upgrading to 0.99. 
  
 ===== Emulators ===== ===== Emulators =====
Line 49: Line 52:
 ===== Controls ===== ===== Controls =====
  
-Here are the default IKEMEN's controls shown on a [[:configure_a_controller|Batocera RetroPad]]: +FIXME
- +
-{{https://raw.githubusercontent.com/batocera-linux/batocera-controller-overlays/master/solid-4k/ikemen.png}}+
  
 ===== Troubleshooting ===== ===== Troubleshooting =====
 +
 +==== Error window at the start of the game ====
 +
 +You launch a game and get an error window telling:<code>
 +Error while loading the config file.
 +json: cannot unmarshal string into Go struct
 +(...)
 +</code>
 +A simple fix is often to remove the file ''save/config.json'' from your Ikemen game folder. This can happen when you upgrade from Ikemen 0.98.x to 0.99 (i.e. when you upgrade from a previous Batocera version to 40+). When you delete ''config.json'' it also means that you have to set up again the parameters from your Ikemen game: resolution, difficulty, etc.
 +
 +==== In-game: missing files ====
 +
 +If you can launch the game, but then get an error telling that a file ending with the extension ''.zss'' is missing, this is also probably an error caused by upgrading Ikemen form 0.98 to 0.99. To fix that, go to the ''data/'' directory of your Ikemen game folder and verify that you have all the following files present:<code>
 +action.zss
 +common1.cns.zss
 +dizzy.zss
 +functions.zss
 +guardbreak.zss
 +score.zss
 +tag.zss
 +training.zss
 +</code>
 +
 +If one or more of these files are missing, you can get them [[https://github.com/ikemen-engine/Ikemen-GO/tree/develop/data|from the Ikemen Go GitHub repository]], and add them into that directory.
  
 ==== Further troubleshooting ==== ==== Further troubleshooting ====
  • systems/ikemen.1681794679.txt.gz
  • Last modified: 3 years ago
  • by atari