How to remove dissolve effects from a game?

sharkmode89

New Member
Jul 30, 2022
3
1
Hey Everybody,

I am hoping someone can help me out.
I am getting started with the VN "Alternate Existence."
I like the game/characters, but the dissolve effects for every single image and line of text is driving me nuts.

What is the best way to manually remove that 0.5s dissolve delay from a game?
I am not a programmer, please treat me like an idiot.

Thank you,
Shark
 

sharkmode89

New Member
Jul 30, 2022
3
1
Preferences -> Skip Transitions
Yes I know that one. I use it already.
What I meant was the literal 0.5s dissolve effect that is coded/programmed into the script/game.

I probably am doing a terrible job explaining it, but thats the best I got.
 

peterppp

Member
Mar 5, 2020
459
867
Yes I know that one. I use it already.
What I meant was the literal 0.5s dissolve effect that is coded/programmed into the script/game.

I probably am doing a terrible job explaining it, but thats the best I got.
put this file in the "game" directory. it sets dissolve to 0 seconds. this is the content of the file:
Code:
define dissolve = Dissolve(0)
 
  • Like
Reactions: sharkmode89

sharkmode89

New Member
Jul 30, 2022
3
1
put this file in the "game" directory. it sets dissolve to 0 seconds. this is the content of the file:
Code:
define dissolve = Dissolve(0)
Thank you! This worked. The lag time has been drastically reduced.
There is still a bit of sluggishness but I assume that's part of the rendering of the images or something like that.

Once again, thank you. I will save this for the future.
 
  • Like
Reactions: peterppp