Staredit Network

Staredit Network -> UMS Assistance -> Sorry for all the posts but What is
Report, edit, etc...Posted by DarkDeath19 on 2004-09-26 at 14:48:53
I have not a clue I am sorry for asking so many questions but I might need to know to enhance the game play of my map.
Report, edit, etc...Posted by VoidArchon(MC) on 2004-09-26 at 15:13:27
A sprite is a either in Starforge as a Special Unit, that does stuff to tweak a map, or it is aka a Doodad
Report, edit, etc...Posted by BeeR_KeG on 2004-09-26 at 16:40:19
A sprite has the appearance of a unit, building, doodad... etc. But it has no pshysical properties like the 70% chance to miss when fireing at units under doodads. Sprites are simply images.
Report, edit, etc...Posted by Staredit.Net Essence on 2004-09-26 at 16:44:21
I'm confused... Are these determinating the dimention of units?

Like, Marines = 1 sprite, Zealots = 2 and goons = 3? Or it's purely for graphical purposes?
Report, edit, etc...Posted by BeeR_KeG on 2004-09-26 at 16:49:05
Let me make it simpler.

A sprite is the graphic that a unit uses.
Since a sprite is not the actual unit it will not have any properties like the real thing in the game.
Each unit has it's own sprite and each sprite has it's own code.

EX:(These are not actual values)

Marine:
Sprite = 01
Unit # = 01
The marine you see in a game combines the 01 sprite and the properties of unit 01.
The sprite is simply the picture without the Unit # = 01.

This gives me an idea: If you could somehow mix the sprites with the unit # we could have flying marines and stuff.
Report, edit, etc...Posted by Mini Moose 2707 on 2004-09-26 at 16:49:22
Some units do use multiple sprites. It has nothing to with dimension. There are unit-sprites and pure-sprites. The pure ones are the ones that are only graphical.
Report, edit, etc...Posted by .Coko[CK] on 2004-09-26 at 17:31:04
Siege Tank
Goliath

These both have two sprites for the unit;
One for its top:
(Evidence by the Tank changing into its different forms, Blizzard only added it as two units because of the effects on the unit, but we won't go there)
One for its bottom:
(Goliath firing and moving, notice how it goes one direction and shoots another, thats the sprites moving in different directions bringing up different images of the main Goliath)

Most others have one; however some get used now and then, like the extra bits on the building for its lift off and setting down are sprites.
Report, edit, etc...Posted by DT_Battlekruser on 2004-09-26 at 23:12:18
QUOTE
This gives me an idea: If you could somehow mix the sprites with the unit # we could have flying marines and stuff.

--------------------


Thats what modding the .DAT does....
Report, edit, etc...Posted by Staredit.Net Essence on 2004-09-28 at 01:56:18
isnt a sprite a picture..or maybe a frame...all 2D objects in StarCraft (which is basically everything) has sprites...
Report, edit, etc...Posted by .Coko[CK] on 2004-09-28 at 14:21:20
Yes that is correct, though sprite can be used for interaction in forms, such as Doodads giving cover and the obvious use of units...Terrain doesn't really count, for obvious reasons, much like doodads in Terrain format...
Report, edit, etc...Posted by DT_Battlekruser on 2004-09-28 at 18:20:19
QUOTE
isnt a sprite a picture..or maybe a frame...all 2D objects in StarCraft (which is basically everything) has sprites...


Geeneric definition of Sprite:

QUOTE
n.

   1. A small or elusive supernatural being; an elf or pixie.
   2. An elflike person.
   3. A specter or ghost.
   4. Archaic. A soul.
   5. Meteorology. A large, dim, red flash that appears above active thunderstorms in conjunction with lightning.
   6. Programming.  A separate image refrenced by a game engine to be used as an in-game image.
Report, edit, etc...Posted by Staredit.Net Essence on 2004-09-28 at 20:48:08
Will it work if say you make a Disabled?? Marine sprite provide cover. Does it actually do it without crashing or doing nothing. That would be so cool if it does, make mapping a lot eaiser in RPGs where people learn the abilities to dodge attacks.
Report, edit, etc...Posted by Gh[o]st_ on 2004-09-29 at 19:42:59
Ok i understand what is a sprite
but i don'T see how it can be usefull... How come image with proprety would be less usefull than only image??
Report, edit, etc...Posted by EzDay281 on 2004-09-29 at 20:30:24
That didn't make sense.
Also, the Missile Turret uses 2 sprites.

How can it be useful?
Well, placing pure sprites allows you to create cool graphical effects.
Placing unit-tied sprites allows you to make disabled units with different effects than trigger-disabled.
Next Page (1)