Skip to content

Commit d5e30e1

Browse files
authored
add fixes for mashed (#316)
1 parent 3cf8e18 commit d5e30e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gamefixes-steam/281280.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"""Game fix for Mashed(281280)"""
2+
3+
from protonfixes import util
4+
5+
6+
def main() -> None:
7+
"""Mashed needs win xp otherwise cars may fall through the ground"""
8+
"""https://www.pcgamingwiki.com/wiki/Mashed#Jumping_Bug_Fix"""
9+
util.protontricks('winxp')
10+
11+
"""Hide the launcher"""
12+
util.append_argument('-VS0 -CS0')

0 commit comments

Comments
 (0)