diff --git a/TypeScript/10ScopesAndTypes/README.md b/TypeScript/10ScopesAndTypes/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/10ScopesAndTypes/README.md +++ b/TypeScript/10ScopesAndTypes/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/11BundleLoadingSample/README.md b/TypeScript/11BundleLoadingSample/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/11BundleLoadingSample/README.md +++ b/TypeScript/11BundleLoadingSample/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/12ClassExtensionOverride/README.md b/TypeScript/12ClassExtensionOverride/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/12ClassExtensionOverride/README.md +++ b/TypeScript/12ClassExtensionOverride/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/13AddTrader/README.md b/TypeScript/13AddTrader/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/13AddTrader/README.md +++ b/TypeScript/13AddTrader/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/14AfterDBLoadHook/README.md b/TypeScript/14AfterDBLoadHook/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/14AfterDBLoadHook/README.md +++ b/TypeScript/14AfterDBLoadHook/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/15HttpListenerExample/README.md b/TypeScript/15HttpListenerExample/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/15HttpListenerExample/README.md +++ b/TypeScript/15HttpListenerExample/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/16ImporterUtil/README.md b/TypeScript/16ImporterUtil/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/16ImporterUtil/README.md +++ b/TypeScript/16ImporterUtil/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/17AsyncImporterWithDependency1/README.md b/TypeScript/17AsyncImporterWithDependency1/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/17AsyncImporterWithDependency1/README.md +++ b/TypeScript/17AsyncImporterWithDependency1/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/17AsyncImporterWithDependency2/README.md b/TypeScript/17AsyncImporterWithDependency2/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/17AsyncImporterWithDependency2/README.md +++ b/TypeScript/17AsyncImporterWithDependency2/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/18CustomItemService/README.md b/TypeScript/18CustomItemService/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/18CustomItemService/README.md +++ b/TypeScript/18CustomItemService/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/19UseExternalLibraries/README.md b/TypeScript/19UseExternalLibraries/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/19UseExternalLibraries/README.md +++ b/TypeScript/19UseExternalLibraries/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/1LogToConsole/README.md b/TypeScript/1LogToConsole/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/1LogToConsole/README.md +++ b/TypeScript/1LogToConsole/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/20CustomChatBot/README.md b/TypeScript/20CustomChatBot/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/20CustomChatBot/README.md +++ b/TypeScript/20CustomChatBot/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/21CustomCommandoCommand/README.md b/TypeScript/21CustomCommandoCommand/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/21CustomCommandoCommand/README.md +++ b/TypeScript/21CustomCommandoCommand/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/22CustomAkiCommand/README.md b/TypeScript/22CustomAkiCommand/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/22CustomAkiCommand/README.md +++ b/TypeScript/22CustomAkiCommand/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/23CustomAbstractChatBot/README.md b/TypeScript/23CustomAbstractChatBot/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/23CustomAbstractChatBot/README.md +++ b/TypeScript/23CustomAbstractChatBot/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/24WebSocket/README.md b/TypeScript/24WebSocket/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/24WebSocket/README.md +++ b/TypeScript/24WebSocket/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/2EditDatabase/README.md b/TypeScript/2EditDatabase/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/2EditDatabase/README.md +++ b/TypeScript/2EditDatabase/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/3GetSptConfigFile/README.md b/TypeScript/3GetSptConfigFile/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/3GetSptConfigFile/README.md +++ b/TypeScript/3GetSptConfigFile/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/README.md b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/README.md +++ b/TypeScript/4.1UseACustomJson5OrJsonCConfigFile/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/4UseACustomConfigFile/README.md b/TypeScript/4UseACustomConfigFile/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/4UseACustomConfigFile/README.md +++ b/TypeScript/4UseACustomConfigFile/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/5ReplaceMethod/README.md b/TypeScript/5ReplaceMethod/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/5ReplaceMethod/README.md +++ b/TypeScript/5ReplaceMethod/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/6ReferenceAnotherClass/README.md b/TypeScript/6ReferenceAnotherClass/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/6ReferenceAnotherClass/README.md +++ b/TypeScript/6ReferenceAnotherClass/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/7OnLoadHook/README.md b/TypeScript/7OnLoadHook/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/7OnLoadHook/README.md +++ b/TypeScript/7OnLoadHook/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/8OnUpdateHook/README.md b/TypeScript/8OnUpdateHook/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/8OnUpdateHook/README.md +++ b/TypeScript/8OnUpdateHook/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome! diff --git a/TypeScript/9RouterHooks/README.md b/TypeScript/9RouterHooks/README.md index ba4600a..a8981b6 100644 --- a/TypeScript/9RouterHooks/README.md +++ b/TypeScript/9RouterHooks/README.md @@ -1,6 +1,6 @@ # Welcome to the SPT Modding Project -This project is designed to streamline the initial setup process for building and creating mods in the SPT-AKI environment. Follow this guide to set up your environment efficiently. +This project is designed to streamline the initial setup process for building and creating mods in the SPT environment. Follow this guide to set up your environment efficiently. ## **Table of Contents** - [NodeJS Setup](#nodejs-setup) @@ -39,7 +39,7 @@ Note: Preserve the `node_modules` folder as it contains necessary dependencies f ## **Essential Concepts** -Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT-AKI adopts. Comprehensive guidelines will be available on the hub upon release. +Prioritize understanding Dependency Injection and Inversion of Control, the architectural principles SPT adopts. Comprehensive guidelines will be available on the hub upon release. Some resources to get you started: - [A quick intro to Dependency Injection](https://www.freecodecamp.org/news/a-quick-intro-to-dependency-injection-what-it-is-and-when-to-use-it-7578c84fa88f/) @@ -53,7 +53,7 @@ New to Typescript? Find comprehensive documentation on the [official website](ht ## **Distribution Guidelines** -Automated tasks are set up to bundle all necessary files for your mod to function in SPT-AKI: +Automated tasks are set up to bundle all necessary files for your mod to function in SPT: > Terminal -> Run Task... -> Show All Tasks... -> npm: build @@ -61,6 +61,6 @@ The ZIP output, located in the `dist` directory, contains all required files. En ## **Conclusion** -With this setup, you're ready to begin modding with SPT-AKI. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. +With this setup, you're ready to begin modding with SPT. If you run into any trouble be sure to check out the [modding documentation on the hub](https://hub.sp-tarkov.com/doc/lexicon/66-modding/). If you really get stuck feel free to join us in the [#mods-development](https://discord.com/channels/875684761291599922/875803116409323562) official Discord channel. Build something awesome!