Skip to content

Commit

Permalink
Moved Unreal Music File from MikMod to Module Converter and renamed i…
Browse files Browse the repository at this point in the history
…t to Epic Games UMX.
  • Loading branch information
neumatho committed Nov 11, 2023
1 parent 5df9b94 commit eaf1a84
Show file tree
Hide file tree
Showing 14 changed files with 569 additions and 37 deletions.
3 changes: 3 additions & 0 deletions Documentation/images/editors/epicumx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions Documentation/images/editors/epicumx_t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions Documentation/images/editors/unreal.png

This file was deleted.

3 changes: 0 additions & 3 deletions Documentation/images/editors/unreal_t.png

This file was deleted.

32 changes: 16 additions & 16 deletions Documentation/moduletypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,22 @@
</span>
</td>
</tr>
<tr name="E" style="display:none;">
<td>
<a href="images/editors/epicumx.jpg" data-lightbox="image-epicumx"><img src="images/editors/epicumx_t.png"/></a>
</td>
<td>
<span>
<p><b><i>Epic Games UMX</i></b> - This converter recognizes the modules in “umx” files from games like “Unreal”, “DeusEx”, etc. To NostalgicPlayer, UMX is just a container and the real music format may be one of “ScreamTracker 3”, “Impulse Tracker”, “FastTracker 2”, or possibly a “ProTracker” compatible one.</p>
<p class="first"><b>File extension</b></p>
<p>.umx</p>
<p><b>Converter</b></p>
<p>Module Converter</p>
<p><b>Player</b></p>
<p>ModTracker / Mpg123 / Xmp</p>
</span>
</td>
</tr>
<tr name="E" style="display:none;">
<td>
<a href="images/editors/eurekapacker.png" data-lightbox="image-eurekapacker"><img src="images/editors/eurekapacker_t.png"/></a>
Expand Down Expand Up @@ -2262,22 +2278,6 @@
</span>
</td>
</tr>
<tr name="U" style="display:none;">
<td>
<a href="images/editors/unreal.png" data-lightbox="image-unreal"><img src="images/editors/unreal_t.png"/></a>
</td>
<td>
<span>
<p><b><i>Unreal Music File</i></b> - This loader recognizes the modules in “umx” files from games like “Unreal”, “DeusEx”, etc. To NostalgicPlayer, UMX is just a container and the real music format may be one of “ScreamTracker 3”, “Impulse Tracker”, “FastTracker 2”, or possibly a “Protracker” compatible one.</p>
<p class="first"><b>File extension</b></p>
<p>.umx</p>
<p><b>Converter</b></p>
<p>MikMod Converter</p>
<p><b>Player</b></p>
<p>MikMod</p>
</span>
</td>
</tr>
<tr name="W" style="display:none;">
<td>
<a href="images/editors/wantonpacker.png" data-lightbox="image-wantonpacker"><img src="images/editors/wantonpacker_t.png"/></a>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Modules in all supported formats can be found on my homepage at https://nostalgi
| D.O.C. SoundTracker II | .mod | | ModTracker |
| D.O.C. SoundTracker VI | .mod | | ModTracker |
| D.O.C. SoundTracker IX | .mod | | ModTracker |
| Epic Games UMX | .umx | Module Converter | ModTracker / Mpg123 / Xmp |
| Eureka Packer | .eureka / .eu | ProWizard | ModTracker |
| Farandole Composer | .far | | Xmp |
| Fast/TakeTracker | .mod | | ModTracker |
Expand Down Expand Up @@ -184,7 +185,6 @@ Modules in all supported formats can be found on my homepage at https://nostalgi
| Unic Tracker | .unic | ProWizard | ModTracker |
| UniMod | .uni | MikMod Converter | MikMod |
| Unis 669 | .669 | | Xmp |
| Unreal Music File | .umx | MikMod Converter | MikMod |
| Wanton Packer | .wnp | ProWizard | ModTracker |
| Xann Packer | .xann | ProWizard | ModTracker |
| Zen Packer | .zen | ProWizard | ModTracker |
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public override AgentSupportInfo[] AgentInformation
// new AgentSupportInfo(Resources.IDS_MIKCONV_NAME_AGENT12, Resources.IDS_MIKCONV_DESCRIPTION_AGENT12, agent12Id),
// new AgentSupportInfo(Resources.IDS_MIKCONV_NAME_AGENT13, Resources.IDS_MIKCONV_DESCRIPTION_AGENT13, agent13Id),
new AgentSupportInfo(Resources.IDS_MIKCONV_NAME_AGENT14, Resources.IDS_MIKCONV_DESCRIPTION_AGENT14, agent14Id),
new AgentSupportInfo(Resources.IDS_MIKCONV_NAME_AGENT15, Resources.IDS_MIKCONV_DESCRIPTION_AGENT15, agent15Id),
// new AgentSupportInfo(Resources.IDS_MIKCONV_NAME_AGENT15, Resources.IDS_MIKCONV_DESCRIPTION_AGENT15, agent15Id),
// new AgentSupportInfo(Resources.IDS_MIKCONV_NAME_AGENT16, Resources.IDS_MIKCONV_DESCRIPTION_AGENT16, agent16Id)
};
}
Expand Down
Loading

0 comments on commit eaf1a84

Please sign in to comment.