Skip to content

Commit

Permalink
Add DirectPlay to SpellForce 1 and 2 titles for Multiplayer (#190)
Browse files Browse the repository at this point in the history
* Add DirectPlay to SpellForce 1 and 2 titles for Multiplayer

* Fixed wrong steam id
  • Loading branch information
kasha695 authored Dec 29, 2024
1 parent 5f5f875 commit 4eef22e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions gamefixes-gog/umu-245050.py
1 change: 1 addition & 0 deletions gamefixes-gog/umu-39540.py
1 change: 1 addition & 0 deletions gamefixes-gog/umu-39550.py
1 change: 1 addition & 0 deletions gamefixes-gog/umu-65530.py
1 change: 1 addition & 0 deletions gamefixes-steam/245050.py
8 changes: 8 additions & 0 deletions gamefixes-steam/39540.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""Game fix for SpellForce"""

from protonfixes import util


def main() -> None:
"""Needs DirectPlay for multiplayer functionality"""
util.protontricks('directplay')
1 change: 1 addition & 0 deletions gamefixes-steam/39550.py
1 change: 1 addition & 0 deletions gamefixes-steam/65530.py

0 comments on commit 4eef22e

Please sign in to comment.