Difference between revisions of "OMF2097 File Formats"

From WTFwiki
Jump to navigation Jump to search
(Added OMF file formats page)
 
m (11 revisions)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page documents the different file formats for the 1994 DOS game [http://en.wikipedia.org/wiki/One_Must_Fall:_2097 One Must Fall: 2097]. The knowledge contained herein is mainly gleaned from my work on my [http://rubyforge.org/projects/rubyomf2097 Ruby OMF2097 Remake]. Most of the actual reverse engineering was done by other people, notably 'Vulture', 'ChaosBlackMagic' and 'bveina'.
+
This page documents the different file formats for the 1994 DOS game [http://en.wikipedia.org/wiki/One_Must_Fall:_2097 One Must Fall: 2097]. The knowledge contained herein is mainly gleaned from my work on my [http://rubyforge.org/projects/rubyomf2097 Ruby OMF2097 Remake]. Most of the actual reverse engineering was done by other people, notably 'Vulture', '[[User:Chaosbm|ChaosBlackMagic]]', 'bveina' and 'lilEzek'.
  
 
* [[HAR File Format (.AF)]]
 
* [[HAR File Format (.AF)]]
Line 6: Line 6:
 
* [[Sound Sample Format (SOUNDS.DAT)]]
 
* [[Sound Sample Format (SOUNDS.DAT)]]
 
* [[Save Game Format (.CHR)]]
 
* [[Save Game Format (.CHR)]]
 +
* [[Language Files (ENGLISH.DAT and GERMAN.DAT)]]
 +
* [[Random.dat stuff|RANDOM.DAT]]
  
--[[User:Andrew|Andrew]] 02:25, 17 February 2007 (EST)
+
== Non files format ==
 +
* [[Animation_string|Animation strings]]
 +
* [[Sprite_format|Format of OMF Sprites]]
 +
 
 +
== Information chat ==
 +
Contact us (the people that worked on this wiki) at #omf, channel of freenode IRC server.
 +
 
 +
== External Links ==
 +
* [http://code.google.com/p/omf-reloaded/ Subversion of a unfinished C++ written OMF remake] It contains useful code written in C to manage file formats too.
 +
* [http://omf.niraj.ws/ X-BoT's OMF Universe] General downloads for OMF and utilities.
 +
 
 +
--[[User:Lilezek|Lilezek]] 15:37, 1 March 2012 (EST)

Latest revision as of 22:47, 4 January 2013

This page documents the different file formats for the 1994 DOS game One Must Fall: 2097. The knowledge contained herein is mainly gleaned from my work on my Ruby OMF2097 Remake. Most of the actual reverse engineering was done by other people, notably 'Vulture', 'ChaosBlackMagic', 'bveina' and 'lilEzek'.

Non files format

Information chat

Contact us (the people that worked on this wiki) at #omf, channel of freenode IRC server.

External Links

--Lilezek 15:37, 1 March 2012 (EST)