Skip to content

Commit

Permalink
Maintenance Update (#36)
Browse files Browse the repository at this point in the history
* Remove cleaning data
* Add SFBGS003.esm
* Update Game Runtime (1.12.30.0) version checks
  • Loading branch information
pStyl3 authored Jun 10, 2024
1 parent e4298be commit 8baa08e
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,17 @@ globals:
# Starfield Game Runtime
- <<: *versionOldX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.11.36.0", <)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", <)'
- <<: *versionUpToDateX
subs: [ '**Starfield**' ]
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.11.36.0", >=)'
condition: 'readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
# SFSE
- <<: *versionOldX
subs: [ '**[SFSE](https://www.nexusmods.com/starfield/mods/106/)**' ]
condition: 'file("../sfse_loader.exe") and version("../sfse_1_11_36.dll", "0.0.2.7", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.11.36.0", >=)'
condition: 'file("../sfse_loader.exe") and version("../sfse_1_11_36.dll", "0.0.2.7", <) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'
- <<: *versionUpToDateX
subs: [ '**SFSE**' ]
condition: 'version("../sfse_1_11_36.dll", "0.0.2.7", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.11.36.0", >=)'
condition: 'version("../sfse_1_11_36.dll", "0.0.2.7", >=) and readable("../Starfield.exe") and product_version("../Starfield.exe", "1.12.30.0", >=)'

# SFSE
# Missing
Expand Down Expand Up @@ -304,18 +304,12 @@ plugins:
group: *mainGroup
- name: 'Constellation.esm'
group: *mainGroup
clean:
# v1.7.36.0
- crc: 0x0A4AA7A3
util: 'SF1Edit v4.1.5 EXPERIMENTAL'
- name: 'OldMars.esm'
group: *mainGroup
clean:
# v1.7.36.0
- crc: 0x374960D0
util: 'SF1Edit v4.1.5 EXPERIMENTAL'
- name: 'BlueprintShips-Starfield.esm'
group: *mainGroup
- name: 'SFBGS003.esm'
group: *mainGroup
- name: 'SFBGS006.esm'
group: *mainGroup
- name: 'SFBGS007.esm'
Expand Down

0 comments on commit 8baa08e

Please sign in to comment.