mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-12 16:50:43 -05:00
rebranding part2
This commit is contained in:
parent
866ff1095c
commit
31d832dfc6
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,7 +3,7 @@
|
|||||||
##
|
##
|
||||||
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
|
||||||
|
|
||||||
# Aki
|
# SPT
|
||||||
**/Build/
|
**/Build/
|
||||||
**/Shared/Managed/*
|
**/Shared/Managed/*
|
||||||
**/tools/
|
**/tools/
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
# NCSA Open Source License
|
# NCSA Open Source License
|
||||||
|
|
||||||
Copyright (c) 2022 Merijn Hendriks. All rights reserved.
|
Copyright (c) 2024 SPT. All rights reserved.
|
||||||
|
|
||||||
Developed by: Merijn Hendriks
|
Developed by: SPT
|
||||||
SPT-AKI
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
16
README.md
16
README.md
@ -4,14 +4,14 @@ BepInEx plugins to alter Escape From Tarkov's behaviour
|
|||||||
|
|
||||||
**Project** | **Function**
|
**Project** | **Function**
|
||||||
------------------ | --------------------------------------------
|
------------------ | --------------------------------------------
|
||||||
Aki.Build | Build script
|
SPT.Build | Build script
|
||||||
Aki.Bundles | External bundle loader
|
SPT.Bundles | External bundle loader
|
||||||
Aki.Common | Common utilities used across projects
|
SPT.Common | Common utilities used across projects
|
||||||
Aki.Core | Required patches to start the game
|
SPT.Core | Required patches to start the game
|
||||||
Aki.Custom | SPT-AKI enhancements to EFT
|
SPT.Custom | SPT enhancements to EFT
|
||||||
Aki.Debugging | Debug utilities (disabled in release builds)
|
SPT.Debugging | Debug utilities (disabled in release builds)
|
||||||
Aki.Reflection | Reflection utilities used across the project
|
SPT.Reflection | Reflection utilities used across the project
|
||||||
Aki.SinglePlayer | Simulating online game while offline
|
SPT.SinglePlayer | Simulating online game while offline
|
||||||
|
|
||||||
## Privacy
|
## Privacy
|
||||||
SPT is an open source project. Your commit credentials as author of a commit will be visible by anyone. Please make sure you understand this before submitting a PR.
|
SPT is an open source project. Your commit credentials as author of a commit will be visible by anyone. Please make sure you understand this before submitting a PR.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user