Dev
9632238fab
Added removeInvalidTradersFromProfile
to core.json config to allow cleanup of incorrect trader data in profile
2024-11-20 10:49:18 +00:00
Dev
50e79e72b5
Localised some chatbot messages
2024-11-17 20:57:50 +00:00
Dev
bcad3773f7
Updated crowdin server locales
2024-11-11 17:20:40 +00:00
Dev
6ea51ce365
Updated JSONs with post-halloween data
2024-11-11 10:40:15 +00:00
Dev
5d7bc635f6
Updated JSONs
2024-11-07 12:38:31 +00:00
Dev
fe7b9f476a
Updated JSONs
2024-11-04 15:14:56 +00:00
Dev
c61de9433e
Added ability for PMCs killed by player to remark on the map they died on + added some PMC responses that involve the location
2024-11-03 11:24:05 +00:00
Dev
20e85d6336
Updated JSONs
2024-11-03 09:31:18 +00:00
Dev
920e9e98e0
Updated JSONs
2024-11-02 11:40:27 +00:00
Dev
1d71aba72e
Initial JSON update
2024-10-31 18:21:12 +00:00
Dev
a429639fb8
Updated JSON from live
2024-10-29 13:53:37 +00:00
Dev
672b1f1dd5
Updated locales
2024-10-18 14:24:16 +01:00
Dev
9a5232ef84
Updated JSONs
...
Added 2x event quests + flagged as event
2024-10-14 22:19:16 +01:00
Dev
0f7531ea76
Updated locales
2024-10-11 09:16:55 +01:00
Dev
56253299ed
Updated JSON data
...
Added additional quests
2024-09-28 10:06:24 +01:00
Dev
5cf5749c99
Fixed dupe ID issue with locale
2024-09-27 21:01:37 +01:00
Dev
5828216729
Fixed weapon_izhmash_ak105_545x39
generation error with BEAR PMCs
2024-09-27 20:58:47 +01:00
Dev
454a71213f
Updated JSONs and interfaces to match new patch
2024-09-26 17:28:23 +01:00
Dev
66702a627c
Add 2 more PMC responses
2024-09-15 00:19:56 +01:00
Dev
3878c01bac
Updated locale data
2024-09-03 18:50:54 +01:00
Dev
38263e4dbb
Updated english server locale
2024-08-31 18:31:38 +01:00
Dev
aa942dbbcc
Updated JSONs
2024-08-29 18:06:27 +01:00
Dev
2dfee92a4d
JSON updates
2024-08-26 22:41:22 +01:00
Dev
d3cb8e5f70
Updated data JSONs
2024-08-24 11:06:41 +01:00
Dev
4cba53b744
Updated JSONs
2024-08-21 15:40:48 +01:00
Dev
8e4c4e4a0f
Updated various JSON files + interfaces
2024-08-20 20:58:46 +01:00
Dev
68e24fc8fd
Updated locales
...
(cherry picked from commit a0c79ac6bc
)
2024-08-19 16:53:51 +01:00
Dev
63ab9f2c79
Updated locales
...
(cherry picked from commit 27f6d1ee4b
)
2024-08-19 16:52:42 +01:00
Dev
8d0dfc1cf8
Added various event quests
...
Updated JSONs
2024-08-09 19:24:26 +01:00
Dev
d522e7d5a8
Further changes to locale text
...
(cherry picked from commit 6cde96a710
)
2024-07-24 17:39:44 +01:00
Dev
6569aca2c3
Fixed incorrect english locale text
...
(cherry picked from commit eb3ba0ef80
)
2024-07-24 17:38:07 +01:00
Dev
b5416ceba7
Added missing localization message
...
(cherry picked from commit 18e0deb109
)
2024-07-22 13:26:15 +01:00
Dev
335806bfd8
Localised error message
2024-07-20 13:44:48 +01:00
Kaeno
fcdf537c3b
Update JSONs
2024-07-16 15:49:49 +01:00
Dev
11278b8930
Updated server locales with data from Crowdin
...
(cherry picked from commit fb52594f8b
)
2024-07-13 09:57:47 +01:00
Dev
17486eba81
Updated JSON
2024-07-05 15:15:00 +01:00
Dev
b84795b56e
Update JSONs + included new properties
...
Add endpoint stubs for:
client/match/local/start
client/match/local/end
2024-07-04 21:01:37 +01:00
Dev
6ef6ae5020
Updated server locales
2024-07-03 10:32:24 +01:00
Dev
5f6cee3f8b
Updated JSONs
2024-06-27 11:11:58 +01:00
Dev
f141fd92ac
Improved insurance-unable_to_find_trader_by_id
locale
2024-06-21 19:39:38 +01:00
Dev
77ca7c74fe
Expanded http server port already in use message logging + throw exception to prevent second server running
2024-06-20 22:27:27 +01:00
Dev
b17b0e119e
Updated locales
2024-06-19 20:51:55 +01:00
Dev
8db8eb4a4a
Updated locales
2024-06-18 20:50:32 +01:00
Dev
b34a8ee1f1
Updated JSONS
2024-06-13 19:19:51 +01:00
chomp
4788f6b407
30473 ( !361 )
...
Co-authored-by: Dev <dev@dev.sp-tarkov.com>
Co-authored-by: Kaeno <kaeno@noreply.dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/361
2024-06-07 18:25:27 +00:00
Scuvy
e0717daa99
Send pity gift codes to player when player dies to other PMC's ( !359 )
...
* This is to address [Issue 652](https://dev.sp-tarkov.com/SPT/Issues/issues/652 ).
* Added messages with gift codes inside project/assets/database/locales/server/en.json
* Update pmcchatresponse.json to include new pity message type.
* Update logic in project/src/services/PmcChatResponseService.ts to now account for pity messages that are sent.
The message's %giftcode% will now be replaced with a random gift code from assets\configs\gifts.json
* Example:
- ![image](/attachments/ade2686a-8dcb-4c11-9457-88e003a47416)
Co-authored-by: Scuvy <Scuvy@gmail.com>
Co-authored-by: chomp <chomp@noreply.dev.sp-tarkov.com>
Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/359
Co-authored-by: Scuvy <scuvy@noreply.dev.sp-tarkov.com>
Co-committed-by: Scuvy <scuvy@noreply.dev.sp-tarkov.com>
2024-06-06 11:14:38 +00:00
Dev
2f21178dc9
Updated JSON data
2024-06-03 15:59:38 +01:00
Dev
fe76476bae
Updated server locales with crowdin data
2024-06-03 15:22:40 +01:00
Dev
5c1c44da8f
Fixed en locale typos
2024-06-01 17:34:02 +01:00
Dev
6513ce694c
Fixed locale typos
2024-06-01 16:34:06 +01:00