scummvm/tools/create_hugo
2011-01-07 15:14:38 +00:00
..
Data TOOLS: Add button bitmaps to create_hugo 2011-01-03 16:15:52 +00:00
dists TOOLS: Added MSVC10 project files for the create_hugo tool 2010-11-13 13:45:09 +00:00
create_hugo.cpp TOOLS: Add Dos intro music number in hugo.dat 2011-01-07 15:14:38 +00:00
create_hugo.h TOOLS: Add Dos intro music number in hugo.dat 2011-01-07 15:14:38 +00:00
enums.h TOOL: Fix palette bug in H3 Dos (when leaving the cave) 2010-12-13 00:20:45 +00:00
module.mk HUGO: Remove executable flag in create_hugo source 2010-08-28 07:42:54 +00:00
README TOOLS: Add button bitmaps to create_hugo 2011-01-03 16:15:52 +00:00
staticdata.h HUGO: Fix default values in object_t structure for viewx field and followings. 2010-12-30 22:07:12 +00:00
staticdisplay.h TOOL: Add original palette in tool, disabled 2010-11-06 10:11:46 +00:00
staticengine.h HUGO: Remove executable flag in create_hugo source 2010-08-28 07:42:54 +00:00
staticfont.h JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
staticintro.h JANITORAL: Clean trailing whitespaces. 2010-10-12 02:18:11 +00:00
staticmouse.h HUGO: Remove executable flag in create_hugo source 2010-08-28 07:42:54 +00:00
staticparser.h HUGO: Move Dos strings from Parser to hugo.dat 2010-10-10 09:47:19 +00:00
staticutil.h TOOL: Suppress useless strings in textUtil 2010-11-11 15:01:57 +00:00

This tool creates hugo.dat. 
This file contains all the hardcoded strings, logic, fonts, and bitmaps and 
is used by the engine depending on the version of the game started.

In order to work properly, the content of the DATA sub-directory has to be
copy next to the executable.