-
Notifications
You must be signed in to change notification settings - Fork 2
/
partymod.ini
59 lines (56 loc) · 902 Bytes
/
partymod.ini
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
58
59
[Graphics]
ResolutionX=0
ResolutionY=0
Windowed=0
Borderless=0
Shadows=1
Particles=1
AnimatedTextures=1
DistanceFog=0
LowDetailModels=0
[Miscellaneous]
PlayIntro=1
Debug=0 ; enables debug output that can help troubleshoot controllers
NoMovie=0 ; disables movie playback for systems where that doesn't work (proton/linux)
ILMode=0
NoTrickLimit=0
; keybinds use SDL_Scancode values. the partyconfig utility allows for better control over these
[Keybinds]
Ollie=90
Grab=94
Flip=92
Grind=96
SpinLeft=89
SpinRight=91
Nollie=95
Switch=97
Pause=0
Forward=26
Backward=22
Left=4
Right=7
CameraUp=12
CameraDown=14
CameraLeft=13
CameraRight=15
ViewToggle=53
SwivelLock=0
; Gamepad remapping - use the partyconfig utility
[Gamepad]
Pause=6
ViewToggle=4
SwivelLock=8
Grind=3
Grab=1
Ollie=0
Flip=2
SpinLeft=9
SpinRight=10
Nollie=22
Switch=21
Right=14
Left=13
Forward=11
Backward=12
MovementStick=0
CameraStick=1