guillaumearm / PathToTarkov

The Tarkov open-world experience (spt)
https://hub.sp-tarkov.com/files/file/569-path-to-tarkov
MIT License
4 stars 6 forks source link

Reintroduce PathToTarkovAPI again #12

Open guillaumearm opened 1 month ago

guillaumearm commented 1 month ago

Since PTT v5.2.0-rc.5, the PTT api is disabled by default (because broken)

Try to figure out what field can be dynamic and what field can be dynamic, maybe split the config in 2 and change how it's done ? (the question is: breaking change or not ?)

guillaumearm commented 1 month ago

For Fika support, the fact that the ptt config can be dynamically edited means that one user session should match with one uniq ptt config, so a major rework of PTT will be needed here. (need to have a Record<SessionId, Config> somewhere)

guillaumearm commented 1 month ago

It should work fine now. I just need to rewrite the documentation now