An exemple of gamedata.ini file



#
#    The Flat
#

-loadingpic demo.pcx
-loadingpic_console 0 384 12


#
#
#

-project flat
-map 1

# If an object's HP falls below this number, it will be destroyed
# By default this is -300 (i.e. minus three times the player's total health)

-destroy_hp -300

# Set position and size of text window

-console_x 16
-console_y 386
-console_w 74
-console_h 10

-view_w 11
-view_h 11

#-log partial flat.pcx
#-logxy 16 16 50

# set calendar model
-minutes_per_hour 60
-hours_per_day 24
-days_per_week 7
-days_per_month 30
-months_per_year 12

# Set starting time and date for the game
-start_hour 6   # 6am   (18 would be 6pm)
-start_day 27
-start_month 4
-start_year 2032