scrapeboard/config

122 lines
2.8 KiB
Plaintext
Raw Permalink Normal View History

#
# [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.
#
2017-12-14 03:49:02 -05:00
[setup]
license = Public Domain
title = Scrapeboard
url = https://scrape.nugget.fun
2020-10-11 19:43:50 -04:00
version = 0.2.3
2017-12-14 03:49:02 -05:00
init-script = OPEN-GAME
additional-packages = lib
2022-01-27 15:10:02 -05:00
data-exclude = local/, *.pyc, .git*, README, build/, dist/, *.egg-info, *.py, MANIFEST*, PKG-INFO, *.pyc, *.swp, *~, changelog, scrapeboard, OPEN-GAME, lib
2017-12-14 03:49:02 -05:00
[display]
caption = Scrapeboard
2022-12-18 20:34:22 -05:00
show-framerate = no
framerate-position = 600, 0
dimensions = 800, 450
fullscreen = no
attract-gif-alpha = 1.0
effects = True
alpha-effect-title = True
2022-12-01 18:35:59 -05:00
scores-font = BPmono.ttf
scores-alpha = 230
qr-static = False
[system]
# will force set display->effects to off
minimize-load-time = no
2022-03-05 15:59:12 -05:00
enable-level-select = yes
lives-boss-rush-mode = 3
lives-level-select-mode = 1
optimize-title-screen = no
max-seed = 2147483647
dnf-file = resource/dnf.txt
scores-file = resource/scores.txt
[network]
peers =
port = 8080
delimeter = |
join-time-limit = 5999
diagnostics = no
diagnostics-font = resource/BPmono.ttf
diagnostics-size = 15
[pop-up]
size = 22
length = 3000
foreground = #ffffff
background = #000000
center = yes
2017-12-14 03:49:02 -05:00
[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
2017-12-14 03:49:02 -05:00
[mouse]
visible = no
2017-12-14 03:49:02 -05:00
[keys]
quit = K_q
2017-12-14 03:49:02 -05:00
up = K_u
[audio]
2022-01-27 15:10:02 -05:00
sfx-volume = 0.8
panel-enabled = yes
2022-01-27 15:10:02 -05:00
volume = 1.0
2017-12-14 03:49:02 -05:00
[input]
2018-06-27 21:21:51 -04:00
buffer = 0
2023-06-16 22:29:07 -04:00
arduino-port = COM6
2023-01-02 19:21:57 -05:00
serial = yes
pi = no
confirm-quit = no
2018-06-29 01:24:52 -04:00
[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
2018-06-29 01:24:52 -04:00
sword-delay = 300
2020-10-29 13:40:05 -04:00
attract-gif-length = 10000
2020-10-30 03:57:46 -04:00
attract-board-length = 3600
attract-reset-countdown = 30000
2022-03-08 22:26:50 -05:00
level-select-reset-countdown = 30000
level-select-press-length = 1500
ending-timeout = 7500
lizard-hurt-length = 2000
2022-01-27 15:10:02 -05:00
[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
2022-01-27 15:10:02 -05:00
[pads]
nw_color = #FF88FF
ne_color = #E4B80C
se_color = #FF2222
sw_color = #2222FF
center_y = 376