RPG Maker MV

RPG Maker MV

equalDelight May 16, 2020 @ 8:23am
My project's icon doesn't change.
Hello and good day.

So I change my game project's icon under "Icon/Icon.png" but the icon doesnt change and show grayish transparent rectangular object. I also had make sure that it is 128x128px just like the default icon.
The icon on the game's window does change tho, it doesn't change only on taskbar.

Making new project does solve this, but I can't do that mainly because of traumatic event in the past lmao. rip my progress. I believe it is because of a plugin but can there be workaround around this? like a simple plugin I place on the bottom to override whatever code that messes up the icon.
Last edited by equalDelight; May 16, 2020 @ 8:24am
Originally posted by poisonmagix:
Press F8 while game testing. In dev. console, go to "Network" tab and check "disable chache" press Ctrl+R to reload your game.

If that doesn't work.
Edit "index.html" with text editor. Search <link rel="icon" href="icon/icon.png" type="image/png">, usually on line 8. Then change the href part to "icon/icon.png?2".
< >
Showing 1-3 of 3 comments
equalDelight May 19, 2020 @ 5:54am 
So I found answer to this myself here[forums.rpgmakerweb.com].

tl;dr.

Press F8 while game testing. In dev. console, go to "Network" tab and check "disable chache" press Ctrl+R to reload your game.

If that doesn't work.
Edit "index.html" with text editor. Search <link rel="icon" href="icon/icon.png" type="image/png">, usually on line 8. Then change the href part to "icon/icon.png?2".
Last edited by equalDelight; May 19, 2020 @ 6:00am
equalDelight May 19, 2020 @ 6:03am 
Lmao, I can't mark this question my self. So if anyone comment "The answer is on the first comment' so I can make that as the answer, I would gladly appreciate it.
Last edited by equalDelight; May 19, 2020 @ 6:03am
The author of this thread has indicated that this post answers the original topic.
poisonmagix Oct 15, 2022 @ 5:31am 
Press F8 while game testing. In dev. console, go to "Network" tab and check "disable chache" press Ctrl+R to reload your game.

If that doesn't work.
Edit "index.html" with text editor. Search <link rel="icon" href="icon/icon.png" type="image/png">, usually on line 8. Then change the href part to "icon/icon.png?2".
< >
Showing 1-3 of 3 comments
Per page: 1530 50