Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: SilverBlade on December 23, 2006, 01:25:39 PM

Title: Icons
Post by: SilverBlade on December 23, 2006, 01:25:39 PM
I was playing an rm2k3 game and I noticed the little icons in front of weapons and skills.
How do you do that?
Title:
Post by: MrMister on December 23, 2006, 07:45:06 PM
Seriously, read through RPG Maker's help file.
If you press F1 while typing in a message it has a link to this:
Inventory Symbols:

$A: Sword
   $B: Shield
   $C: Star of Solomon(David)

Planetary Symbols:
   $D: Sun
   $E: Moon
   $F: Mercury
   $G: Venus
   $H: Earth
   $I: Mars
   $J: Jupiter
   $K: Saturn    
   $L: Uranus
   $M: Neptune
   $N: Pluto

Astrological Signs:
   $O: Aries
   $P: Taurus
   $Q: Gemini
   $R: Cancer
   $S: Leo    
   $T: Virgo
   $U: Libya
   $V: Scorpio
   $W: Sagittarius
   $X: Capricorn   
   $Y: Aquarius   
   $Z: Pisces

Assorted Symbols:
   $a: face (smile)

$b: Face (normal)
   $c: face (frown)
   $d: sweat 1   
   $e: sweat 2   
   $f: spade clear
   $g: heart clear   
   $h: diamond clear
   $i: club clear
   $j: spade filled   
   $k: heart filled   
   $l: diamond filled
   $m: club filled   
   $n: skull       
   $o: cross
   $p: sun      
   $q: moon    
   $r: Dot (small yen)

Arrows:
   $s: Up    
   $t: Right   
   $u: Down
   $v: Left   
   $w: Up-Right   
   $x: Down-Right
   $y: Down-Left   
   $z: Up-Left
Title:
Post by: Meiscool-2 on December 23, 2006, 08:58:58 PM
Those exact icons used in that screen are custom-made for the game they are in, but MrMister is right on how to use them.
Title:
Post by: SilverBlade on December 24, 2006, 02:20:05 PM
Quote
Originally posted by MrMister
Seriously, read through RPG Maker's help file.
If you press F1 while typing in a message it has a link to this:
Inventory Symbols:

$A: Sword
   $B: Shield
   $C: Star of Solomon(David)

Planetary Symbols:....
   



I already know them! I got a list of them always next to me.
I just want to know how to make them custom.
Title:
Post by: Meiscool-2 on December 24, 2006, 04:54:14 PM
How many times do I have to people to look for a tutorial of these things? There's one here on charas, though you might have to search a bit, and there should be one on gamingw.net. I'm pretty sure that the one tut here was in a game topic made by exomuffin.
Title:
Post by: SilverBlade on December 25, 2006, 08:45:03 PM
Ok, thanks. I'll try to find it.
Title:
Post by: SilverBlade on December 28, 2006, 09:10:46 AM
*sigh* I really searched hard and long but I can't find it! Will someone plz give me a link...
Title:
Post by: SilverBlade on December 31, 2006, 09:50:54 AM
*bump*
Title:
Post by: ZeroKirbyX on December 31, 2006, 10:06:27 AM
You have to make your own icon sheet, then replace it using RMRecker.
Title:
Post by: SilverBlade on December 31, 2006, 11:36:37 AM
How to make one and how do I get that program?