2023-07-26 01:58:00 -05:00
config_path = assets/config/
2023-07-26 18:08:06 +00:00
# 360x240 is 15x10 tiles of visibility.
WINDOW_SIZE = 360,240
2024-01-04 05:21:56 -06:00
GAME_NAME = Adventures in Lestoria
2023-12-19 14:06:17 -06:00
2023-07-26 18:08:06 +00:00
# Graphics Loading Config
2023-07-26 20:37:52 +00:00
gfx_config = gfx/gfx.txt
2024-01-06 05:47:04 -06:00
# Save File Server Name
save_server = https://projectdivar.com:4505/AiL
2024-01-02 04:45:44 -06:00
2023-07-26 20:37:52 +00:00
# Map Files Loading Config
2023-07-26 21:08:17 +00:00
map_config = levels.txt
2023-09-07 03:28:37 -05:00
# Starting map when loading the game.
2023-11-11 17:31:53 -06:00
starting_map = WORLD_MAP
2023-09-07 03:28:37 -05:00
2023-08-06 15:20:54 -05:00
# Player Properties Loading Config
player_config = Player.txt
2023-08-06 19:00:09 -05:00
# Monster Properties Loading Config
monsters_config = Monsters.txt
# Monster Strategy Config
monsterstrategies_config = MonsterStrategies.txt
2023-10-03 02:34:26 -05:00
# Interface Theme Config
themes_config = gfx/themes.txt
# Path to theme image files
theme_img_directory = themes/
2023-07-26 21:08:17 +00:00
# Path to class configuration files
class_directory = classes/
# Class list to be loaded into the game.
2023-07-28 04:41:18 -05:00
class_list = Warrior, Thief, Ranger, Trapper, Wizard, Witch
2023-10-06 17:19:02 -05:00
# Items Config
item_config = items/items.txt
2023-12-04 19:24:49 -06:00
# Item Set Config
item_set_config = items/ItemSets.txt
2023-10-06 17:19:02 -05:00
# Path to items configuration
item_directory = items/
2023-10-06 18:46:13 -05:00
# Path to items configuration
item_img_directory = items/
2023-11-27 23:33:45 -06:00
# Path to story files
story_directory = config/story/
2024-01-10 02:24:12 -06:00
# Path to backdrop config file
backdrop_config = gfx/backdrops.txt
# Path to backdrop background files
backdrop_directory = assets/backgrounds/
2024-01-05 21:47:04 -06:00
# Path to sound effect files
sfx_directory = assets/sounds/
# Path to bgm files
bgm_directory = assets/music/
2024-01-08 02:05:09 -06:00
# Path to general audio configuration
audio_config = audio/audio.txt
# Path to environmental audio configuration
environmental_audio_config = audio/environmentalaudio.txt
2024-01-05 22:25:25 -06:00
# Path to bgm configuration
2024-01-08 02:05:09 -06:00
bgm_config = audio/bgm.txt
2024-01-05 22:25:25 -06:00
# Path to bgm events configuration
2024-01-08 02:05:09 -06:00
event_config = audio/events.txt
2024-01-05 22:25:25 -06:00
2024-01-19 15:17:17 +00:00
# Path to interface configuration
2024-01-22 18:49:40 -06:00
interface_config = Interface.txt
2024-01-19 15:17:17 +00:00
2023-11-28 18:29:06 -06:00
# Path to character images
character_image_location = characters/
# Path to story backgrounds
story_background_image_location = backgrounds/
# The name substituted for the player in dialogs
story_player_name = You
2023-12-17 20:49:22 -06:00
# The path to the merchant configuration files in the game
merchant_directory = config/shops/
2023-12-23 21:15:08 -06:00
# Item Stats Config
item_stats_config = items/ItemStats.txt
2024-01-01 03:49:37 -06:00
# Save Files Location
save_file_path = assets/saves/
2023-11-29 06:05:29 -06:00
# Dialog font and size.
2023-11-29 23:09:03 -06:00
dialog_font_size = c64esque,12
# Narrator font and size.
narrator_font_size = Habbo,12
2023-11-29 16:43:41 -06:00
# Location font and size.
location_font_size = Habbo,24
# Encrypted font and size.
encrypted_font_size = Unknown,16
2023-11-29 06:05:29 -06:00
2023-07-28 04:41:18 -05:00
# Whether or not to show individual data accesses from config data structure.
2023-07-29 10:21:53 -05:00
debug_access_options = 0
2024-01-17 20:10:54 -06:00
# Shows menu navigation debug output
debug_menu_navigation_info = 0
2023-10-02 19:54:21 +00:00
# Shows map loading output
debug_map_load_info = 0
2024-01-06 18:09:29 -06:00
# Shows state transition information
debug_transition_info = 0
2023-10-02 19:54:21 +00:00
2023-07-29 10:21:53 -05:00
# Shows extra info about the player on the HUD
2023-11-26 15:51:13 -06:00
debug_player_info = 0
2023-07-29 10:21:53 -05:00
# Shows collision boxes of tiles.
2023-09-12 19:36:25 +00:00
debug_collision_boxes = 0
2024-01-11 01:26:58 -06:00
# Shows collision boxe snapping of floating point-based tiles.
debug_collision_boxes_snapping = 0
2023-09-12 19:36:25 +00:00
# Shows pathfinding debugging
2023-09-13 18:57:46 -05:00
debug_pathfinding = 0
2023-10-24 04:52:24 -05:00
# Turn on to show when toggleable items are created and what their pointers are. This can help debug which toggleable item was not properly added to a tile group if you are getting Error TOGGLE.
debug_toggleable_items = 0
2024-01-18 13:08:57 -06:00
# Turn on to have a spawn information report displayed on startup.
2024-01-18 16:33:17 -06:00
display_spawn_report = 0
2024-01-18 13:08:57 -06:00
2023-09-13 18:57:46 -05:00
# ms precision of animation tile caching.
2023-09-15 01:02:10 -05:00
animation_tile_precision = 50
# frequency of water reflection moving update.
water_reflection_update_time = 0.5
# amount of time step of water reflection moving update.
water_reflection_time_step = 0.6
# the amount of scaling done to the water reflection.
2024-01-02 05:54:43 -06:00
water_reflection_scale_factor = 0.05
# The message displayed to the user about ID creation.
user_id_message = You are playing the web build of this game. In order to save progress, we ask that you provide a unique username to identify your save data with.
user_id_message2 = Only game save data will be stored.