Skip to content

Commit

Permalink
feat: Add support for Arctic Warfare mod for Battlefield 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cetteup committed Dec 3, 2022
1 parent 9a29691 commit c638b4e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions internal/titles/bf2.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ var Bf2 = domain.GameTitle{
},
},
),
domain.MakeMod(
"Arctic Warfare",
"arctic-warfare",
[]software_finder.Config{
{
ForType: software_finder.PathFinder,
InstallPath: fmt.Sprintf(bf2ModPathTemplate, "Arctic_Warfare"),
PathType: software_finder.PathTypeFile,
},
},
),
},
LauncherConfig: game_launcher.Config{
DefaultArgs: []string{
Expand Down

0 comments on commit c638b4e

Please sign in to comment.