Skip to content

Commit

Permalink
remove uc
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Apr 11, 2024
1 parent 7477913 commit ba6aaed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 75 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/all.yml
Expand Up @@ -414,14 +414,6 @@ jobs:
tag: gun
artifacts: data/Archives/Gun.WidescreenFix.zip

- name: Flatout Ultimate Carnage Widescreen Fix
uses: ./.github/workflows/release_tag
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_list: ${{ format('{0},{1}', github.event.inputs.tag_list, inputs.tag_list) }}
tag: flatoutuc
artifacts: data/Archives/FlatoutUltimateCarnage.WidescreenFix.zip

- name: SOCOM U.S. Navy SEALs Fireteam Bravo Fusion Mod
uses: ./.github/workflows/release_tag
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tag.yml
Expand Up @@ -20,7 +20,6 @@ on:
- farcry
- flatout
- flatout2
- flatoutuc
- fireteambravo1
- fireteambravo2
- fireteambravo3
Expand Down Expand Up @@ -117,7 +116,6 @@ env:
farcry: "/t:FarCry_WidescreenFix"
flatout: "/t:Flatout_WidescreenFix"
flatout2: "/t:Flatout2_WidescreenFix"
flatoutuc: "/t:FlatoutUltimateCarnage_WidescreenFix"
fireteambravo1: "/t:SOCOM_FireteamBravo_PPSSPP_FusionMod"
fireteambravo2: "/t:SOCOM_FireteamBravo2_PPSSPP_FusionMod"
fireteambravo3: "/t:SOCOM_FireteamBravo3_PPSSPP_FusionMod"
Expand Down
1 change: 0 additions & 1 deletion data/FlatoutUltimateCarnage.WidescreenFix/xlive.ual

This file was deleted.

12 changes: 5 additions & 7 deletions premake5.lua
Expand Up @@ -284,13 +284,11 @@ project "Flatout.WidescreenFix"
setpaths("Z:/WFP/Games/Flatout/FlatOut/", "flatout.exe")
project "Flatout2.WidescreenFix"
setpaths("Z:/WFP/Games/Flatout/FlatOut2/", "FlatOut2.exe")
project "FlatoutUltimateCarnage.WidescreenFix"
setpaths("Z:/WFP/Games/Flatout/FlatOut - Ultimate Carnage/", "Fouc.exe")
project "GettingUp.WidescreenFix"
setpaths("Z:/WFP/Games/Marc Ecko's Getting Up 2/", "_Bin/GettingUp.exe", "_Bin/")
targetdir "data/GettingUp.WidescreenFix/_Bin/"
debugargs { "map=M01_HOO_Tranes_Hood_3" }
buildoptions { "/Zc:threadSafeInit-" }
--project "GettingUp.WidescreenFix"
-- setpaths("Z:/WFP/Games/Marc Ecko's Getting Up 2/", "_Bin/GettingUp.exe", "_Bin/")
-- targetdir "data/GettingUp.WidescreenFix/_Bin/"
-- debugargs { "map=M01_HOO_Tranes_Hood_3" }
-- buildoptions { "/Zc:threadSafeInit-" }
project "GTA1.WidescreenFix"
setpaths("Z:/WFP/Games/Grand Theft Auto/Grand Theft Auto 1 London 1969 1961/", "WINO/Grand Theft Auto.exe", "WINO/scripts/")
project "GTA2.WidescreenFix"
Expand Down
57 changes: 0 additions & 57 deletions source/FlatoutUltimateCarnage.WidescreenFix/dllmain.cpp

This file was deleted.

0 comments on commit ba6aaed

Please sign in to comment.