top of page
Q:
Где можно узнать про изменения, вносимые модом в игру?
Where could I find out about the changes made by the mod to the game?
A:

В архиве с модом есть папка Readme. В ней следует поискать patchlog.txt. В нем и найдется список изменений.

Так же этот список можно скачать здесь

Еще можно посмотреть обзоры разной степени актуальности: первый, второй, третий и целый плэйлист от Risemyself

In the archive with the mod there is a Readme folder. Look for patchlog.txt in it. There is a list of changes in it.

Aldso you can download it here
You can also see reviews of varying degrees of relevance: first, second, third and playlist from Risemyself

Q:
Есть ли Wiki по моду?
Is there a mod Wiki?
A:

https://dis2modding.fandom.com/ru/wiki/Мод_Норвежской_Сёмги

https://dis2modding.fandom.com/ru/wiki/Мод_Норвежской_Сёмги

Q:
Я решил поставить мод на свою игру. Статы юнитов поменялись, карты запускаются, но нет изменений в графике, а модельки новых юнитов не отображаются. Что делать?
I decided to install the mod on my game. Unit stats have changed, maps are launched, but there are no changes in the graphics, and models of new units are not visible. What to do?
A:

У вас версия из Steam. Качайте пиратку. Версия из GOG тоже подойдет

You have a version from Steam. Download the pirate version. The version from GOG is also suitable

Q:
Что мне делать, если я хочу пропатчить свою игру версии 3.01, но на гугл-диске есть только архив с full-версией (уже пропатченная игра)?
What should I do if I want to patch my game of version 3.01, but on Google drive there is only an archive with a full version (already patched game)?
A:

В архиве с модом есть SetupD2Mod.exe. Этот установщик позволяет пропатчить оригинальную игру

The archive with the mod contains SetupD2Mod.exe. This installer allows you to patch the original game

Q:
На гугл диске лежит несколько архивов с пропатченной игрой. Какой качать?
On Google drive there are several archives with a patched game. Which one to download?
A:

Если full версий несколько, то они должны различаться буквой на конце. Какая находится дальше по алфавиту, ту и качаем. Если помимо full лежат какие-то фиксы, то сначала скачиваем и распаковываем full, потом скачиваем фиксы и в любом порядке закидываем их в папку с игрой с заменой файлов

If there are several full versions, then they must differ in the letter at the end. Which is located further in the alphabet, that download. If, in addition to the full version, there are some fixes, then first download and unpack full, then download the fixes and drop them in any order in the game folder with file replacement

Q:
Я распаковал full версию, но она не запускается. Что делать?
I unpacked the full version, but it does not start. What to do?
A:

Либо настраиваем игру по этому гайду Тимура

Либо ставим себе чистую D2 RotE 3.01, добиваемся, чтобы она запускалась, и патчим ее

You could customize the game on this Timur's guide
Or you could install a clean D2 RotE 3.01, make sure that it starts, and patch it

Q:
Как мне сменить язык текста/озвучки на английский?
How could I change the text/sound language to English?
A:

В архиве есть установщик мода SetupD2Mod.exe, с помощью него можно выбрать локализацию. текста и озвучки в игре.

Чтобы была английская озвучка саг, нужно с помощью установщика пропатчить версию игры от GOG 

The archive contains the mod installer SetupD2Mod.exe, with which you can select localization. text and voice acting in the game.

To have English voice acting for the sagas, you need to patch the GOG version of the game using the installer

Q:
Что мне делать, если я хочу играть на англоязычной версии, но чтобы русскоязычный текст в картах отображался нормально?
What should I do if I want to play in the English version, but so that the Russian text in the maps is displayed normally?
A:

Для этого нужно заменить файлы шрифтов:

В архиве мода найти папку .\Game\Interf

В ней найти файлы с расширением mft (7 штук) и скопировать их с заменой файлов в .\Interf (в папке с вашей игрой)

To do this, replace the font files:
In the mod archive find the folder .\Game\Interf

Find files with the mft extension (7 items) and copy them to the .\Interf (in the folder with your game) with files replacing

Q:
Некоторые карты/саги/миссии саг, которые запускались на немодифицированной версии игры (RotE 3.01) или на игре с DoM's Mod 3.01, не запускаются на моде Норвежской Сёмги, можно ли что-то с этим сделать?
Some maps/sagas/sagas' missions that run on the unmodified version of the game (RotE 3.01) or on the game with DoM's Mod 3.01 do not run on the Norvezskaya Semga mod, is there anything you could do about it?
A:

Можно. Нужно воспользоваться этим конвертером

При этом если часть саги уже пройдена, то нужно конвертировать и файл сохранения

Yes. You could use this converter

Moreover, if part of the saga has already been passed, then you need to convert the save file

Q:
Можно, чтобы ИИ раскачивался быстро, имел практически бесконечные ресурсы, но при этом в бою все было честно по шансам попадания?
It is possible for AI to quickly gain strength, have almost endless resources, but at the same time in battle, was everything honest with respect to the chances of hitting?
A:

Можно

Открываем блокнотом Scripts\settings.lua

Ищем это:

        aiAccuracyBonus = {

            -- Treat AI accuracy bonus as absolute value or as percentage.

            -- Absolute: accuracy += bonus;

            -- Percentage: accuracy += accuracy * bonus / 100;

            absolute = false,

            -- AI accuracy bonus on easy difficulty [-127 : 127]

            easy = -15,

            -- AI accuracy bonus on average difficulty [-127 : 127]

            average = 0,

            -- AI accuracy bonus on hard difficulty [-127 : 127]

            hard = 5,

            -- AI accuracy bonus on very hard difficulty [-127 : 127]

            veryHard = 10

        },


заменяем на это:

        aiAccuracyBonus = {

            -- Treat AI accuracy bonus as absolute value or as percentage.

            -- Absolute: accuracy += bonus;

            -- Percentage: accuracy += accuracy * bonus / 100;

            absolute = false,

            -- AI accuracy bonus on easy difficulty [-127 : 127]

            easy = 0,

            -- AI accuracy bonus on average difficulty [-127 : 127]

            average = 0,

            -- AI accuracy bonus on hard difficulty [-127 : 127]

            hard = 0,

            -- AI accuracy bonus on very hard difficulty [-127 : 127]

            veryHard = 0

        },

Yes. 

Open Scripts\settings.lua by means of Notepad

Search for this:

        aiAccuracyBonus = {

            -- Treat AI accuracy bonus as absolute value or as percentage.

            -- Absolute: accuracy += bonus;

            -- Percentage: accuracy += accuracy * bonus / 100;

            absolute = false,

            -- AI accuracy bonus on easy difficulty [-127 : 127]

            easy = -15,

            -- AI accuracy bonus on average difficulty [-127 : 127]

            average = 0,

            -- AI accuracy bonus on hard difficulty [-127 : 127]

            hard = 5,

            -- AI accuracy bonus on very hard difficulty [-127 : 127]

            veryHard = 10

        },


change to this:

        aiAccuracyBonus = {

            -- Treat AI accuracy bonus as absolute value or as percentage.

            -- Absolute: accuracy += bonus;

            -- Percentage: accuracy += accuracy * bonus / 100;

            absolute = false,

            -- AI accuracy bonus on easy difficulty [-127 : 127]

            easy = 0,

            -- AI accuracy bonus on average difficulty [-127 : 127]

            average = 0,

            -- AI accuracy bonus on hard difficulty [-127 : 127]

            hard = 0,

            -- AI accuracy bonus on very hard difficulty [-127 : 127]

            veryHard = 0

        },

Q:
Можно ли играть с модом по сети?
Is it possible to play PvP with the mod?
A:

Да, но у вас с оппонентом должна быть одна и та же версия (включая фиксы)

Yes, but you and your opponent have to have the same version (including fixes)

Q:
Что делать, если я хочу внести какие-нибудь правки в "Битву за Висгард", но редактор карт не сохраняет изменения?
What should I do if I want to make some changes to Battle for Wisgard, but the map editor won't save the changes?
A:

Нужно скачать себе DBFPlus, с помощью него открыть GItem.dbf (в папке Globals), найти строчку с Id G000IG7004, заменить в ней, в первом столбце 10 на 14, сохранить (Edit > Save), после этого обязательно закрыть редактор таблиц. Теперь можно редактировать карту. После этого не забыть заменить обратно 14 на 10

You need to download DBFPlus, use it to open GItem.dbf (in the Globals folder), find the line with Id G000IG7004, in the first column replace 10 with 14, save (Edit > Save), after that be sure to close the table editor. Now you can edit the map. After that, do not forget to replace 14 with 10


bottom of page