Skip to content

Question about the R/C druid spells .ini setting

[Deleted User][Deleted User] Posts: 0
edited February 2015 in General Modding
The user and all related content has been deleted.
Post edited by [Deleted User] on

Comments

  • argent77argent77 Member Posts: 3,431
    COPY_EXISTING only searches for files in BIFFs and the game's override folder, but you can probably use COPY together with the USER_DIRECTORY variable. For example:
    COPY + ~%USER_DIRECTORY%/Baldur.ini~ ~%USER_DIRECTORY%/Baldur.ini~ REPLACE_TEXTUALLY ...
    CrevsDaakelminster
  • CrevsDaakCrevsDaak Member Posts: 7,155
    I would also recommend adding a CASE_SENSITIVE flag to REPLACE_TEXTUALLY ;)
    elminster
  • WispWisp Member Posts: 1,102
    Note that making uninstallable configuration changes to the user's game can be considered uncool. There's a good chance the user won't know how to reverse it.
    elminster
  • [Deleted User][Deleted User] Posts: 0
    edited February 2015
    The user and all related content has been deleted.
    Post edited by [Deleted User] on
  • argent77argent77 Member Posts: 3,431
    Restoring an old version of the baldur.ini might annoy people even more as it will erase all settings done by the user or the game in the meantime, which includes the list of played back movies (important if you want to skip them later on), hotkeys, console commands, audio and video options and many more settings.

    Maybe you can use AT_UNINSTALL or AT_INTERACTIVE_UNINSTALL to restore the Ini option without overwriting everything else.
  • The user and all related content has been deleted.
  • IsayaIsaya Member, Translator (NDA) Posts: 752
    Contrary to other game files, the Baldur.ini is changed by the game itself, or directly by the user. If you restore the state at the time of the mod installation, you may as well break something that the user desired.

    Activating a feature in a ini file is also common in TobEx. I find it easier to edit than installing or uninstalling a mod component. Maybe there is a way in TobEx for modders to activate something in the ini file from their mod though.
  • [Deleted User][Deleted User] Posts: 0
    edited February 2015
    The user and all related content has been deleted.
  • The user and all related content has been deleted.
Sign In or Register to comment.