97 lines
4.1 KiB
Markdown
97 lines
4.1 KiB
Markdown
# About
|
|
|
|
## SPT-AKI
|
|
|
|
> SPT-AKI is an emulator made by Escape From Tarkov fans for the fans that want to play **offline** without any sort of PVP and with an experience and progression similar to the online mode.
|
|
|
|
Everything you should know about SPT-AKI:
|
|
|
|
- PMCs and Scavs : SPT-AKI will spawn both PMC and scavs in your raids to simulate the online experience.
|
|
- Insurance : The insurance works exactly like official EFT.
|
|
- Progression : Your skills, mastering, quests and level progression are saved.
|
|
- Modding : You can mod SPT-AKI to your liking, making the game harder, or easier is up to you!
|
|
- Stability : The server is more stable than the official servers *(~for sure~)*.
|
|
- **No multiplayer** : SPT-AKI doesn't give any way to play multiplayer or coop with other players *(and will not)*.
|
|
- Infinite flea market items : Flea market actually sell every items of the game without limitations.
|
|
Flea markets prices doesn't change : The flea market prices wont change except if you mod them.
|
|
- All officials quests are available : SPT-AKI have all quests from official EFT working, and even quests that BSG didn't fix *(but we did)*.
|
|
|
|
SPT-AKI doesn't give you anything to cheat on official servers. We strictly disapprove any kind of cheating regarding Escape From Tarkov. SPT-AKI source code is **open source** and anyone can contribute to the project. It is available on our gitea server.
|
|
|
|
SPT-AKI doesn't use anything from official EFT for starting the game. Meaning you should not get banned, except if you start both SPT-AKI and the official BSG software at the same time.
|
|
|
|
## Credits
|
|
|
|
All credits goes to :
|
|
|
|
- Main developer of the project
|
|
- InNoHurryToCode / Senko-san
|
|
|
|
- All differents contributors
|
|
- Sorata-Senpai
|
|
- Baliston
|
|
- Psifour
|
|
- Krunchy
|
|
- Craink
|
|
- stx09
|
|
- And many more, from which I've forgotten the names...
|
|
|
|
- All modders
|
|
- AssAssIn
|
|
- Frumorn
|
|
- Kiva
|
|
- Divinity
|
|
- Prospero
|
|
- Saaly
|
|
- And many more, from which I've forgotten the names...
|
|
|
|
- Websites
|
|
- Atomos : www and docs website
|
|
- [Woltlab](https://www.woltlab.com/) : mods website
|
|
- AmazingTurtle : items website
|
|
- [Gitea](https://gitea.io/) : dev website
|
|
|
|
- Documentation editing
|
|
- Sorata-Senpai for most of the tutorials
|
|
- InNoHurryToCode for some tutorials
|
|
- enhausser for some tutorials
|
|
- Мастер Чиф#1334 for fixing Sorata-Senpai english
|
|
- Baliston for adding servers functions
|
|
- Saaly for some tutorials
|
|
|
|
## Licence
|
|
|
|
SPT-AKI is licenced under NSCA Open Source. The licence file is available and can be found in each of the repositories related to the SPT-AKI project.
|
|
|
|
```text
|
|
Copyright (c) 2020 Merijn Hendriks. All rights reserved.
|
|
|
|
Developed by: Merijn Hendriks
|
|
SPT-AKI
|
|
|
|
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, SPT-AKI, 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.
|
|
``` |