Skip to content

Commit

Permalink
Prepare for 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Khudyakov committed Oct 18, 2023
1 parent 3ddbb19 commit e6b8a44
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ENGFAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ Turn on "Adding missing Scav skills to the profile \ Adding missing weapon maste
### Names of items, quests, skills, etc. do not match the names in the game
The language selected in the game does not match to the selected localization in the profile editor. If the required localization is missing, you can create the necessary one, using the English localization as a basis: [(Editing \ creating localization files)](/Guidelines/LocalizationsENG.md)
#### UPD: Starting from version 2.4, you can create a new localization in the settings by clicking on the "+" button next to the selected language.

### "Item added by mod found. Use the section \"Cleaning from mods\" to remove such items." error when adding an item
Typically, this error occurs if stash have weapon with a spare part added by mods. Remove this weapon\move it to some container\or use a helper mod.
2 changes: 1 addition & 1 deletion ENGREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LTC: MNtz8Zz1cPD1CZadoc38jT5qeqeFBS6Aif\

### [Submit a bug report \ Feature request](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/issues/new/choose)

### [Version 2.8.1 for server SPT-AKI 3.7.0](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.8.1)
### [Version 2.8.2 for server SPT-AKI 3.7.0 - 3.7.1](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.8.2)
### [Version 2.7 for server SPT-AKI 3.4.0 - 3.6.1](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.7)
### [Version 2.4.2 for server SPT-AKI 3.2.0 - 3.3.0](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.4.2)
### [Version 2.3.1 for server SPT-AKI 3.0.0 - 3.1.1](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.3.1)
Expand Down
3 changes: 3 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ AppSettings.json - настройки приложения</br>
### Названия предметов, квестов, скиллов и т.д. не соответствуют названиям в игре
В игре выбран язык не соответствующий выбранной локализации в редакторе профиля. Если необходимая локализация отсутствует, можно создать нужную, используя в качестве основы Английскую локализацию: [(Редактирование \ создание файлов локализации)](/Guidelines/LocalizationsRu.md)
#### UPD: Начиная с версии 2.4 создать новую локализацию можно в настройках, нажав на кнопку "+" рядом с выбранным языком.

### Ошибка "Найден предмет, добавленный модом. Воспользуйтесь разделом "Очистка от модов" для удаления таких предметов." при добавлении предмета
Обычно такая ошибка возникает если в схроне есть оружие с запчастю, добавленной модами. Удалите это оружие \ переместите в какой-нибудь контейнер \ или используйте вспомогательный мод.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ LTC: MNtz8Zz1cPD1CZadoc38jT5qeqeFBS6Aif\

### [Отправить баг репорт \ Предложить новую функцию](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/issues/new/choose)

### [Версия 2.8.1 для сервера SPT-AKI 3.7.0](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.8.1)
### [Версия 2.8.2 для сервера SPT-AKI 3.7.0 - 3.7.1](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.8.2)
### [Версия 2.7 для сервера SPT-AKI 3.4.0 - 3.6.1](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.7)
### [Версия 2.4.2 для сервера SPT-AKI 3.2.0 - 3.3.0](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.4.2)
### [Версия 2.3.1 для сервера SPT-AKI 3.0.0 - 3.1.1](https://github.com/SkiTles55/SPT-AKI-Profile-Editor/releases/tag/2.3.1)
Expand Down
4 changes: 2 additions & 2 deletions SPT-AKI Profile Editor/ModHelper/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ProfileEditorHelper",
"version": "0.0.2",
"version": "0.0.3",
"author": "SkiTles55",
"license": "MIT",
"main": "src/mod.js",
"akiVersion": ">=3.5.8",
"akiVersion": ">=3.7.0",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
Expand Down

0 comments on commit e6b8a44

Please sign in to comment.