Skip to content

Commit

Permalink
Restore nullrhi
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Oct 23, 2023
1 parent fe721a9 commit cc8b391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/updateHeaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
run: cp sfm\\FactoryGame\\Mods\\AssetDumper Satisfactory\\FactoryGame\\Mods -Recurse

- name: Run game and dump native classes
run: Start-Process .\\Satisfactory\\Engine\\Binaries\\Win64\\FactoryGame-Win64-Shipping.exe -ArgumentList "-EpicPortal -RenderOffscreen -DumpNativeClasses" -NoNewWindow -Wait
run: Start-Process .\\Satisfactory\\Engine\\Binaries\\Win64\\FactoryGame-Win64-Shipping.exe -ArgumentList "-EpicPortal -nullrhi -DumpNativeClasses" -NoNewWindow -Wait

- name: Extract headers
working-directory: Satisfactory/CommunityResources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateSML.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jobs:
run: cp SML\\Mods\\AssetDumper Satisfactory\\FactoryGame\\Mods\\AssetDumper -Recurse

- name: Run game and dump assets
run: Start-Process .\\Satisfactory\\Engine\\Binaries\\Win64\\FactoryGame-Win64-Shipping.exe -ArgumentList "-EpicPortal -RenderOffscreen -DumpAllGameAssets -RootAssetPath=/Game -ExcludePackagePaths=/Game/WwiseAudio -ExcludePackageNames=/Game/Geometry/Meshes/1M_Cube_Chamfer -PackagesPerTick=32 -ExitOnFinish" -NoNewWindow -Wait
run: Start-Process .\\Satisfactory\\Engine\\Binaries\\Win64\\FactoryGame-Win64-Shipping.exe -ArgumentList "-EpicPortal -nullrhi -DumpAllGameAssets -RootAssetPath=/Game -ExcludePackagePaths=/Game/WwiseAudio -ExcludePackageNames=/Game/Geometry/Meshes/1M_Cube_Chamfer -PackagesPerTick=32 -ExitOnFinish" -NoNewWindow -Wait

- name: Dump configs from pak file
run: |
Expand Down

0 comments on commit cc8b391

Please sign in to comment.