comparison utils/frminfo/readme.txt @ 0:4a0efb7baf70

* Datasets becomes the new trunk and retires after that :-)
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 29 Jun 2008 18:44:17 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4a0efb7baf70
1 = frminfo =
2
3 Yet another tool to extract graphics...
4 It supports reading from master/critter.dat and creates bmp or png files.
5
6 It can also print the 'art/*/*.lst' file contents (from master.dat).
7 [This functionality is limited to support FO2 only]
8
9 == Building ==
10
11 It needs the fife core libs, SDL, SDL_image and their dependencies;
12 only tested on linux for now.
13
14 Only 'scons' is up-to-date; the makefile is outdated;
15 Scons assumes the path to the core is: ../../core
16
17 Please note that I am relying on some linker-flags to keep the
18 number of required libs down; this program does not really need:
19 * openal
20 * guichan
21 * opengl
22 * lua
23 If this trick doesn't work, you have to add the respective
24 libs (see fife SConstruct) to the linker command.
25
26 = Usage =
27
28 Run "frminfo -h" for usage info.