Zipperiusz
Участник форума
- Регистрация
- 24 Авг 2021
- Сообщения
- 5
- Благодарности
- 9
- Баллы
- 60
Gothic 3 Sefaris ModManager 1.0.2
Tool for ultra fast installation of mods for Gothic 3.
Download installer
Download mods (Union+ 1.4.6)
Instructions:Tool for ultra fast installation of mods for Gothic 3.
Download installer
Download mods (Union+ 1.4.6)
1. (Community Patch): Gothic_3_EE_Patch_v1.75.14_Int_Full.exe
2. (Update pack): Gothic_3_EE_v1.75_Int_Update_Pack_v1.04.11.exe
3. (Parallel Universe Patch): Gothic_3_Parallel_Universe_Patch_v1.0.5.exe
4. (Update pack 1.05): UP105.zip
The files from the archive should be extracted to the main folder with the game.
5. (Mods): G3_Mods.zip
The archive files should be extracted to the main folder with the game.
6. (G3 ModStarter): g3-modstarter-Setup-1.0.2.exe
Run the installer and wait for it to finish installing and start the starter.
At the first launch, the program will ask for the path to the folder with the installed game.
At this point, we can select the mods we are interested in and press the 'Install' button.
At this stage, the game is ready to be launched.
Features:
Fast mod installation process - only limitation is the speed of the disk. (Using SSD disk installing ~75 mods takes around 15 seconds.)Multilang - currently supports 4 languages: English, Polish, Russian and German. Adding support for new languages is simple, so there is no problem in growing this list.
Dependencies - selecting any mod automatically selects the mods required for it to work and and will block the possibility of deselecting the required mod. If a dependency is not found or is incompatible with any of the selected mods, an error message will be displayed.
Incompatibility - selecting any mod will automatically block the possibility of selecting mods incompatible with it. Incompatibility is checked in two directions.
Presets - The program allows you to save your list of modifications as a preset. These are located in the game directory in the Presets folder. If the file Shader.Cache exists in the presets directory, it will be copied to skip shader compilation process. If splash.bmp file exists in the presets directory, it will be copied to replace the original image.
Mod description - readme_(lang).md is loaded depending on currently used program language. Styling below results in following output.
Script configuration- program allows more convenient editing of the ini files of installed modifications. This requires the use of a file structure that allows options to be read. Hovering over an option name will display its description. Configuration is available in the 'Options' tab.
Updates - if a new version of the program is published, the program will display information about the readiness to update during operation, which will happen when the program is closed.
Loading mods - in order to show mod in manager you need to put your folder in Gothic3/mods directory and create mod.json file with structure like below. The order in which mods are installed depends on the name of the folder in which the mod is located. The order is alphabetical.
Код:
{
"id": "Mod", // Must be unique. Used by dependecies, incompatibles and presets.
"title": "Mod", // Name displayed in starter.
"authors": ["Author1", "Author2"],
"dependencies": ["Mod2", "Mod3"], // Uses mod id to automatically select required mods.
"incompatibles": ["Mod4"], // Uses mod id to disable selecting of incompatible mods.
"category": "Balance" // Used to filter mods by category.
}
The project is open source - You can find it here Github
Created by: Sefaris TeamSpecial thanks to:
- Adamtech (Tester)
- Gerden (Tester)
- Hoxel (Tester)
- Advar (Tester)
- fyryNy (Tester)
- Jackydima (Tester)
- RedIs (Russian text corrections)
Последнее редактирование: