I scripted this since I'm too lazy to count and try the icon index lately.
What is this script does is generate icon list and you can scroll through icons to find icon you want with its index.
This script will be useful when you're trying to find icon index to draw by draw_icon from Window_Base or drawing icon.
You can edit this to make use of it in your game some ways.
2. How to use this script?
$scene = Scene_IPreview.new
You can use other iconset image by put it in folder 'Graphics\System' and then call script $scene = Scene_IPreview.new('image name')
1. Allgemein
Sprache Englisch Maker RPG Maker VX SDK Benötigt kein SDK APD Benötigt kein APD Mex Kein Mex-Code RDoc Documentation
Öffne dein Projekt mit dem Maker. Danach öffne mit F11 den RGSS Editor, scrolle links die Liste bis zum Schluss. Klicke dann rechts auf 'Main' und dann 'Insert'. Nenne das neue Skript Icon Viewer V1.0 und füge auf der rechten Seite ein: QuellcodeWeiterlesen