Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: unified configs #61

Merged
merged 39 commits into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0e7fb20
feat!: unify player spawnpoints
Dec 7, 2024
e1a743d
chore: save script extract-legacy-tooltips
Dec 7, 2024
c1d7288
fix(config): typo in Stylobate
Dec 8, 2024
65dede0
chore: add respawn_at field to the default config
Dec 8, 2024
59b9017
fix(analyze): add config warning when conflicting access_via are foun…
Dec 8, 2024
17e44fb
refactor: NarcoticsConfig duplicated offraid positions
Dec 8, 2024
a516835
feat(wip): introduce offraid_positions displayName and exfiltrations_…
Dec 8, 2024
627fffb
chore: fix typo in configs/Default/Tooltips
Dec 10, 2024
ec81044
feat: add Saria next to Peacekeeper in default config
Dec 10, 2024
9d4da44
fix: unsupported vanilla_exfils_requirements (warn instead of errror)
Dec 10, 2024
4abb426
fix(config): allow user to remove all exfils for a given map (when tr…
Dec 10, 2024
1280892
chore: cleanup
Dec 10, 2024
eac591e
feat: exfiltrations tooltips templating
Dec 11, 2024
26509be
chore: cleanup useless dynamic maps compats
Dec 11, 2024
dc8b93c
chore: remove unused default Tooltips
Dec 11, 2024
60cfd2e
fix: Requisitions trader id in DevilFlippy config
Dec 11, 2024
5bb0268
feat(config): add Requisitions trader integration in default config (…
Dec 11, 2024
1446603
feat: add override_tooltips_template for offraid_positions
Dec 11, 2024
5d20645
feat(config): french translations for tooltips
Dec 11, 2024
4a2c9f3
style: apply prettier on ExfilsTooltipsTemplater
Dec 11, 2024
3330e78
chore: cleanup DevilFlippy tooltips + save extract-legacy-tooltips sc…
Dec 11, 2024
3481c79
chore: cleanup LegacyPTTv5 tooltips
Dec 11, 2024
04438d7
chore: cleanup NarcotisConfig tooltips
Dec 11, 2024
d13cd74
chore: cleanup PTTR tooltips
Dec 11, 2024
b74d067
chore: full cleanup of the pttr legacy tooltips
Dec 11, 2024
4f95c23
fix: trim tooltips_template during validation
Dec 11, 2024
c3139f8
chore: rename PTT-BepInEx into PTT-Plugin
Dec 11, 2024
b167e63
fix: vanilla_exfils_requirements is now forbidden by config analysis
Dec 11, 2024
fc16d82
feat: implement debug_exfiltrations_tooltips_locale + refactor
Dec 12, 2024
74740fa
test: add external-resources test for checking eft locales unicity
Dec 12, 2024
b67fd09
refactor: configs test
Dec 12, 2024
16fcc3a
refactor: add debugTooltipsForLocale to ExfilsTooltipsTemplater
Dec 12, 2024
4b714af
style: apply prettier
Dec 12, 2024
16391a0
fix: non-case sensitive ExfilsTooltipsTemplater
Dec 13, 2024
cbc6f50
chore: change exfiltrations_tooltips_template in default config
Dec 13, 2024
bf35905
ci: build-and-lint github workflow on push only
Dec 13, 2024
07f9250
fix: gunsmith id in PTTv4 and PTTR configs
Dec 19, 2024
7cdd8db
chore: update types for spt 3.10.3
Dec 20, 2024
d294814
fix!: breaking change in fix-repeatable-quests (SPT 3.10.3 is needed …
Dec 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Color": { "r": 1.0, "g": 1.0, "b": 0.0, "a": 1.0 },
},
{
"Text": "Main Elevator (Streets, Sylobate Elevator)",
"Text": "Main Elevator (Streets, Stylobate Elevator)",
"ImagePath": "Markers/exit.png",
"Position": { "x": -282.304016, "y": -334.896, "z": -3.631999 },
"Category": "Extract",
Expand Down
4 changes: 2 additions & 2 deletions configs/Default/Tooltips.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"Power Station SUV (Streets/Woods/GZ)",

"E1",
"Sylobate Elevator (Labs, Main Elevator)",
"Stylobate Elevator (Labs, Main Elevator)",
"E2",
"Sewer River (Labs, Sewage Conduit)",
"E4",
Expand Down Expand Up @@ -202,7 +202,7 @@
"lab_Elevator_Cargo",
"Cargo Elevator (Streets/Ground Zero)",
"lab_Elevator_Main",
"Main Elevator (Streets, Sylobate Elevator)",
"Main Elevator (Streets, Syylobate Elevator)",
guillaumearm marked this conversation as resolved.
Show resolved Hide resolved
"lab_Hangar_Gate",
"Hangar Gate (Streets, Catacombs)",
"lab_Under_Storage_Collector",
Expand Down
Loading
Loading