0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 04:50:44 -05:00

Update readme

This commit is contained in:
Dev 2023-03-14 10:44:45 +00:00
parent cfb9dde30d
commit 510972a996

View File

@ -89,6 +89,7 @@ Player profile is stored in SPT folder as a JSON file, allowing for changes to p
- bossKojainy (Shturman) - bossKojainy (Shturman)
- bossSanitar - bossSanitar
- bossTagilla - bossTagilla
- bosszryachiy
- curedAssault - curedAssault
- exUsec (Rogue) - exUsec (Rogue)
- followerBigPipe - followerBigPipe
@ -101,6 +102,7 @@ Player profile is stored in SPT folder as a JSON file, allowing for changes to p
- followerGluharSnipe - followerGluharSnipe
- followerKojaniy - followerKojaniy
- followerSanitar - followerSanitar
- followerzryachiy
- gifter - gifter
- ~~Gives gifts~~ NOT IMPLEMENTED - ~~Gives gifts~~ NOT IMPLEMENTED
- marksman - marksman
@ -205,7 +207,7 @@ Player profile is stored in SPT folder as a JSON file, allowing for changes to p
- Replace daily quest - Replace daily quest
- Replace quest with new one - Replace quest with new one
- Charged fee - Charged fee
- ~~Scav daily quests~~ NOT IMPLEMENTED - Scav daily quests
- Types - Types
- Elimination - Elimination
- Exit location - Exit location
@ -268,15 +270,16 @@ Player profile is stored in SPT folder as a JSON file, allowing for changes to p
- Lighthouse - Lighthouse
- Laboratory - Laboratory
- Shoreline - Shoreline
- Streets
- Loot - Loot
- Generated from over 40,000 loot runs on live, spawn chances calculated from all runs to give fairly accurate depiction of live loot. - Generated from over 30,000 loot runs on live, spawn chances calculated from all runs to give fairly accurate depiction of live loot.
- Static loot (containers) - Static loot (containers)
- Each container type can contain items appropriate to that type - Each container type can contain items appropriate to that type
- Loose loot - Loose loot
- Randomised loose items found on map - Randomised loose items found on map
- Airdrops - Airdrops
- Randomised chance of spawning - Randomised chance of spawning
- ~~Fires flares~~ NOT IMPLEMENTED - Fire red flare to request an airdrop
- ~~Drops 1 of 3 randomised loot crate types~~ NOT IMPLEMENTED - ~~Drops 1 of 3 randomised loot crate types~~ NOT IMPLEMENTED
- Drops lootable crate in: - Drops lootable crate in:
- Customs - Customs
@ -284,7 +287,8 @@ Player profile is stored in SPT folder as a JSON file, allowing for changes to p
- Woods - Woods
- Lighthouse - Lighthouse
- Shoreline - Shoreline
- Can be adjusted by config file - Streets
- Can be adjusted via config file
- Raid damage - Raid damage
- Exiting a raid with injury to player character will be persisted out of raid - Exiting a raid with injury to player character will be persisted out of raid
- Post-raid therapist healing - Post-raid therapist healing
@ -304,9 +308,13 @@ Player profile is stored in SPT folder as a JSON file, allowing for changes to p
- Standard/Left Behind/Prepare To Escape/Edge Of Darkness - Standard/Left Behind/Prepare To Escape/Edge Of Darkness
- Custom profiles - Custom profiles
- SPT Easy start - SPT Easy start
- Lots of roubles / some skills / high level - Lots of money / some QoL skills level 20 / level 69
- SPT Zero to hero - SPT Zero to hero
- No roubles, skills, trader rep or items - No money, skills, trader rep or items, only a knife
- SPT Developer
- Testing profile, level 69, most skills maxed, max trader rep
- USEC have all quests ready to start
- BEAR have all quests ready to hand in
- Note system - Note system
- Add - Add
- Edit - Edit
@ -314,13 +322,13 @@ Player profile is stored in SPT folder as a JSON file, allowing for changes to p
- Extensive config system - Extensive config system
- Alter how SPT works - Alter how SPT works
- Holiday themes in hideout on appropriate days - Holiday themes in hideout on appropriate days
- ~~Halloween~~ NOT IMPLEMENTED - Halloween
- ~~Christmas~~ NOT IMPLEMENTED - Christmas
## Code ## Code
- TypeScript - TypeScript
- Majority of custom EFT classes passed from client to server have been mapped - Majority of EFT request/response classes passed from client to server have been mapped
- Unit Tests - Unit Tests
- Supports tests - Supports tests via jest
- Dependency injection - Dependency injection
- Config files accessible from `Aki_Data\Server\configs` - Config files accessible from `Aki_Data\Server\configs` / `project\assets\configs`