Skip to content

Using custom race*.ini files from ini.bif

Hey I wonder if and how it might be possible to customize the ini templates provided in ini.bif.
For a first test I dropped a slightly modified race_human.ini (changed sex to female) into the following folders of my users account: override, scripttemplates (toolset is configured to use that folder) but every human I create in the toolset kept being a male so I assume it does not work that way.

Comments

  • bloody_noobbloody_noob Member Posts: 4
    Okay I found out I need to place the file into the Data folder (currently using ovr for testing) and can now succesfully overwrite the default gender of newly created humans. But values of a custom ini do not get set, I see the template in the list though:

    crtemplates.2da
    ...
    10  Paragon       83648
    11  CORNUGON      112177
    
    dialog.tlk
    ...
    112177 8 Cornugon
    
    race_cornugon.ini
    [CORNUGON]
    STR=4
    INT=4
    WIS=
    DEX=
    CON=4
    CHA=4
    PORTRAIT=
    GENDER=
    ALIGNGOODEVIL=0
    ALIGNLAWCHAOS=100
    SAVEFORT=16
    SAVEREF=16
    SAVEWILL=15
    SUBRACESTRREF=112177
    NEWRACE=Outsider
    NEWHD=16
    BONUSAC=15
    

    Am I missing something?
Sign In or Register to comment.