forked from shadowninja108/exlaunch
-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
57 lines (47 loc) · 1.5 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Mod that makes symbol encounters (visible overworld spawns) pull from the hidden encounter spawn table
[underworld]
active = false
# Mod that makes shiny pokemon visible in the overworld
[overworld_shiny]
active = false
# some sounds:
# "Play_Audience_cheer_riser_rnd"
# "Play_UI_netbattle_rank_up"
# "Play_UI_Lcircuit_Goal"
# "Play_Camp_Cooking_Explosion"
# set to "" for no sound
sound = "Play_Camp_Cooking_Explosion"
# false for regular aura mechanics, true for aura as shiny indicator
repurpose_aura = true
# 0 for regular shiny rate, [1,100] for modified rate
boosted_percentage = 70
# Mod that actively randomizes every new spawn
[randomizer]
active = false
# Mod that lets you tweak the camera speed, pitch range, and field of view
[camera_tweaks]
active = false
# camera speed in degrees per time unit
adjustment_speed = 3.75
# min pitch in degrees
min_pitch = -71.6197244
# max pitch in degrees
max_pitch = 14.3239449
# base camera distance
min_distance = 450.0
# zoomed out camera distance
max_distance = 1000.0
# Mod that removes the level cap-based shiny lock & catch lock
[uncap_level]
active = false
# remove all badge-based level caps (if false, shiny uncatchables are possible)
fully = true
# Mod that allows detaching the camera from the player and moving it on its own
[freecam]
active = false
disable_terrain_culling = true
# Mod that overwrites the maximum symbol encounter spawn count for spawners in glimwood tangle
[glimwood_overworld]
active = false
# maximum symbol count per spawner
maximum_spawns = 1