Choosing components in WeiDU
Etamin
Member Posts: 830
Hi. Is it possible to choose components using WeiDU? What i mean is that i have mod, in which only half of components are translated. So after chosing language i would like to have a choice: install all components (like normally) or install only those translated (f.i. @1, @5, @18, @23 etc). How to do this? Now i have to choose option "ask about each component" and skip those not translated, but i want to automate this process.
0
Comments
For example:
SETUP-ascension.exe --language 0 --force-install-list 0 1 2 3 4 5 103 104 105 999
Will install ascension using English .tra, and forcefully install components: 0,1,2,3,4,5,103,104,105,999
BWS deals with situations where some
mods or components should be hidden from the user through "purge" rules defined in BWS' Game.ini file for the respective game type (eg BWS/Config/BG2EE/Game.ini). So-called purge rules say that component X or mod Y depends on language Z and should be hidden otherwise.