Getting rid of transparancy in dialogs?

Moderator: Moderator

Post Reply
Message
Author
Marson
Uruivellas
Posts: 645
Joined: Thu Jan 16, 2014 4:56 am

Getting rid of transparancy in dialogs?

#1 Post by Marson »

I've tried changing Dialog:init calls to have alpha=255, and I've tried overriding the code itself, but I still can't make certain dialogs "solid". I have a hard time reading text if there is something under it, and the Prodigies page looks particularly garbled to me with the Level-up page underneath it. I've managed to reduce the alpha on tooltips, but not completely get rid of it. This is with Minimalist, btw. Anyone have any ideas?

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Getting rid of transparancy in dialogs?

#2 Post by darkgod »

Untested code:

Code: Select all

engine.ui.Base.ui_conf.simple.frame_alpha = 1
Do that in ToME:load hook and it should work
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Marson
Uruivellas
Posts: 645
Joined: Thu Jan 16, 2014 4:56 am

Re: Getting rid of transparancy in dialogs?

#3 Post by Marson »

That did the trick. Thank you!

Post Reply