Difference between revisions of "OMF2097 File Formats"

From WTFwiki
Jump to navigation Jump to search
(Added link to language file page)
m (11 revisions)
 
(8 intermediate revisions by 2 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 7: Line 7:
 
* [[Save Game Format (.CHR)]]
 
* [[Save Game Format (.CHR)]]
 
* [[Language Files (ENGLISH.DAT and GERMAN.DAT)]]
 
* [[Language Files (ENGLISH.DAT and GERMAN.DAT)]]
 +
* [[Random.dat stuff|RANDOM.DAT]]
 +
 +
== 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 ==
 
== External Links ==
* [http://rubyforge.org/viewvc/tools/?root=rubyomf2097 My utilities for dealing with OMF file formats] (may not always be polished, complete or working at all)
+
* [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://omf2097.com/file.htm OMF2097.com's file archive] (contains several useful utilities)
+
* [http://omf.niraj.ws/ X-BoT's OMF Universe] General downloads for OMF and utilities.
  
--[[User:Andrew|Andrew]] 02:25, 17 February 2007 (EST)
+
--[[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)