Skip to content

More Confirmation Prompts are always enabled.

i7ztgv3qjlkt.png
How do I disable pop-up confirmations? GOG version.

Comments

  • ThacoBellThacoBell Member Posts: 12,235
    It looks disabled in your screenshot. Are they popping up even though its disabled?
  • myEVILmodemyEVILmode Member Posts: 25
    ThacoBell wrote: »
    It looks disabled in your screenshot. Are they popping up even though its disabled?

    Yes, that's what annoys me. I reinstalled the game and still the same bug.
  • ThacoBellThacoBell Member Posts: 12,235
    What kind of confirmation prompts are you getting?
  • myEVILmodemyEVILmode Member Posts: 25
    ThacoBell wrote: »
    What kind of confirmation prompts are you getting?

    k21s9p2v1aew.png
  • ThacoBellThacoBell Member Posts: 12,235
    Ah, okay. That notification is perfectly normal. I don't always recall vanilla, but for the EE, this has always been the case.
  • myEVILmodemyEVILmode Member Posts: 25
    ThacoBell wrote: »
    Ah, okay. That notification is perfectly normal. I don't always recall vanilla, but for the EE, this has always been the case.

    So it cannot be switched off?
  • ThacoBellThacoBell Member Posts: 12,235
    myEVILmode wrote: »
    ThacoBell wrote: »
    Ah, okay. That notification is perfectly normal. I don't always recall vanilla, but for the EE, this has always been the case.

    So it cannot be switched off?

    Not that I know of. There miiiiiiiiiight be a value you can edit in the Bladur.lua file, but I'm not sure.

    Why do you want to erase spells from your spellbook anyway?
  • kjeronkjeron Member Posts: 2,367
    It can be removed in UI.menu, but I think that's it.
    If you have access to the file (PC), just replace this line:
    popup2Button(24485, 'REMOVE_BUTTON', function() mageScreen:EraseKnownSpell(bookSpells[currentBookSpell].resref) end)
    
    with just this part:
    mageScreen:EraseKnownSpell(bookSpells[currentBookSpell].resref)
    
    It should be around line 8089 (if the file hasn't already been modified).
    myEVILmodeJuliusBorisov
  • myEVILmodemyEVILmode Member Posts: 25
    ThacoBell wrote: »
    myEVILmode wrote: »
    ThacoBell wrote: »
    Ah, okay. That notification is perfectly normal. I don't always recall vanilla, but for the EE, this has always been the case.

    So it cannot be switched off?

    Not that I know of. There miiiiiiiiiight be a value you can edit in the Bladur.lua file, but I'm not sure.

    Why do you want to erase spells from your spellbook anyway?

    For the experience it is annoying to confirm the same thing all the time.
    kjeron wrote: »
    It can be removed in UI.menu, but I think that's it.
    If you have access to the file (PC), just replace this line:
    popup2Button(24485, 'REMOVE_BUTTON', function() mageScreen:EraseKnownSpell(bookSpells[currentBookSpell].resref) end)
    
    with just this part:
    mageScreen:EraseKnownSpell(bookSpells[currentBookSpell].resref)
    
    It should be around line 8089 (if the file hasn't already been modified).

    OMG, you made my day/game!

    Thank you and all your ancestors!
Sign In or Register to comment.