Initial project
This commit is contained in:
parent
ea2fe7a8e2
commit
0bddfa3e33
49
LICENSE
49
LICENSE
@ -1,15 +1,34 @@
|
||||
University of Illinois/NCSA Open Source License
|
||||
|
||||
Copyright (c) <Year> <Owner Organization Name>. All rights reserved.
|
||||
|
||||
Developed by: <Name of Development Group> <Name of Institution> <URL for Development Group/Institution>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the names of <Name of Development Group, Name of Institution>, nor the names of its contributors may be used to endorse or promote products derived from this Software without specific prior written permission.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.
|
||||
University of Illinois/NCSA Open Source License
|
||||
|
||||
Copyright (c) 2021 Merijn Hendriks. All rights reserved.
|
||||
|
||||
Developed by: Haru
|
||||
Merijn Hendriks
|
||||
https://dev.sp-tarkov.com/senko-san/haru
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation files
|
||||
(the "Software"), to deal with the Software without restriction,
|
||||
including without limitation the rights to use, copy, modify, merge,
|
||||
publish, distribute, sublicense, and/or sell copies of the Software,
|
||||
and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimers.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimers in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
* Neither the names of Merijn Hendriks, Haru nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this Software without specific prior written permission.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH
|
||||
THE SOFTWARE.
|
31
README.md
31
README.md
@ -1,3 +1,28 @@
|
||||
# Haru
|
||||
|
||||
Simple Escape From Tarkov server implementation in typescript
|
||||
# Haru
|
||||
|
||||
Prototype server for Escape From Tarkov
|
||||
|
||||
## About
|
||||
|
||||
The goal is to provide a minimal implementation to allow people to play an offline raid.
|
||||
It does not aim at being correct, fast or moddable but instead to be simple.
|
||||
|
||||
## Requirements
|
||||
|
||||
- node 14.0.0 (or newer)
|
||||
- npm
|
||||
|
||||
## Setup
|
||||
|
||||
`npm install`
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
npx tsc
|
||||
node obj/main.js
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
[NCSA](https://choosealicense.com/licenses/ncsa/)
|
||||
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"isvalid":true,"latestVersion":"0.12.12.3.16266"}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"Friends":[{"_id":"5cc35cc56588814f6e15cf62","Info":{"Nickname":"DolbyMillenium","Side":"Usec","Level":3,"MemberCategory":2}},{"_id":"5a1ae5ee88a4506f5a7fe37e","Info":{"Nickname":"SuperROB_TTV","Side":"Usec","Level":16,"MemberCategory":2}},{"_id":"5e776ddcaea81948421ade71","Info":{"Nickname":"SapperJT","Side":"Usec","Level":21,"MemberCategory":2}},{"_id":"6027e15d1897dd5c724a3db1","Info":{"Nickname":"Hslke","Side":"Bear","Level":7,"MemberCategory":0}},{"_id":"5a06efd2144ead4c0602a98b","Info":{"Nickname":"GosefJoebbels","Side":"Usec","Level":21,"MemberCategory":0}},{"_id":"5e079f8b18811f0916003679","Info":{"Nickname":"AZ94","Side":"Usec","Level":8,"MemberCategory":0}},{"_id":"5e5fd67422030c7cfc5ac8ca","Info":{"Nickname":"Ukn","Side":"Usec","Level":10,"MemberCategory":0}}],"Ignore":[],"InIgnoreList":[]}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":[]}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":[]}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"aid":1516319,"lang":"en","languages":{"ch":"Chinese","cz":"Czech","en":"English","fr":"French","ge":"German","hu":"Hungarian","it":"Italian","jp":"Japanese","kr":"Korean","pl":"Polish","po":"Portugal","sk":"Slovak","es":"Spanish","es-mx":"Spanish Mexico","tu":"Turkish","ru":"Русский"},"ndaFree":false,"taxonomy":6,"activeProfileId":"5e23714d4a886443e031fe47","backend":{"Trading":"https://trading.escapefromtarkov.com","Messaging":"https://prod.escapefromtarkov.com","Main":"https://prod-04.escapefromtarkov.com","RagFair":"https://ragfair.escapefromtarkov.com"},"utc_time":1640216221.3415,"totalInGame":3663720,"reportAvailable":true,"twitchEventMember":false}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"msg":"OK","utc_time":1640216221.5091}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"status":"ok"}}
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"status":"ok","notifier":{"server":"wsn-02.escapefromtarkov.com","channel_id":"f206a1f74d0d52b8c370985e5ec9312b45b36a76ae3667a035b095e76cce5936","url":"","notifierServer":"https://wsn-02.escapefromtarkov.com/push/notifier/get/f206a1f74d0d52b8c370985e5ec9312b45b36a76ae3667a035b095e76cce5936","ws":"wss://wsn-02.escapefromtarkov.com/push/notifier/getwebsocket/f206a1f74d0d52b8c370985e5ec9312b45b36a76ae3667a035b095e76cce5936"},"notifierServer":""}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":null}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":null}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":[]}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"Enabled":false,"Locked":true,"Insurance":true,"SafeLocation":true,"Name":"Hideout","Description":"The Hideout","Scene":{"path":"maps/bunker_preset.bundle","rcid":"bunker.ScenesPreset.asset"},"Area":0,"RequiredPlayerLevel":1,"MinPlayers":1,"MaxPlayers":10,"exit_count":1,"exit_access_time":30,"exit_time":30,"Preview":{"path":"","rcid":""},"IconX":0,"IconY":0,"filter_ex":[],"waves":[],"limits":[],"AveragePlayTime":1000000,"AveragePlayerLevel":10,"escape_time_limit":99999,"Rules":"Normal","IsSecret":false,"doors":[],"tmp_location_field_remove_me":111,"MinDistToExitPoint":30,"MaxDistToFreePoint":900,"MinDistToFreePoint":10,"MaxBotPerZone":0,"OpenZones":"","OcculsionCullingEnabled":false,"GlobalLootChanceModifier":1,"OldSpawn":true,"NewSpawn":false,"BotMax":0,"BotStart":0,"BotStop":0,"BotMaxTimePlayer":0,"BotSpawnTimeOnMin":0,"BotSpawnTimeOnMax":0,"BotSpawnTimeOffMin":0,"BotSpawnTimeOffMax":0,"BotMaxPlayer":0,"BotEasy":0,"BotNormal":0,"BotHard":0,"BotImpossible":0,"BotAssault":0,"BotMarksman":0,"DisabledScavExits":"","AccessKeys":[],"UnixDateTime":1601474802,"users_gather_seconds":120,"users_spawn_seconds_n":60,"users_spawn_seconds_n2":90,"users_summon_seconds":0,"sav_summon_seconds":60,"matching_min_seconds":120,"MinMaxBots":[],"BotLocationModifier":{"AccuracySpeed":1,"Scattering":1,"GainSight":1,"MarksmanAccuratyCoef":1,"VisibleDistance":0},"exits":[],"DisabledForScav":false,"SpawnPointParams":[{"Id":"f656a561-6524-49e2-90c0-1cbbece183ce","Position":{"x":-5.115,"y":0.08,"z":-6.0510006},"Rotation":45.0000038,"Sides":["Usec"],"Categories":["Player","Bot"],"Infiltration":"","DelayToCanSpawnSec":0.5,"ColliderParams":{"_parent":"SpawnSphereParams","_props":{"Center":{"x":0,"y":0,"z":0},"Radius":10}},"BotZoneName":""},{"Id":"f92541a9-08ab-4c9e-957a-d802e143b705","Position":{"x":-5.115,"y":0.08,"z":-6.0510006},"Rotation":45.0000038,"Sides":["All"],"Categories":["Player"],"Infiltration":"Hideout","DelayToCanSpawnSec":4,"ColliderParams":{"_parent":"SpawnSphereParams","_props":{"Center":{"x":0,"y":0,"z":0},"Radius":10}},"BotZoneName":""},{"Id":"faf351a1-e5f5-4642-8ece-267508fdfea6","Position":{"x":-5.115,"y":0.08,"z":-6.0510006},"Rotation":45.0000038,"Sides":["Bear"],"Categories":["Player","Bot"],"Infiltration":"","DelayToCanSpawnSec":0.5,"ColliderParams":{"_parent":"SpawnSphereParams","_props":{"Center":{"x":0,"y":0,"z":0},"Radius":10}},"BotZoneName":""}],"maxItemCountInLocation":[{"TemplateId":"","Value":0}],"Id":null,"_Id":null,"Loot":[],"Banners":[],"BossLocationSpawn":[]},"crc":390464284}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":[{"attachmentsNew":0,"new":0,"type":2,"pinned":false,"message":{"dt":1639751344,"type":14,"text":"","uid":"54cb50c76803fa8b248b4571","templateId":"5fd4c93f99cf630ebf4fabdf"},"_id":"54cb50c76803fa8b248b4571"},{"attachmentsNew":0,"new":0,"type":1,"Users":[{"_id":"5a06efd2144ead4c0602a98b","Info":{"Nickname":"GosefJoebbels","Side":"Usec","Level":21,"MemberCategory":0}}],"pinned":false,"message":{"dt":1639651464,"type":1,"text":"i kos you on sight","uid":"5a06efd2144ead4c0602a98b"},"_id":"5a06efd2144ead4c0602a98b"},{"attachmentsNew":0,"new":0,"type":2,"pinned":false,"message":{"dt":1639524349,"type":10,"text":"quest started","uid":"54cb57776803fa99248b456e","templateId":"5abe61a786f7746ad512da50"},"_id":"54cb57776803fa99248b456e"},{"attachmentsNew":0,"new":0,"type":2,"pinned":false,"message":{"dt":1639518497,"type":12,"text":"quest finished","uid":"58330581ace78e27b8b10cee","templateId":"61687e813e526901fa76bb07"},"_id":"58330581ace78e27b8b10cee"},{"attachmentsNew":0,"new":0,"type":2,"pinned":false,"message":{"dt":1639331471,"type":10,"text":"quest started","uid":"5c0647fdd443bc2504c2d371","templateId":"5d24b83286f7743d2612b6fb"},"_id":"5c0647fdd443bc2504c2d371"},{"attachmentsNew":0,"new":0,"type":2,"pinned":false,"message":{"dt":1639331464,"type":12,"text":"quest finished","uid":"5a7c2eca46aef81a7ca2145d","templateId":"5d2496bd86f77425cc4e9475"},"_id":"5a7c2eca46aef81a7ca2145d"}]}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":null}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":null}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":null}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":null}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"server":"wsn-03.escapefromtarkov.com","channel_id":"647024ae02a778a5b3392ca607facdb8ff9fd1f58c0c83612689666204198b3b","url":"","notifierServer":"https://wsn-03.escapefromtarkov.com/push/notifier/get/647024ae02a778a5b3392ca607facdb8ff9fd1f58c0c83612689666204198b3b","ws":"wss://wsn-03.escapefromtarkov.com/push/notifier/getwebsocket/647024ae02a778a5b3392ca607facdb8ff9fd1f58c0c83612689666204198b3b"}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":[{"profileid":"5e23714d4a886443e031fe47","profileToken":null,"status":"Free","sid":"","ip":"","port":0},{"profileid":"5e23714d4a886443e031fe46","profileToken":null,"status":"Free","sid":"","ip":"","port":0}]}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":[{"profileid":"5e23714d4a886443e031fe47","profileToken":null,"status":"Free","sid":"","ip":"","port":0},{"profileid":"5e23714d4a886443e031fe46","profileToken":null,"status":"Free","sid":"","ip":"","port":0}]}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":[{"profileid":"5e23714d4a886443e031fe47","profileToken":null,"status":"Free","sid":"","ip":"","port":0},{"profileid":"5e23714d4a886443e031fe46","profileToken":null,"status":"Free","sid":"","ip":"","port":0}]}
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"61b92382eeb6cc7caf3409d4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":802}]],"61b92381eeb6cc7caf340834":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":7000}]],"61b908d8986dc25e04665dd4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":600}]],"61b698e15cb5331444422210":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":26409}]],"61b74df77f75c622526e295e":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2490}]],"61b891ad8408ec2aa1201ef2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1535}]],"61b8a21784d34403180abd65":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":24500}]],"61b927f9e12fed50193946da":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1900}]],"61b927f9e12fed50193946db":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1900}]],"61b927f9e12fed50193946dc":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1900}]],"61b927f9e12fed50193946dd":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1900}]],"61b927f9e12fed50193946df":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1625}]],"61b927f9e12fed50193946e0":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1625}]],"61b927f9e12fed50193946e1":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1625}]],"61b927f9e12fed50193946e2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1625}]],"61b927f9e12fed50193946e4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":927}]],"61b927f9e12fed50193946e5":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":927}]],"61b927f9e12fed50193946e6":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":927}]],"61b927f9e12fed50193946e7":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":927}]],"61b888f64ed4a93bfe519875":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1550}]],"61b888f64ed4a93bfe519876":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1240}]],"61b888f64ed4a93bfe519879":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":14095}]],"61b89d08b76b5a6d7315cf17":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":10419}]]}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"61b92382eeb6cc7caf3409d4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1010}]],"61b92381eeb6cc7caf340834":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":8820}]],"61b92382eeb6cc7caf3409fb":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":4095}]],"61b908d8986dc25e04665dd4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":756}]],"61b9180b15efc733886e8a5b":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1543}]],"61b9180b15efc733886e8b8d":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1857}]],"61b8a21784d34403180abd65":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":30870}]],"61b8940eecf0d030fa3ffdfb":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":7371}]],"61b927f9e12fed50193946da":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2394}]],"61b927f9e12fed50193946db":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2394}]],"61b927f9e12fed50193946dc":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2394}]],"61b927f9e12fed50193946dd":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2394}]],"61b927f9e12fed50193946df":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2047}]],"61b927f9e12fed50193946e0":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2047}]],"61b927f9e12fed50193946e1":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2047}]],"61b927f9e12fed50193946e2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2047}]],"61b927f9e12fed50193946e4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1168}]],"61b927f9e12fed50193946e5":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1168}]],"61b927f9e12fed50193946e6":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1168}]],"61b927f9e12fed50193946e7":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1168}]]}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"61b92381eeb6cc7caf340834":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":5600}]],"61b92382eeb6cc7caf3409fb":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2600}]],"61b92382eeb6cc7caf3409fc":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":8558}]],"61b908d8986dc25e04665dd4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":480}]],"61b92381eeb6cc7caf340734":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":440}]],"61b92381eeb6cc7caf340665":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":3461}]],"61b698e15cb5331444422210":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":21127}]],"61b9180b15efc733886e8a5b":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":980}]],"61b8f92f427cbc3cf761845d":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":49677}]],"61b9180b15efc733886e8b8d":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1179}]],"61b74df77f75c622526e295e":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1992}]],"61b891ad8408ec2aa1201ef2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1228}]],"61b909d46f317b581b72fc3e":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":480}]],"61b909d46f317b581b72fc37":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":17129}]],"61b745593512497bd83f8cb5":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":21030}]],"61b909d46f317b581b72fc45":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":480}]],"61b909d46f317b581b72fc47":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":480}]],"61b7cd9dcbb2947af74a05db":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":45764}]],"61b61b0961e97c0b166e46ed":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":36081}]],"61b8940eecf0d030fa3ffdfb":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":4680}]],"61b6552d8b30c22ecd20be5d":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":176945}]],"61b911127bd9485def732c18":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":5569}]],"61b911127bd9485def732c19":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":5569}]],"61b7b11135851a77cb31d1e3":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":34161}]],"61b927f9e12fed50193946da":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1520}]],"61b927f9e12fed50193946db":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1520}]],"61b927f9e12fed50193946dc":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1520}]],"61b927f9e12fed50193946dd":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1520}]],"61b927f9e12fed50193946df":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1300}]],"61b927f9e12fed50193946e0":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1300}]],"61b927f9e12fed50193946e1":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1300}]],"61b927f9e12fed50193946e2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1300}]],"61b927f9e12fed50193946e4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":742}]],"61b927f9e12fed50193946e5":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":742}]],"61b927f9e12fed50193946e6":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":742}]],"61b927f9e12fed50193946e7":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":742}]],"61b6060d49e0b451d00b63c2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":9040}]],"61b6201006e1143fba4404d8":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":10403}]],"61b888f64ed4a93bfe519875":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1240}]],"61b888f64ed4a93bfe519876":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":992}]],"61b888f64ed4a93bfe519878":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":7680}]],"61b888f64ed4a93bfe519879":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":11276}]],"61b8927b630768481651ac42":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":6800}]],"61b89cbd7d028b48214fc17b":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":5312}]],"61b89d08b76b5a6d7315cf17":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":8335}]],"61b89d6ce1627729db430997":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1035}]]}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"61b92381eeb6cc7caf340834":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":6860}]],"61b92382eeb6cc7caf3409fc":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":10483}]],"61b92381eeb6cc7caf340734":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":539}]],"61b92381eeb6cc7caf340665":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":4240}]],"61b698e15cb5331444422210":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":25880}]],"61b909d46f317b581b72fc3e":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":588}]],"61b745593512497bd83f8cb5":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":25762}]],"61b909d46f317b581b72fc45":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":588}]],"61b909d46f317b581b72fc47":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":588}]],"61b888f64ed4a93bfe519879":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":13813}]],"61b8927b630768481651ac42":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":8330}]],"61b89d08b76b5a6d7315cf17":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":10211}]],"61b89d6ce1627729db430997":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1268}]]}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"61b92382eeb6cc7caf3409fc":[[{"_tpl":"5696686a4bdc2da3298b456a","count":84}]],"61b92381eeb6cc7caf340734":[[{"_tpl":"5696686a4bdc2da3298b456a","count":4}]],"61b92381eeb6cc7caf340665":[[{"_tpl":"5696686a4bdc2da3298b456a","count":34}]],"61b698e15cb5331444422210":[[{"_tpl":"5696686a4bdc2da3298b456a","count":208}]],"61b74df77f75c622526e295e":[[{"_tpl":"5696686a4bdc2da3298b456a","count":19}]],"61b891ad8408ec2aa1201ef2":[[{"_tpl":"5696686a4bdc2da3298b456a","count":12}]],"61b909d46f317b581b72fc3e":[[{"_tpl":"5696686a4bdc2da3298b456a","count":4}]],"61b745593512497bd83f8cb5":[[{"_tpl":"5696686a4bdc2da3298b456a","count":207}]],"61b909d46f317b581b72fc45":[[{"_tpl":"5696686a4bdc2da3298b456a","count":4}]],"61b909d46f317b581b72fc47":[[{"_tpl":"5696686a4bdc2da3298b456a","count":4}]],"61b911127bd9485def732c18":[[{"_tpl":"5696686a4bdc2da3298b456a","count":55}]],"61b911127bd9485def732c19":[[{"_tpl":"5696686a4bdc2da3298b456a","count":55}]],"61b888f64ed4a93bfe519875":[[{"_tpl":"5696686a4bdc2da3298b456a","count":12}]],"61b888f64ed4a93bfe519876":[[{"_tpl":"5696686a4bdc2da3298b456a","count":9}]],"61b888f64ed4a93bfe519879":[[{"_tpl":"5696686a4bdc2da3298b456a","count":111}]],"61b8927b630768481651ac42":[[{"_tpl":"5696686a4bdc2da3298b456a","count":67}]],"61b89d08b76b5a6d7315cf17":[[{"_tpl":"5696686a4bdc2da3298b456a","count":82}]],"61b89d6ce1627729db430997":[[{"_tpl":"5696686a4bdc2da3298b456a","count":10}]]}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"61b92381eeb6cc7caf340734":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":616}]],"61b92381eeb6cc7caf340665":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":4846}]],"61b698e15cb5331444422210":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":29578}]],"61b74df77f75c622526e295e":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2788}]],"61b891ad8408ec2aa1201ef2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1719}]],"61b909d46f317b581b72fc3e":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":672}]],"61b909d46f317b581b72fc45":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":672}]],"61b909d46f317b581b72fc47":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":672}]],"61b911127bd9485def732c18":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":7796}]],"61b911127bd9485def732c19":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":7796}]],"61b888f64ed4a93bfe519875":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1736}]],"61b888f64ed4a93bfe519876":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1388}]],"61b888f64ed4a93bfe519879":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":15786}]]}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"61b92382eeb6cc7caf3409fc":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":13264}]],"61b745593512497bd83f8cb5":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":32597}]],"61b6060d49e0b451d00b63c2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":14012}]],"61b888f64ed4a93bfe519878":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":11904}]],"61b8927b630768481651ac42":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":10540}]],"61b89d08b76b5a6d7315cf17":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":12920}]],"61b89d6ce1627729db430997":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1605}]]}}
|
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"61b92382eeb6cc7caf3409fb":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":3900}]],"61b908d8986dc25e04665dd4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":720}]],"61b9180b15efc733886e8a5b":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1470}]],"61b9180b15efc733886e8b8d":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1768}]],"61b8940eecf0d030fa3ffdfb":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":7020}]],"61b927f9e12fed50193946da":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2280}]],"61b927f9e12fed50193946db":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2280}]],"61b927f9e12fed50193946dc":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2280}]],"61b927f9e12fed50193946dd":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":2280}]],"61b927f9e12fed50193946df":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1950}]],"61b927f9e12fed50193946e0":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1950}]],"61b927f9e12fed50193946e1":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1950}]],"61b927f9e12fed50193946e2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1950}]],"61b927f9e12fed50193946e4":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1113}]],"61b927f9e12fed50193946e5":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1113}]],"61b927f9e12fed50193946e6":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1113}]],"61b927f9e12fed50193946e7":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":1113}]],"61b6060d49e0b451d00b63c2":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":13560}]],"61b888f64ed4a93bfe519878":[[{"_tpl":"5449016a4bdc2d6f028b456f","count":11520}]]}}
|
File diff suppressed because one or more lines are too long
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"_id":"5e23714d4a886443e031fe47","suites":["5cde9e957d6c8b0474535da7","5cde9ec17d6c8b04723cf479"]}}
|
166
assets/database/@resources/Haru.Eft.Services.ts
Normal file
166
assets/database/@resources/Haru.Eft.Services.ts
Normal file
@ -0,0 +1,166 @@
|
||||
/*
|
||||
this.server.addService("/client/friend/request/list/inbox", new FileService());
|
||||
this.server.addService("/client/friend/request/list/outbox", new FileService());
|
||||
this.server.addService("/client/game/config", new FileService());
|
||||
this.server.addService("/client/game/profile/list", new FileService());
|
||||
this.server.addService("/client/game/profile/select", new FileService());
|
||||
this.server.addService("/client/handbook/builds/my/list", new FileService());
|
||||
this.server.addService("/client/mail/dialog/list", new FileService());
|
||||
this.server.addService("/client/match/updateping", new FileService());
|
||||
this.server.addService("/client/notifier/channel/create", new FileService());
|
||||
this.server.addService("/client/profile/status", new FileService());
|
||||
|
||||
// todo: trading server
|
||||
this.server.addService("/client/trading/api/traderSettings", new FileService());
|
||||
this.server.addService("/client/trading/customization/storage", new FileService());
|
||||
|
||||
// todo: profile creation
|
||||
this.server.addService("/client/account/customization", new FileService());
|
||||
this.server.addService("/client/game/profile/nickname/reserved", new FileService());
|
||||
this.server.addService("/client/game/profile/nickname/validate", new FileService());
|
||||
this.server.addService("/client/game/profile/create", new FileService());
|
||||
*/
|
||||
|
||||
export class GameStartService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendJson(res, CachedResponseHelper.responses["NULL"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class GameValidateVersionService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendJson(res, CachedResponseHelper.responses["NULL"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class ServerListService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendJson(res, CachedResponseHelper.responses["SERVERLIST"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class FriendListService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendJson(res, CachedResponseHelper.responses["FRIENDLIST"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class KeepAliveService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendJson(res, CachedResponseHelper.responses["KEEPALIVE"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class GameLogoutService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendJson(res, CachedResponseHelper.responses["GAME_LOGOUT"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class LocaleLanguagesService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["LOCALES_LANGUAGES"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class LocaleEnMenuService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["LOCALES_ENMENU"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class LocaleEnGlobalService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["LOCALES_ENGLOBAL"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class CustomizationTemplatesService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["TEMPLATES_CUSTOMIZATIONGLOBAL"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class HideoutAreaTemplatesService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["TEMPLATES_HIDEOUTAREAS"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class HideoutRecipeTemplatesService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res,FileResponseHelper.files["TEMPLATES_HIDEOUTRECIPES"] );
|
||||
}
|
||||
}
|
||||
|
||||
export class HideoutScavcaseTemplatesService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["TEMPLATES_HIDEOUTSCAVCASE"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class LocationTemplatesService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["TEMPLATES_LOCATIONS"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class ClientSettingsService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["SETTINGS_CLIENT"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class GameSettingsService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["SETTINGS_GAME"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class HideoutSettingsService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["SETTINGS_HIDEOUT"]);
|
||||
}
|
||||
}
|
||||
|
||||
export class WeatherService extends Service
|
||||
{
|
||||
public run(req: IncomingMessage, res: ServerResponse, data: string): void
|
||||
{
|
||||
this.sendFile(res, FileResponseHelper.files["GENERATE_WEATHER"]);
|
||||
}
|
||||
}
|
1
assets/database/generate/weather.json
Normal file
1
assets/database/generate/weather.json
Normal file
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"weather":{"timestamp":1640215803,"cloud":-0.827,"wind_speed":4,"wind_direction":1,"wind_gustiness":0.041,"rain":1,"rain_intensity":0,"fog":0.002,"temp":13,"pressure":759,"date":"2021-12-23","time":"2021-12-23 02:30:03"},"date":"2021-12-23","time":"00:20:03","acceleration":7}}
|
1
assets/database/locales/en.global.json
Normal file
1
assets/database/locales/en.global.json
Normal file
File diff suppressed because one or more lines are too long
1
assets/database/locales/en.menu.json
Normal file
1
assets/database/locales/en.menu.json
Normal file
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":{"menu":{"EXIT":"EXIT","Escape from Tarkov":"ESCAPE FROM TARKOV","DOWN: ":"DOWN: ","Servers are currently at full capacity":"Servers are currently at full capacity","AUTHORIZATION":"AUTHORIZATION","NEXT":"NEXT","REMEMBER ACCOUNT":"REMEMBER ACCOUNT","Profile data loading...":"Profile data loading...","LEFT: ":"LEFT: ","RIGHT: ":"RIGHT: ","{0} Beta version":"{0} Beta version","UP: ":"UP: ","230 - MAX LOGIN COUNT":"You have reached the maximum attempts. Try again later","213 - Error connecting to auth server":"Authorization is unavailable now, please try again later.","Place in queue:":"Place in queue:","206 - Wrong email or password":"Wrong email or password","240 - Servers temporarily unavailable. Please, try later.":"Server maintenance","BATTLEYE_UnknownRestartReason":"Anticheat is running incorrectly. Game restart required","BATTLEYE_ANTICHEAT_ClientNotResponding":"Anticheat connection failed","SABER_ANTICHEAT_AnticheatConnectionFailed":"Anticheat connection failed","BATTLEYE_ServiceNeedsToBeUpdated":"Anticheat is outdated. Game restart required","BATTLEYE_ANTICHEAT_DisallowedProgram":"Disallowed program running","BATTLEYE_ANTICHEAT_FailedToLoadAnticheat":"Anticheat loading failed.","BATTLEYE_ANTICHEAT_CorruptedMemory":"Corrupted memory. The integrity of the protection failed to validate. Reinstall anticheat","BATTLEYE_ANTICHEAT_WinAPIFailure":"A critical Windows API call failed","BATTLEYE_ServiceNotRunningProperly":"Anticheat is running incorrectly. Game restart required","BATTLEYE_ANTICHEAT_GlobalBan":"The player has been banned by BE","BATTLEYE_ANTICHEAT_QueryTimeout":"Anticheat connection failed. Please restart the game","BATTLEYE_ANTICHEAT_CorruptedData":"The integrity of the game failed to validate. Reinstall anticheat","BATTLEYE_ANTICHEAT_GameRestartRequired":"Game restart required","BATTLEYE_ANTICHEAT_BadServiceVersion":"Bad service version","UI/leave_game_confirmation_caption":"Exit","When you leave the raid you don’t get anything and also receive Left the Action exit status.":"When you leave the raid you don’t get anything and also receive Left the Action exit status.","UI/leave_game_confirmation_text":"Are you sure you want to leave?","ASSEMBLE":"ASSEMBLE","Production completed: {0}":"Production completed: {0}"}},"crc":1259216448}
|
1
assets/database/locales/languages.json
Normal file
1
assets/database/locales/languages.json
Normal file
@ -0,0 +1 @@
|
||||
{"err":0,"errmsg":null,"data":[{"ShortName":"ch","Name":"Chinese"},{"ShortName":"cz","Name":"Czech"},{"ShortName":"en","Name":"English"},{"ShortName":"fr","Name":"French"},{"ShortName":"ge","Name":"German"},{"ShortName":"hu","Name":"Hungarian"},{"ShortName":"it","Name":"Italian"},{"ShortName":"jp","Name":"Japanese"},{"ShortName":"kr","Name":"Korean"},{"ShortName":"pl","Name":"Polish"},{"ShortName":"po","Name":"Portugal"},{"ShortName":"sk","Name":"Slovak"},{"ShortName":"es","Name":"Spanish"},{"ShortName":"es-mx","Name":"Spanish Mexico"},{"ShortName":"tu","Name":"Turkish"},{"ShortName":"ru","Name":"Русский"}],"crc":1443373084}
|
43332
assets/database/maps/Interchange1.json
Normal file
43332
assets/database/maps/Interchange1.json
Normal file
File diff suppressed because it is too large
Load Diff
43305
assets/database/maps/Interchange2.json
Normal file
43305
assets/database/maps/Interchange2.json
Normal file
File diff suppressed because it is too large
Load Diff
42962
assets/database/maps/Interchange3.json
Normal file
42962
assets/database/maps/Interchange3.json
Normal file
File diff suppressed because it is too large
Load Diff
43073
assets/database/maps/Interchange4.json
Normal file
43073
assets/database/maps/Interchange4.json
Normal file
File diff suppressed because it is too large
Load Diff
43251
assets/database/maps/Interchange5.json
Normal file
43251
assets/database/maps/Interchange5.json
Normal file
File diff suppressed because it is too large
Load Diff
44682
assets/database/maps/Interchange6.json
Normal file
44682
assets/database/maps/Interchange6.json
Normal file
File diff suppressed because it is too large
Load Diff
16279
assets/database/maps/Laboratory1.json
Normal file
16279
assets/database/maps/Laboratory1.json
Normal file
File diff suppressed because it is too large
Load Diff
17141
assets/database/maps/Laboratory2.json
Normal file
17141
assets/database/maps/Laboratory2.json
Normal file
File diff suppressed because it is too large
Load Diff
16151
assets/database/maps/Laboratory3.json
Normal file
16151
assets/database/maps/Laboratory3.json
Normal file
File diff suppressed because it is too large
Load Diff
16881
assets/database/maps/Laboratory4.json
Normal file
16881
assets/database/maps/Laboratory4.json
Normal file
File diff suppressed because it is too large
Load Diff
16958
assets/database/maps/Laboratory5.json
Normal file
16958
assets/database/maps/Laboratory5.json
Normal file
File diff suppressed because it is too large
Load Diff
16501
assets/database/maps/Laboratory6.json
Normal file
16501
assets/database/maps/Laboratory6.json
Normal file
File diff suppressed because it is too large
Load Diff
14685
assets/database/maps/Lighthouse1.json
Normal file
14685
assets/database/maps/Lighthouse1.json
Normal file
File diff suppressed because it is too large
Load Diff
14981
assets/database/maps/Lighthouse2.json
Normal file
14981
assets/database/maps/Lighthouse2.json
Normal file
File diff suppressed because it is too large
Load Diff
14529
assets/database/maps/Lighthouse3.json
Normal file
14529
assets/database/maps/Lighthouse3.json
Normal file
File diff suppressed because it is too large
Load Diff
14463
assets/database/maps/Lighthouse4.json
Normal file
14463
assets/database/maps/Lighthouse4.json
Normal file
File diff suppressed because it is too large
Load Diff
14866
assets/database/maps/Lighthouse5.json
Normal file
14866
assets/database/maps/Lighthouse5.json
Normal file
File diff suppressed because it is too large
Load Diff
14673
assets/database/maps/Lighthouse6.json
Normal file
14673
assets/database/maps/Lighthouse6.json
Normal file
File diff suppressed because it is too large
Load Diff
49380
assets/database/maps/RezervBase1.json
Normal file
49380
assets/database/maps/RezervBase1.json
Normal file
File diff suppressed because it is too large
Load Diff
49132
assets/database/maps/RezervBase2.json
Normal file
49132
assets/database/maps/RezervBase2.json
Normal file
File diff suppressed because it is too large
Load Diff
49782
assets/database/maps/RezervBase3.json
Normal file
49782
assets/database/maps/RezervBase3.json
Normal file
File diff suppressed because it is too large
Load Diff
48875
assets/database/maps/RezervBase4.json
Normal file
48875
assets/database/maps/RezervBase4.json
Normal file
File diff suppressed because it is too large
Load Diff
49506
assets/database/maps/RezervBase5.json
Normal file
49506
assets/database/maps/RezervBase5.json
Normal file
File diff suppressed because it is too large
Load Diff
47869
assets/database/maps/RezervBase6.json
Normal file
47869
assets/database/maps/RezervBase6.json
Normal file
File diff suppressed because it is too large
Load Diff
29370
assets/database/maps/Shoreline1.json
Normal file
29370
assets/database/maps/Shoreline1.json
Normal file
File diff suppressed because it is too large
Load Diff
29230
assets/database/maps/Shoreline2.json
Normal file
29230
assets/database/maps/Shoreline2.json
Normal file
File diff suppressed because it is too large
Load Diff
30164
assets/database/maps/Shoreline3.json
Normal file
30164
assets/database/maps/Shoreline3.json
Normal file
File diff suppressed because it is too large
Load Diff
29116
assets/database/maps/Shoreline4.json
Normal file
29116
assets/database/maps/Shoreline4.json
Normal file
File diff suppressed because it is too large
Load Diff
28893
assets/database/maps/Shoreline5.json
Normal file
28893
assets/database/maps/Shoreline5.json
Normal file
File diff suppressed because it is too large
Load Diff
29539
assets/database/maps/Shoreline6.json
Normal file
29539
assets/database/maps/Shoreline6.json
Normal file
File diff suppressed because it is too large
Load Diff
24608
assets/database/maps/Woods1.json
Normal file
24608
assets/database/maps/Woods1.json
Normal file
File diff suppressed because it is too large
Load Diff
25070
assets/database/maps/Woods2.json
Normal file
25070
assets/database/maps/Woods2.json
Normal file
File diff suppressed because it is too large
Load Diff
23880
assets/database/maps/Woods3.json
Normal file
23880
assets/database/maps/Woods3.json
Normal file
File diff suppressed because it is too large
Load Diff
24446
assets/database/maps/Woods4.json
Normal file
24446
assets/database/maps/Woods4.json
Normal file
File diff suppressed because it is too large
Load Diff
24382
assets/database/maps/Woods5.json
Normal file
24382
assets/database/maps/Woods5.json
Normal file
File diff suppressed because it is too large
Load Diff
26290
assets/database/maps/Woods6.json
Normal file
26290
assets/database/maps/Woods6.json
Normal file
File diff suppressed because it is too large
Load Diff
29329
assets/database/maps/bigmap1.json
Normal file
29329
assets/database/maps/bigmap1.json
Normal file
File diff suppressed because it is too large
Load Diff
30267
assets/database/maps/bigmap2.json
Normal file
30267
assets/database/maps/bigmap2.json
Normal file
File diff suppressed because it is too large
Load Diff
29509
assets/database/maps/bigmap3.json
Normal file
29509
assets/database/maps/bigmap3.json
Normal file
File diff suppressed because it is too large
Load Diff
30061
assets/database/maps/bigmap4.json
Normal file
30061
assets/database/maps/bigmap4.json
Normal file
File diff suppressed because it is too large
Load Diff
29859
assets/database/maps/bigmap5.json
Normal file
29859
assets/database/maps/bigmap5.json
Normal file
File diff suppressed because it is too large
Load Diff
29817
assets/database/maps/bigmap6.json
Normal file
29817
assets/database/maps/bigmap6.json
Normal file
File diff suppressed because it is too large
Load Diff
5056
assets/database/maps/develop1.json
Normal file
5056
assets/database/maps/develop1.json
Normal file
File diff suppressed because it is too large
Load Diff
5229
assets/database/maps/develop2.json
Normal file
5229
assets/database/maps/develop2.json
Normal file
File diff suppressed because it is too large
Load Diff
5056
assets/database/maps/develop3.json
Normal file
5056
assets/database/maps/develop3.json
Normal file
File diff suppressed because it is too large
Load Diff
5168
assets/database/maps/develop4.json
Normal file
5168
assets/database/maps/develop4.json
Normal file
File diff suppressed because it is too large
Load Diff
5396
assets/database/maps/develop5.json
Normal file
5396
assets/database/maps/develop5.json
Normal file
File diff suppressed because it is too large
Load Diff
5346
assets/database/maps/develop6.json
Normal file
5346
assets/database/maps/develop6.json
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user