TheOnlyDJCat
Warlord
The installer creates two Bug Mod ini-files:
\Beyond the Sword\Bug Mod\Bug Mod.ini
\Beyond the Sword\MODS\Bug Mod 3.0\Bug Mod 3.0.ini
The contents are contradictory.
in the 3.0 version I have (before starting BTS):
in the other version:
Despite the different comment symbols, which version counts - or what is the meaning of these files?
I looked for a line to reenable the textures of BlueMarble (NoCustomArt = 1?), because they got lost after the 3.0 installation.
And last question - did you find the cause for the disappearing scoreboard in multiplayer teamplay?
\Beyond the Sword\Bug Mod\Bug Mod.ini
\Beyond the Sword\MODS\Bug Mod 3.0\Bug Mod 3.0.ini
The contents are contradictory.
in the 3.0 version I have (before starting BTS):
Code:
; Skip Main menu
SkipMainMenu = 0
; Custom Art from user folder is not loaded
NoCustomArt = 1
; Custom XML and Python from user folder are not loaded
NoCustomAssets = 1
; No Custom Scenario option in main menu
NoCustomScenario = 0
in the other version:
Code:
# Skip Main menu
SkipMainMenu = 0
# Custom Art from user folder is not loaded
NoCustomArt = 0
# Custom XML and Python from user folder are not loaded
NoCustomAssets = 0
# No Custom Scenario option in main menu
NoCustomScenario = 0
Despite the different comment symbols, which version counts - or what is the meaning of these files?
I looked for a line to reenable the textures of BlueMarble (NoCustomArt = 1?), because they got lost after the 3.0 installation.
And last question - did you find the cause for the disappearing scoreboard in multiplayer teamplay?