Download this skin. Open iG3\iG3.ini. Find the [Script] section and delete LoadSKIN(iGMap:Menu) and LoadSKIN(iGMap:Show) from the startup=script
Code:
Change:
[Scripts]
;This is the startup script that tells SKINbedder what to run, embed, and skin with.
StartUp=RunWait(Run-iG.exe),Wait(100),Embed(iGMap:5000),Wait(100),LoadSkin(iGMap:Menu),LoadSkin(iGMap:Show),LoadSkin(iGMap:ThreeD),LoadSkin(iGMap:Save)
To:
[Scripts]
;This is the startup script that tells SKINbedder what to run, embed, and skin with.
StartUp=RunWait(Run-iG.exe),Wait(100),Embed(iGMap:5000),Wait(100),LoadSkin(iGMap:ThreeD),LoadSkin(iGMap:Save)
Bookmarks