scrapeboard/config

98 lines
2.3 KiB
Plaintext

#
# [SCRAPEBOARD] is an arcade game in development by [@diskmem] and [@snakesandrews]
#
# It requires custom hardware to play but can be tested in keyboard mode without the hardware.
# For more information on setting up and running the game, see the README, or for the game in
# general, visit https://scrape.nugget.fun/
#
# This file contains configurable values that can adjust things like visual effects, performance,
# and audio. A lot of these values are closely tied to how the game is expected to run (for example,
# the screen resolution), so adjust at your own risk. There are also a lot of values currently
# hardcoded in NS.py that should be moved into here eventually.
#
[setup]
license = Public Domain
title = Scrapeboard
url = https://scrape.nugget.fun
version = 0.2.3
init-script = OPEN-GAME
additional-packages = lib
data-exclude = local/, *.pyc, .git*, README, build/, dist/, *.egg-info, *.py, MANIFEST*, PKG-INFO, *.pyc, *.swp, *~, changelog, scrapeboard, OPEN-GAME, lib
[display]
caption = Scrapeboard
show-framerate = no
dimensions = 800, 450
fullscreen = no
attract-gif-alpha = 1.0
effects = True
alpha-effect-title = False
[system]
# will force set display->effects to off
minimize-load-time = no
enable-level-select = yes
lives-boss-rush-mode = 3
lives-level-select-mode = 1
[boss]
damage-per-hit-level-1 = 6.0
damage-per-hit-level-2 = 2.5
damage-per-hit-level-3 = 1.75
cooldown-level-1 = 2500
cooldown-level-2 = 2100
cooldown-level-3 = 1300
first-combo-delay = 1300
[mouse]
visible = no
[keys]
quit = K_q
up = K_u
[audio]
sfx-volume = 0.8
panel-enabled = yes
volume = 1.0
[input]
buffer = 0
arduino-port = /dev/ttyACM0
serial = False
pi = True
confirm-quit = False
[time]
timer-max-time = 10000
timer-start-level-1 = 9000
timer-start-level-2 = 7000
timer-start-level-3 = 6000
timer-addition-level-1 = 1100
timer-addition-level-2 = 700
timer-addition-level-3 = 700
timer-warning-start = 0.4
sword-delay = 300
attract-gif-length = 10000
attract-board-length = 3600
attract-reset-countdown = 30000
level-select-reset-countdown = 30000
level-select-press-length = 2000
ending-timeout = 22000
lizard-hurt-length = 2000
[bgm]
title = bgm/title.ogg, 1.0
level_0 = bgm/level_0.ogg, .65
level_1 = bgm/level_1.ogg, .65
level_2 = bgm/level_2.ogg, .65
end = bgm/end.ogg, .65
[pads]
nw_color = #00FF88
ne_color = #FF88FF
se_color = #2222FF
sw_color = #FF2222
center_y = 376