From 9d44eee0e01894d6b3d4a0e91d4bd5c3c9b17ccc Mon Sep 17 00:00:00 2001 From: Lazorne Date: Fri, 8 Mar 2024 14:27:48 +0100 Subject: [PATCH] mugen --- .../ikemengo/ikemengo-guide.md | 63 +------------------ .../ikemengo/mugen-conversion.md | 56 +++++++++++++++++ wiki-rtd/mkdocs.yml | 1 + 3 files changed, 60 insertions(+), 60 deletions(-) create mode 100644 wiki-rtd/docs/wiki_engine_guides/ikemengo/mugen-conversion.md diff --git a/wiki-rtd/docs/wiki_engine_guides/ikemengo/ikemengo-guide.md b/wiki-rtd/docs/wiki_engine_guides/ikemengo/ikemengo-guide.md index ec27ff3..cedbf37 100644 --- a/wiki-rtd/docs/wiki_engine_guides/ikemengo/ikemengo-guide.md +++ b/wiki-rtd/docs/wiki_engine_guides/ikemengo/ikemengo-guide.md @@ -14,8 +14,6 @@ [IkemanGO Webpage](https://ikemen-engine.github.io/) - - ## Where to put the games `IkemenGO` `Ikemen` and `M.U.G.E.N` games should be put under the `retrodeck/roms/mugen/` directory. @@ -45,7 +43,7 @@ ``` Notice the runnable Ultimate Dank Fighter Mugen.mugen -## IkemanGO Game How-to Setup +## IkemanGO Games This How-to is for games that are made with IkemanGO @@ -73,61 +71,6 @@ If the `Ikemen_GO_Linux` is missing in the games folder you can download it from Open up the `.zip` file and extract ONLY the `Ikemen_GO_Linux` file into the game directory and rename it as stated above. -## Guidelines on M.U.G.E.N to IkemanGO conversions +## M.U.G.E.N Games -This is not a full guide on conversion, as each game is different and can have been made for a different version of M.U.G.E.N or have other unique properties for just that game. -It would be impossible to write a total guide to encompass all games and you will have to check various forums/web pages for the best approach for just that game. - -This is not an easy task to do in most cases. - -### Step 1: Prepare the files and folders - -In this example we are going to use a fake game called `Hockey Fighter MUGEN.zip` - -- Download the `Ikemen_GO--linux.zip` from [IkemanGO Github](https://github.com/ikemen-engine/Ikemen-GO). -- Extract the `Ikemen_GO--linux.zip` file in some location. -- Have a `M.U.G.E.N` game ready like `Hockey Fighter MUGEN.zip`. -- Extract `Hockey Fighter MUGEN.zip` in some location. -- Create a new folder under `~/retrodeck/roms/mugen/` called `Hockey Fighter MUGEN.mugen`, the result should look like `~/retrodeck/roms/mugen/Hockey Fighter MUGEN.mugen` - -### Step 2: Copy the M.U.G.E.N files - -From the extracted `Hockey Fighter MUGEN.zip` location copy the following folders into `~/retrodeck/roms/mugen/Hockey Fighter MUGEN.mugen` - -``` -chars -data -font -sound -stages -``` - -If the folders from the above top-level folder have capital letters you will need to rename them to lowercase `Chars` to `chars` and EVERY FILE in the `data` folder needs to be lower case as including the file extension. - -### Step 3: Copy the IkemanGO files - - -From the extracted `Ikemen_GO--linux.zip` location copy the following folders into the game directory: - -**HEADS UP:**
-DO NOT OVERWRITE WHEN COPYING OVER THE FILES! PRESS NO! - - -``` -data -external -font -Ikemen_GO_Linux <-- file -``` - -### Step 4: Rename the Ikemen_GO_Linux file - -If the game is called Hockey Fighter MUGEN rename the `Ikemen_GO_Linux` file to `Hockey Fighter MUGEN.mugen` so the result is: - -``` -~/retrodeck/roms/mugen/Hockey Fighter MUGEN.mugen/Hockey Fighter MUGEN.mugen -``` - -### Step 5: Run the game - -The game should now at least show up in RetroDECK and if you are lucky also work when run. If the game does not work check out the forums or web page where you got the game for guidance. +Read the [Guidelines on M.U.G.E.N to IkemanGO conversion](../mugen-conversion.md) diff --git a/wiki-rtd/docs/wiki_engine_guides/ikemengo/mugen-conversion.md b/wiki-rtd/docs/wiki_engine_guides/ikemengo/mugen-conversion.md new file mode 100644 index 0000000..64577d9 --- /dev/null +++ b/wiki-rtd/docs/wiki_engine_guides/ikemengo/mugen-conversion.md @@ -0,0 +1,56 @@ +# Guidelines on M.U.G.E.N to IkemanGO conversion + +This is not a full guide on conversion, as each game is different and can have been made for a different version of M.U.G.E.N or have other unique properties for just that game. +It would be impossible to write a total guide to encompass all games and you will have to check various forums/web pages for the best approach for just that game. + +## Step 1: Prepare the files and folders + +In this example we are going to use a fake game called `Hockey Fighter MUGEN.zip` + +- Download the `Ikemen_GO--linux.zip` from [IkemanGO Github](https://github.com/ikemen-engine/Ikemen-GO). +- Extract the `Ikemen_GO--linux.zip` file in some location. +- Have a `M.U.G.E.N` game ready like `Hockey Fighter MUGEN.zip`. +- Extract `Hockey Fighter MUGEN.zip` in some location. +- Create a new folder under `~/retrodeck/roms/mugen/` called `Hockey Fighter MUGEN.mugen`, the result should look like `~/retrodeck/roms/mugen/Hockey Fighter MUGEN.mugen` + +## Step 2: Copy the M.U.G.E.N files + +From the extracted `Hockey Fighter MUGEN.zip` location copy the following folders into `~/retrodeck/roms/mugen/Hockey Fighter MUGEN.mugen` + +``` +chars +data +font +sound +stages +``` + +If the folders from the above top-level folder have capital letters you will need to rename them to lowercase `Chars` to `chars` and EVERY FILE in the `data` folder needs to be lower case as including the file extension. + +## Step 3: Copy the IkemanGO files + + +From the extracted `Ikemen_GO--linux.zip` location copy the following folders into the game directory: + +**HEADS UP:**
+DO NOT OVERWRITE WHEN COPYING OVER THE FILES! PRESS NO! + + +``` +data +external +font +Ikemen_GO_Linux <-- file +``` + +## Step 4: Rename the Ikemen_GO_Linux file + +If the game is called Hockey Fighter MUGEN rename the `Ikemen_GO_Linux` file to `Hockey Fighter MUGEN.mugen` so the result is: + +``` +~/retrodeck/roms/mugen/Hockey Fighter MUGEN.mugen/Hockey Fighter MUGEN.mugen +``` + +## Step 5: Run the game + +The game should now at least show up in RetroDECK and if you are lucky also work when run. If the game does not work check out the forums or web page where you got the game for guidance. diff --git a/wiki-rtd/mkdocs.yml b/wiki-rtd/mkdocs.yml index 043a512..a419263 100644 --- a/wiki-rtd/mkdocs.yml +++ b/wiki-rtd/mkdocs.yml @@ -235,6 +235,7 @@ nav: - Get the WADs from bought DOOM / DOOM 2: wiki_engine_guides/gzdoom/extract-doom-wads.md - IkemenGO / M.U.G.E.N 🥋: - IkemenGO - General Guide: wiki_engine_guides/ikemengo/ikemengo-guide.md + - IkemenGO - M.U.G.E.N Convertion Guide: wiki_engine_guides/ikemengo/ikemengo-guide.md - Pico-8 8️⃣: - Pico-8 - General Guide: wiki_engine_guides/pico8/pico8-guide.md - ScummVM 🖱️: