MikMod UNI format module
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Audio and Music |extensions={{ext|uni}} |magic=[https://github.com/file/file/blob/master/magic/Magdir/audio#L173 55 4e 30 35] }} =...") |
(Added release date for this format.) |
||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|uni}} | |extensions={{ext|uni}} | ||
|magic=[https://github.com/file/file/blob/master/magic/Magdir/audio#L173 55 4e 30 35] | |magic=[https://github.com/file/file/blob/master/magic/Magdir/audio#L173 55 4e 30 35] | ||
+ | |released=2005<ref>[https://sourceforge.net/p/mikmod/mikmod/ci/048f5f9552a1a08694703fedd08a86a1d97f2284/ Mikmod Sound System / Code / Commit <nowiki>[048f5f]</nowiki> - SourceForge]</ref> | ||
}} | }} | ||
Line 21: | Line 22: | ||
== References == | == References == | ||
<references/> | <references/> | ||
+ | |||
+ | [[Category:Game data files]] | ||
+ | [[Category:Introversion Software]] | ||
+ | [[Category:Uplink (Game)]] |
Latest revision as of 04:02, 23 September 2025
Contents |
[edit] Description
.uni (MikMod UNI format module) "is an internal format used by MikMod" module player/library.[2][3]
[edit] Identification
.uni files begins with the HEX 55 4e 30 35
which translates to "UN05
" in ASCII.