ID:177635
Aug 17 2002, 1:56 pm
|
|
i found some great warcraft 3 icons for my warcraft game and i need help on getting them into dmi format, also i need help on coding those icons in. And last i need a good battle system that would fit my warcraft game. also congrats for me on my new game rune quest, but please some 1 help me with my coding problems?
|
MajinRaditz wrote:
i found some great warcraft 3 icons for my warcraft game and i need help on getting them into dmi format, also i need help on coding those icons in. And last i need a good battle system that would fit my warcraft game. also congrats for me on my new game rune quest, but please some 1 help me with my coding problems? Start by not asking people to code your battle system and go here, http://byond.com/hub/DM/Tutorials http://byond.com/hub/DM/Demos, Siientx |
icon procedure, from any paint program:
Open picture in paint
Select area of pixels you wish to appear as an icon, generally 32x32 or smaller
Copy the selection
Open the icon editor in Dream Maker
Create a New Icon
Open the new icon
Paste the selection into the icon
Click back and name the icon_state
Coding an Icon, for mobs, objs, and turfs:
mob
icon='iconfile.dmi'
icon_state="the name of the icon state"
obj
icon='iconfile.dmi'
icon_state="the name of the icon state"
turf
icon='iconfile.dmi'
icon_state="the name of the icon state"
I dont think it can get any simpler...