mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
resetti: update config
This commit is contained in:
parent
b4a93f5c54
commit
f3fd1aeab3
2 changed files with 104 additions and 44 deletions
|
|
@ -1,44 +0,0 @@
|
|||
[general]
|
||||
type = "standard"
|
||||
count_resets = true
|
||||
resets_file = "~/.resets"
|
||||
affinity = "alternate"
|
||||
|
||||
[hooks]
|
||||
wall_reset = ""
|
||||
reset = ""
|
||||
lock = ""
|
||||
unlock = ""
|
||||
|
||||
[obs]
|
||||
enabled = false
|
||||
port = 4440
|
||||
password = ""
|
||||
|
||||
[reset]
|
||||
delay = 50
|
||||
pause_delay = 100
|
||||
unpause_on_focus = true
|
||||
click_on_focus = true
|
||||
|
||||
[keybinds]
|
||||
focus = "Alt-a"
|
||||
reset = "x"
|
||||
wall_reset = ""
|
||||
wall_reset_others = "Ctrl-Shift"
|
||||
wall_play = "Shift"
|
||||
wall_lock = "Ctrl"
|
||||
|
||||
[wall]
|
||||
stretch_windows = false
|
||||
stretch_width = 1600
|
||||
stretch_height = 300
|
||||
use_mouse = false
|
||||
goto_locked = false
|
||||
no_play_generating = true
|
||||
|
||||
[setseed]
|
||||
seed = ""
|
||||
spawn_x = 123.0
|
||||
spawn_z = 456.0
|
||||
radius = 5.0
|
||||
104
config/resetti/wall.toml
Normal file
104
config/resetti/wall.toml
Normal file
|
|
@ -0,0 +1,104 @@
|
|||
reset_count = "/home/olex/.resets"
|
||||
npause_focus = true
|
||||
poll_rate = 100
|
||||
play_res = "1920x1080+0,0"
|
||||
alt_res = "400x1080+810,0"
|
||||
[delay]
|
||||
wp_pause = 20
|
||||
idle_pause = 20
|
||||
unpause = 20
|
||||
stretch = 20
|
||||
ghost_pie_fix = 20
|
||||
warp = 0
|
||||
|
||||
[hooks]
|
||||
reset = ""
|
||||
alt_res = ""
|
||||
normal_res = ""
|
||||
wall_lock = ""
|
||||
wall_unlock = ""
|
||||
wall_play = ""
|
||||
wall_reset = ""
|
||||
|
||||
# ingame_focus Focus active instance.
|
||||
# ingame_reset Reset active instance.
|
||||
# ingame_toggle_res Toggle the resolution for active instance.
|
||||
# wall_focus Focus wall projector.
|
||||
# wall_reset_all Reset all unlocked instances.
|
||||
# wall_lock Lock hovered instance.
|
||||
# wall_lock(n) Lock instance N.
|
||||
# wall_play Play hovered instance.
|
||||
# wall_play(n) Play instance N.
|
||||
# wall_reset Reset hovered instance.
|
||||
# wall_reset(n) Reset instance N.
|
||||
# wall_reset_others Focus reset hovered instance.
|
||||
# wall_reset_others(n) Focus reset instance N.
|
||||
# wall_play_first_locked Plays the first locked and idle instance.
|
||||
[keybinds]
|
||||
"y" = ["wall_reset_all", "ingame_reset"]
|
||||
"Shift-y" = ["wall_play_first_locked"]
|
||||
"Alt-y" = ["wall_focus"]
|
||||
"Ctrl-LMB" = ["wall_play"]
|
||||
"LMB" = ["wall_lock"]
|
||||
"RMB" = ["wall_reset"]
|
||||
|
||||
[obs]
|
||||
enabled = true
|
||||
port = 4455
|
||||
password = ""
|
||||
|
||||
[wall]
|
||||
enabled = true
|
||||
confine_pointer = false
|
||||
goto_locked = true
|
||||
reset_unlock = true
|
||||
grace_period = 250
|
||||
|
||||
# The resolution to set your instances to while they are on the wall, in
|
||||
# the format "W,H+X,Y" (e.g. 960x360+0,0). Delete or comment out to disable
|
||||
# instance stretching.
|
||||
stretch_res = "960x360+0,0"
|
||||
|
||||
use_f1 = false
|
||||
|
||||
# The percentage to show freeze at on preview. Set to 0 or below to disable.
|
||||
freeze_at = 5
|
||||
show_at = 5
|
||||
|
||||
[wall.performance]
|
||||
sleepbg_path = ""
|
||||
affinity = "sequence"
|
||||
|
||||
[wall.performance.sequence]
|
||||
# The number of CPUs to give to the active instance. Set to 0 to disable.
|
||||
active_cpus = 3
|
||||
# The number of CPUs to give to instances in the background. Set to 0 to disable.
|
||||
background_cpus = 5
|
||||
|
||||
# The number of CPUs to give to locked instances. Set to 0 to disable.
|
||||
lock_cpus = 2
|
||||
|
||||
[wall.performance.advanced]
|
||||
# How many groups to subdivide affinity groups into. Set this to the number of CCXs your CPU has. If you don't know what this means, leave it at 1.
|
||||
ccx_split = 1
|
||||
|
||||
# The number of CPUs (cores, or threads if you have SMT) to allocate to each affinity group.
|
||||
# - Idle Instances which have finished generating a world.
|
||||
# - Low Instances which are on preview and have crossed low_threshold.
|
||||
# - Mid Instances which have not crossed low_threshold and while the user is not on the wall.
|
||||
# - High Instances which have not crossed low_threshold and while the user is on the wall.
|
||||
# - Active The instance being played by the user.
|
||||
affinity_idle = 2
|
||||
affinity_low = 4
|
||||
affinity_mid = 6
|
||||
affinity_high = 8
|
||||
affinity_active = 8
|
||||
|
||||
# If enabled (n > 0), instances will remain in the mid affinity group for this
|
||||
# many milliseconds after finishing generating. This gives extra CPU time to
|
||||
# allow for chunks to load in faster.
|
||||
burst_length = 0
|
||||
|
||||
# The world generation percentage at which instances are moved from the high
|
||||
# group to the low group.
|
||||
low_threshold = 20
|
||||
Loading…
Add table
Add a link
Reference in a new issue