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:mugen [2022/05/06 04:18] – [Troubleshooting] maionisystems:mugen [2024/08/18 15:40] (current) – not compatible with .squashfs since january 2024 tovarichtch
Line 5: Line 5:
 <WRAP group> <WRAP group>
 <WRAP round box twothirds column> <WRAP round box twothirds column>
-{{ https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/master/art/logos/mugen.png?nolink&420 }}+{{ https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/master/art/logos/mugen.svg?nolink&420 }}
  
 ====== MUGEN ====== ====== MUGEN ======
Line 24: Line 24:
   * **Cores available:** [[#mugen:_lutris|MUGEN: Lutris]], [[#mugen:_proton|MUGEN: Proton]]   * **Cores available:** [[#mugen:_lutris|MUGEN: Lutris]], [[#mugen:_proton|MUGEN: Proton]]
   * **Folder:** ''/userdata/roms/mugen''   * **Folder:** ''/userdata/roms/mugen''
-  * **Accepted ROM formats:** ''.pc'', ''.squashfs''+  * **Accepted ROM formats:** ''.pc''
  
 ===== BIOS ===== ===== BIOS =====
Line 34: Line 34:
 Place your MUGEN game files in ''/userdata/roms/mugen''. Place your MUGEN game files in ''/userdata/roms/mugen''.
  
-They are usually distributed as a folder for Windows PC, with the ''.exe'' files and everything. Rename this folder, so that it has a ''.pc'' extension. For example, if you are using a Windows PC versions that is called ''MugenDreamVer1'', copy it to your Batocera machine and rename it ''/userdata/roms/mugen/MugenDreamVer1.pc''+They are usually distributed as a folder for Windows PC, with ''.exe'' files and everything.
- +
-Then, very similarly to [[systems:windows|Windows games]], you need to create an ''autorun.cmd'' file that contains the name of the main ''.exe'' for the Mugen game you want to run. For my example here, the ''autorun.cmd'' file would contain: +
- +
-   CMD=MUGENDreamVer1.exe+
  
 +  - Rename the folder so that it has a ''.pc'' extension at the end. For example, if you have a game called ''MugenDreamVer1'', copy it to your Batocera machine and rename it to ''/userdata/roms/mugen/MugenDreamVer1.pc''.
 +  - Similarly to [[systems:windows|Windows games]], you need to create an ''autorun.cmd'' file that contains the name of the main ''.exe'' for the Mugen game you want to run. For my example here, the ''autorun.cmd'' file would contain:
  
 +<file bash autorun.cmd>
 +CMD=MUGENDreamVer1.exe
 +</file>
  
 ===== Emulators ===== ===== Emulators =====
Line 67: Line 68:
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
-Some MUGEN could need a pre-config before run into batocera.+==== My game is misbehaving ==== 
 + 
 +Some MUGEN games need a pre-config before run on Batocera. 
 + 
 +Open the game configuration file at ''/userdata/roms/<mugen game>/data/mugen.cfg'' and edit the applicable lines to:
  
-Open the file mugen.cfg and edit those lines to:+<code> 
 +GameWidth = 1920 
 +GameHeight = 1080 
 +Depth = 32 
 +FullScreen = 1 
 +RenderMode = OpenGL 
 +</code>
  
-  * GameWidth = 1920 
-  * GameHeight = 1080 
-  * Depth = 32 
-  * FullScreen = 1 
-  * RenderMode = OpenGL 
 ==== Further troubleshooting ==== ==== Further troubleshooting ====
  
 For further troubleshooting, refer to the [[:support|generic support pages]]. For further troubleshooting, refer to the [[:support|generic support pages]].
  
  • systems/mugen.1651810703.txt.gz
  • Last modified: 4 years ago
  • by maioni