mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Tools - Update Mikero to public version 2021-11-06 (#8675)
This commit is contained in:
parent
f75bfd4cef
commit
6234c05645
2
.github/workflows/pboproject.yml
vendored
2
.github/workflows/pboproject.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolsUrl: ${{ secrets.ARMA3_TOOLS_URL }}
|
toolsUrl: ${{ secrets.ARMA3_TOOLS_URL }}
|
||||||
- name: Install Mikero Tools
|
- name: Install Mikero Tools
|
||||||
uses: arma-actions/mikero-tools@2021-04-10
|
uses: arma-actions/mikero-tools@2021-11-06
|
||||||
- name: Download game data
|
- name: Download game data
|
||||||
run: |
|
run: |
|
||||||
Invoke-WebRequest "$env:ARMA3_DATA_URL" -OutFile arma3.zip
|
Invoke-WebRequest "$env:ARMA3_DATA_URL" -OutFile arma3.zip
|
||||||
|
@ -271,6 +271,8 @@ def pboproject_settings():
|
|||||||
k = mikero_windows_registry(r"pboProject\Settings", access=winreg.KEY_SET_VALUE)
|
k = mikero_windows_registry(r"pboProject\Settings", access=winreg.KEY_SET_VALUE)
|
||||||
winreg.SetValueEx(k, "m_exclude", 0, winreg.REG_SZ, value_exclude)
|
winreg.SetValueEx(k, "m_exclude", 0, winreg.REG_SZ, value_exclude)
|
||||||
winreg.SetValueEx(k, "m_exclude2", 0, winreg.REG_SZ, value_exclude)
|
winreg.SetValueEx(k, "m_exclude2", 0, winreg.REG_SZ, value_exclude)
|
||||||
|
winreg.SetValueEx(k, "wildcard_exclude_from_pbo_normal", 0, winreg.REG_SZ, value_exclude)
|
||||||
|
winreg.SetValueEx(k, "wildcard_exclude_from_pbo_unbinarised_missions", 0, winreg.REG_SZ, value_exclude)
|
||||||
except:
|
except:
|
||||||
raise Exception("BadDePBO", "pboProject not installed correctly, make sure to run it at least once")
|
raise Exception("BadDePBO", "pboProject not installed correctly, make sure to run it at least once")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user