|
Question
Yener if possible answer me
Referring to the bug (bug in music button) in my conversion Darksiders 2. I think I found a solution.
In your Script CIU 1.0.0.6 (InstallScript.iss) I changed two lines in InstallScript.iss.
Lines: 3339 and 8018
Line 3339
Original command:
ImgSetVisibility(MusicBtn.Btn,False);
I changed to:
ImgSetVisibility(MusicBtn.Btn,Visible);
Line 8018
Original command:
ImgSetTransparent(MusicBtn.Btn,255);
I changed to:
ImgSetTransparent(MusicBtn.Btn,0);
I wish I knew if I can upload the modified InstallScript.iss in my post?
This change will affect on errors in other projects?
|