Skip to content

Extract FIL files from the video games Constructor (1997) and Mob Rules / Street Wars (1999).

Notifications You must be signed in to change notification settings

malespiaut/unfil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

unfil

Polished fork of James Park-Watt's constructor-fil, who made it using the game-file-format wiki.

This tool extract the content of a FIL file in the current directory.

Building

This project makes use of Michael Crawford's GenericMakefile, and is written in plain C. You only have to type make to build the projet.

$ make
Creating directories
Beginning release build
Compiling: main.c -> build/release/main.o
	 Compile time: 00:00:00
Linking: bin/release/unfil
	 Link time: 00:00:00
Making symlink: unfil -> bin/release/unfil
Total build time: 00:00:01

Usage

Usage: ./unfil [OPTION] [FILE]

Options:
  -l    list files without extracting them

NOTE: this tool extracts the content of the FIL file in the current directory.

About

Extract FIL files from the video games Constructor (1997) and Mob Rules / Street Wars (1999).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.2%
  • Zig 10.8%