Dev
84f8bb8711
Stored last location player was on when transiting - Fixed map transits not sending player to correct infil point
...
Limitation - only keeps track of one transit
2024-11-11 20:19:53 +00:00
Dev
6a5cbd0549
Repair buff changes:
...
Capitalize item buff properties to match live
tofixed(2) the bonus value to match live
2024-11-05 15:11:20 +00:00
Dev
43bed3a8a8
Fixed hydrateLookup()
storing data from handbookPriceOverride
with incorrect parent keys
...
Increased prices of overrides
2024-11-05 09:27:21 +00:00
Dev
e844f52478
Added functionality to allow setting a minimum magazine size for bots based on bot level via config
2024-11-04 11:39:53 +00:00
Dev
640460dad4
Fixed scav exfiltration from location failing due to client profile data being in different format
2024-11-03 19:55:37 +00:00
Dev
35b1fd07b6
Fixed PMC Victim responses killing profiles ability to view messages
2024-11-03 11:02:27 +00:00
Dev
6dbe7121dd
Added 2 new seasons into weather system
2024-11-01 20:59:28 +00:00
Dev
9fe28edbe4
Updatd findAndAddHideoutProductionIdToProfile()
to take into account bsg no longer storing the quest id in the productions requirement
2024-11-01 20:06:19 +00:00
Dev
dd2c9de726
Flag zombies as needing simple animator
2024-11-01 16:15:08 +00:00
Dev
5534406449
Further progress on zombie spawning
2024-11-01 15:51:03 +00:00
Dev
edaec549c9
Expanded zombies configuration
2024-11-01 15:19:54 +00:00
Dev
922adcfb5c
Implemented pin/lock/free on inventory items
2024-11-01 10:01:26 +00:00
7ae68466e0
Fix loading into raid in 33374 ( !419 )
...
- Add new `infected` bots where necessary
- Add new `infected` bot JSON to bots/types, generated from a small set of dumps
- Add infected bots to default PMC enemy list
- Update ZombieInfection values in globals.json from live dump
- Update map data from latest live dump (BossChance, Events, limits and maxItemCountInLocation primarily. A couple maps added missing properties/replaced SpawnPointParams. This was only a partial update though, enough to get in-raid)
Note: `infectedTagilla` is just a copy of `bossTagilla`, as none of the dumps contained that bot type, and it was required to get in-raid
Co-authored-by: DrakiaXYZ <565558+TheDgtl@users.noreply.github.com>
Reviewed-on: SPT/Server#419
Co-authored-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
Co-committed-by: DrakiaXYZ <drakiaxyz@noreply.dev.sp-tarkov.com>
2024-11-01 08:52:39 +00:00
Dev
140b4b4619
groundwork for Halloween zombies event
2024-10-31 23:24:49 +00:00
Dev
cc782ba3d5
Updated chatbots to use Monogo_Ids
2024-10-31 22:07:31 +00:00
Dev
5e1d977f39
Update globals and matching interfaces
2024-10-31 21:55:39 +00:00
Dev
17215ba9d8
Stubbed out item pinning
2024-10-31 21:38:56 +00:00
Dev
3377bef33c
Updated locationbase interface
2024-10-31 21:37:55 +00:00
Dev
1d71aba72e
Initial JSON update
2024-10-31 18:21:12 +00:00
Dev
90e899466e
Add property comments
2024-10-30 16:42:28 +00:00
Dev
a98696bfca
Split raider spawn chance override into 2 values, triggered and non triggered
2024-10-29 09:39:00 +00:00
Dev
7964d8ef5a
Added minReserveRaiderSpawnChance
to location.json
config, set to 72 by default, wired up to adjust reserve values on server start
2024-10-28 16:02:47 +00:00
Dev
d519907566
Added ability to control storage time of insurance returns to insurance.json
config
2024-10-28 09:36:13 +00:00
Dev
30db370423
Added ability to programmatically blacklist specific bot gear tpls by level
2024-10-28 09:20:13 +00:00
Dev
bc3ac3d3e6
Added ability to enable/disable certain sub-events during seasonal events
2024-10-27 15:37:18 +00:00
Dev
22b6ee2741
Added new april 1st event
2024-10-26 16:39:31 +01:00
Dev
5a6dd6f5df
Removed unnecessary SNOW seasonal event, handled by seasons instead
2024-10-26 16:12:15 +01:00
Dev
e728c04865
Added ability to ignore price variance based on item quality
2024-10-26 09:57:49 +01:00
Dev
731d9f3f0b
Added enabled
property to events config + wire up
2024-10-25 11:53:18 +01:00
Dev
1aac4a0635
Added ragfair.dynamic.barter.makeSingleStackOnly
config option, default to true
2024-10-22 20:51:22 +01:00
Dev
9f6ec573d6
Removed fixEmptyBotWavesSettings
- Doesnt seem necessary for 3.10
...
Disabled `rogueLighthouseSpawnTimeSettings` Same as above
2024-10-22 16:38:32 +01:00
Dev
776f925d91
Updated interfaces to follow correct naming scheme
2024-10-19 12:43:38 +01:00
Dev
b0159e6427
Removed unused interfaces
...
Renamed Interfaces to follow correct naming system
2024-10-19 11:31:19 +01:00
Dev
e15ed9b7eb
Improved loot generator code comments
2024-10-19 11:21:02 +01:00
Dev
b6b527df2a
Cleaned up createBarterBarterScheme()
2024-10-19 10:58:25 +01:00
Dev
9c58e2e0e5
Loosened bot name limit to 19 characters
...
Moved value into config
Added `botConfig.botRolesThatMustHaveUniqueName`
Refactored `getPmcNicknameOfMaxLength()`, removed all recursion + handles when no name is below desired length
Refactored `generateUniqueBotNickname()` to handle PMC names differently, use centralised pmc name function
Updated ragfair to utilise maxlength value from bot config
2024-10-18 11:39:51 +01:00
Dev
c97f5c2327
Added 0.01 rep gain when successfully exiting a raid as a scav
...
Fixed incorrect check of rep on pmc profile
Renamed inraid config property from `scavExtractGain` to `scavExtractStandingGain`
2024-10-17 14:49:39 +01:00
Dev
953acb47a0
Updated getRaidTemperature()
to take into account the current raid time when choosing temps
2024-10-17 13:19:35 +01:00
Dev
0b729fba11
Improvements to how weather temperature is calculated - takes into account current season
...
Centralised the season override into `getActiveWeatherSeason()`
Adjusted weather values based on client data
2024-10-17 13:05:01 +01:00
Dev
eb6e61c1f0
Moved values into config
...
moved code to more appropriate locations
Reduced duplicate code
Added comments
2024-10-17 10:27:37 +01:00
Dev
c7904a3a41
Remove unused values
2024-10-17 00:41:05 +01:00
Dev
5496ab9557
Cleaned up updateProductionTimers()
2024-10-15 12:47:17 +01:00
Dev
6b116024ca
Fixed gym not applying muscle effect after use
2024-10-14 19:38:26 +01:00
Dev
2448fe24b5
Split AirdropTypeEnum
into 2 enums, a spt specific one and another for the icon
property sent to client
2024-10-11 12:56:31 +01:00
Dev
ce3b63dc1c
Updated getOffersForBuild()
to not show pack offers, this fixes the equipment system buying pack offers
2024-10-09 14:34:10 +01:00
Dev
ed92c6802c
Refactor oh how bot equipment items are generated.
...
Now uses blacklist data from bot.json when picking equipment mods
Equipment gen now passes same BotData object as weapon mod gen
Pass botEquipmentRole via request object instead of calculating it every item slot
Fixed `getFilteredDynamicModsForItem()` being hard coded to use first blacklist object regardless of which one matched the bot level
2024-10-08 20:14:43 +01:00
Dev
859cd19cb8
Updated JSONs to match live
...
Updated quest data, some required items no longer need to be FiR
2024-10-06 23:47:35 +01:00
Dev
84064caa0d
Remvoed unused keys from WildSpawnTypeNumber
2024-10-03 17:29:45 +01:00
Dev
7b1a37e71e
Added sptGenerateLoot
to IStartLocalRaidRequestData
to allow caller to choose to generate loot or not, default is true
2024-10-03 15:12:51 +01:00
599c03dd06
Update quest interfaces to match quests.json ( !415 )
...
Matched quest related interfaces with the types being used in quests.json. Also made some properties that weren't required into nullable types.
Co-authored-by: mBarneto <4347791+m-barneto@users.noreply.github.com>
Reviewed-on: SPT/Server#415
Co-authored-by: Mattdokn <mattdokn@noreply.dev.sp-tarkov.com>
Co-committed-by: Mattdokn <mattdokn@noreply.dev.sp-tarkov.com>
2024-09-29 18:53:08 +00:00