-
Notifications
You must be signed in to change notification settings - Fork 7
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: fika support #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added my config * added player_spawnpoints and tooltips .jsons
* added tooltip functionality * added Tooltips.json file --------- Co-authored-by: Guillaume ARM <[email protected]>
guillaumearm
commented
Jul 30, 2024
…co config (#20) * change vanilla exfil reqs for Narco config * added map
this can be useful for some compats with other mods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the Fika update 🎉 with new features and some bug fixes.
Features
*
notationheal_always_enabled
in traders config, in the default config it's enabled for Fence, so the offraid heal service will be always available. I thought that the experience was a bit hardcore without this (especially when using the Realism mod)insurance_return_chance
can be set in the configoverride_by_profiles
, this allow to change dynamically an user config according to the selected profile (fow now, only few fields are available to be overriden, please check the example alternative config to see the available fields list)Fixes
Other changes (won't impact you if you're not a modder)
PathToTarkovAPI has been disabled by default because it won't work as expected since PTT 5.2.0 (not a big deal here because I don't know any PTT addon mod that rely on this api)
Don't worry, If you are not a mod maker, it probably won't impact you.
If you still want the path to tarkov api to be exposed, you can add
enable_legacy_ptt_api
field set totrue
in the json configSpecial thanks to Narcotics for adding PTTR Tooltips.json + the configurable
insurance_return_chance
+ disable "run through" raid status