Michael Langfermann

Results 17 comments of Michael Langfermann

@Try Would all these files be affected by mod INIs? ``` $ grep -Iir 'Gothic::inst().createPhoenixVm' game/ui/menuroot.cpp: vm = Gothic::inst().createPhoenixVm("MENU.DAT", ScriptLang(vmLang)); game/game/definitions/sounddefinitions.cpp: auto vm = Gothic::inst().createPhoenixVm("Sfx.dat"); game/game/definitions/visualfxdefinitions.cpp: vm = Gothic::inst().createPhoenixVm("VisualFx.dat"); game/game/definitions/cameradefinitions.cpp:...

I have encountered the same issue last week. - Mod download page: https://www.worldofgothic.de/dl/download_667.htm - Direct mod download: https://www.worldofgothic.de/download.php?id=1647

After installing `G2_Gold_Remaster_v2.5_Multilanguage.exe`, and adjusting the mod ini (see #737): ```diff diff --git a/system/Remaster.ini b/system/Remaster.ini index a3e1ff6..bbb5915 100644 --- a/system/Remaster.ini +++ b/system/Remaster.ini @@ -8,8 +8,8 @@ Icon=Remaster.ico [FILES] VDF=Remaster_Worlds.mod Remaster_Graphics.mod...

NOTE: Removing the `Remaster_Balance.mod` file does not make a difference

I'd recommend moving all of the documentation to the source code and using something like Sphinx[1] or/and Doxygen[2]. There is a relevant blog post from one of the engineers at...

No need to reproduce, they are viewable in the build system: https://ci.appveyor.com/project/Try/opengothic/builds/53144750/job/sw5caxfy7l43cyf4#L1098

Could be related to https://github.com/Try/OpenGothic/issues/657