Perchik71 / Creation-Kit-Platform-Extended

A collection of modifications, enhancements, and reverse engineered resources for Creation Kit by Bethesda.
GNU General Public License v3.0
38 stars 4 forks source link

facegen settings in the ini #3

Closed khirasier closed 6 months ago

khirasier commented 6 months ago

the settings in the ini for facegen are reversed, so false = true and true = false

khirasier commented 6 months ago

i think topic info validation is reversed aswell

Perchik71 commented 6 months ago

bSkipTopicInfoValidation and bDisableAutoFaceGen the names of the options themselves reflect the essence of the reversal

khirasier commented 6 months ago

bSkipTopicInfoValidation and bDisableAutoFaceGen the names of the options themselves reflect the essence of the reversal

i mean i had to set bDisableExportNIF and bDisableExportDDS to true for it to export them, when set to false it disables export so setting disable to true actually enables it and viceversa

Perchik71 commented 6 months ago

Hmm.. code obviously, without the truth, the condition will not work, and it works as expected for me. you can try to write 1 or 0.

Perchik71 commented 6 months ago

function

khirasier commented 6 months ago

also for me bDisableExportTGA just doesnt seem to work, whether i set it to true or false it still exports tga files

Perchik71 commented 6 months ago

Okay, I'll check the signatures

Perchik71 commented 6 months ago

Damn it. I just forgot to add the module to the manager.

Perchik71 commented 6 months ago

Fixed FaceGen. Thx.