-
Notifications
You must be signed in to change notification settings - Fork 0
/
tutorial.htm
108 lines (90 loc) · 3.57 KB
/
tutorial.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<html>
<head>
<title>DC VMU ICONS - Make your own icons tutorial - page 1</title>
<meta name="x-uirequest" content="urlbaron">
<meta name="viewport" content="width=640">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-138526405-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body background="images/background.gif" bgcolor="#E1E1E1" leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>
<table border=0 width=640 cellpadding=0 cellspacing=0><tr><td width=70 bgcolor="#E1E1E1"> </td><td width=500>
</td><td width=70> </td></tr></tr>
</table>
<table border=0 width=640 cellpadding=0 cellspacing=0>
<tr>
<td>
<a href="index.htm"><img src="images/toplogo.gif" border=0></a>
</td>
</tr>
</table>
<table border=0 width=640 cellpadding=0 cellspacing=0>
<tr>
<td width=70> </td>
<td width=500>
<MAP NAME="menu">
<AREA SHAPE=RECT COORDS="8,34,77,55" HREF="about.htm">
<AREA SHAPE=RECT COORDS="87,37,180,55" HREF="cantact.htm">
<AREA SHAPE=RECT COORDS="190,30,265,65" HREF="custom.htm">
<AREA SHAPE=RECT COORDS="275,34,347,55" HREF="board.htm">
<AREA SHAPE=RECT COORDS="357,34,420,55" HREF="tools.htm">
<AREA SHAPE=RECT COORDS="430,31,484,65" HREF="icons.htm">
</MAP>
<img src="images/menu.gif" BORDER=0 ISMAP USEMAP="#menu" ALT="Menu">
</td>
<td width=70> </td>
</tr>
</table><br><br>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td>
<table border=0 width=640 cellpadding=0 cellspacing=0>
<tr>
<td width=70> </td>
<td width=500>
<center><font size=5>Make your own icons tutorial</font></center>
<hr color="black" size="2" noshade>
<big><big>1.</big></big>
First you will need to use Microsoft Paint to make your icon! Open
Paint and resize the image area to 32x32 and make your icon. Then
save it.<br><img src="images/tutorial/tutorial1.gif">
<br><br> <big><big>2.</big></big>
Now you will need to get LView Pro
(<a href="http://www.lview.com/lvsetup.exe">http://www.lview.com/lvsetup.exe</a>).
After you download and install it, open it. When you have LView open click on File
and then <u>O</u>pen... now open the bmp file you saved with Paint. When you have
it open, click on Color > <u>P</u>alette Operations > G<u>l</u>obal Palette.
Click on "Create a palette with exactly (<b>16</b>) colors" Make sure the box has
16 in it and uncheck "Include the default Windows' colors (min. 16 colors)", then click ok and save it.
<br><img src="images/tutorial/tutorial2.gif">
<br><img src="images/tutorial/tutorial3.gif">
<br><br> <big><big>3.</big></big>
Now open the bmp file in Paint again. When you have it open, click File > Save As...
Now you will need to change the "Save as type" to "256 Color Bitmap (*.bmp,*.dib)" Then click Save.
<br><img src="images/tutorial/tutorial4.gif">
<br><br><center><a href="tutorial2.htm">Next ></a></center>
<hr color="black" size="2" noshade><br><br>
<center>
© 2000, <a href="index.htm">DREAMCAST VMU ICONS.</a> All Rights Reserved.<br>
<font="1"><a href="disclaimer.htm">legal disclaimer</a></font>
</center>
</td>
<td width=70> </td>
</tr>
</table>
</td>
<td valign="top" width="160">
<center>
</center>
</td></tr>
</table>
</body>
</html>