StarCraft - Page 2

StarCraft

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

User avatar
Zpock
Posts: 1218
Joined: 16 Sep 2004, 23:20

Post by Zpock »

What we need is general unit abilities. That needs the ui button and ability to change around stats on itself or the enemy and stuff. And a mana bar, of course.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Post by Pxtl »

Well, try and think generalized... of course, most of these are more issues for the Command Engine, likely too complex for Spring.

- Display of unit-script variables as status-bars on the unit. That would be useful for shields, XP, mana, whatever.

- Spells - imho, they'd go best in the build-menu. To start, they could simply be weapons that are basically the same as the D-gun, except using a different button to fire it. Then you could focus on enhancing the weapon system to enable the spells you need - like "spawn unit X on impact" and suchlike.

- Better support for payload-based weapons to make the Reaver more doable.

- Units that exist only to follow the orders of an owner, but are physically independant from it.
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Post by SinbadEV »

One simple change would be to allow Nukes to only fire on locations which are in the player's line of site... not quite as good as the ghost/silo combo but comparable.
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Post by smoth »

the reaver is like the carrier it just uses aircraft that move along ground and self-d ala scourge.

One thing I would like to see is sort of small area reveal type spell.

As far as features it is good to suggest things but command engine is a good bit away guys so do not hold your breath.
FLOZi wrote:Arghs changes to flamethrower code, my fixing s3o cloaking... not major, but not entirely trivial, either. My point is that if modders desperately need something we do have the ability to do it ourselves and not trouble the people who are adding huge new parts to the engine.
I wrote a patch to :(...

Anyway, moders are BUSY with their mod so they cannot often stop to code.
User avatar
FLOZi
MC: Legacy & Spring 1944 Developer
Posts: 6241
Joined: 29 Apr 2005, 01:14

Post by FLOZi »

smoth wrote:the reaver is like the carrier it just uses aircraft that move along ground and self-d ala scourge.

One thing I would like to see is sort of small area reveal type spell.

As far as features it is good to suggest things but command engine is a good bit away guys so do not hold your breath.
FLOZi wrote:Arghs changes to flamethrower code, my fixing s3o cloaking... not major, but not entirely trivial, either. My point is that if modders desperately need something we do have the ability to do it ourselves and not trouble the people who are adding huge new parts to the engine.
I wrote a patch to :(...

Anyway, moders are BUSY with their mod so they cannot often stop to code.
I know, and the seperation of fireplatform and airbase is handy too :-)
pintle
Posts: 1763
Joined: 19 Dec 2005, 16:01

Post by pintle »

are reveal spell could be done with a unit with no weapons, big los and time to live maybe? (if time to live is doable)
User avatar
Guessmyname
Posts: 3301
Joined: 28 Apr 2005, 21:07

Post by Guessmyname »

*me waits for trepan to point out the wonders of LUA*
User avatar
yuritch
Spring 1944 Developer
Posts: 1018
Joined: 11 Oct 2005, 07:18

Post by yuritch »

pintle wrote:are reveal spell could be done with a unit with no weapons, big los and time to live maybe? (if time to live is doable)
Time to live is doable (you'll have to emit an explosion from the unit after some delay to kill it). If that unit has low cost and low build time and something with really long build range can make it, you'll have area reveal spell (or something close).
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Post by SinbadEV »

Actually a Number of "Spells" could be implemented by building special units that instabuild... you could have, at least, any effect that a mine can cause available as spells, the temporary vision, can you think of any spells that would not be duplicated by something spring can already do?
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Post by knorke »

slowdowning enemy units maybe.
or like the zerg parasite: you infect an enemy and can see everything he can see.

TNT attack in C&C (infantry places bomb on building which explodes after some seconds)

chainlighting that jumps from unit to unit.

But all this stuff is not really important because it does not create new gameplay.
Ressourcecollectors that have to return to a base or the need to build "supply" for units would be nice I think.

the Protoss Reaver is also impossible to make because nobody knows how Blizzard managed to give him and his scrabs this superstupid AI.
User avatar
SinbadEV
Posts: 6475
Joined: 02 May 2005, 03:56

Post by SinbadEV »

yeah. one thing that would be cool would be to allow attaching units to other units in spring... that would allow for a lot of things that other RTSs do possible.

I thought spring already had chain lightning... guess I's wrong.
User avatar
Zpock
Posts: 1218
Joined: 16 Sep 2004, 23:20

Post by Zpock »

knorke wrote:But all this stuff is not really important because it does not create new gameplay.
Uh what do you mean no new gameplay? Unit special abilities add in a whole new dimension(s) in unit making allowing much more interesting units.
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

You can attach but I think what you mean is create along with another unit.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Post by knorke »

Zpock wrote:
knorke wrote:But all this stuff is not really important because it does not create new gameplay.
Uh what do you mean no new gameplay? Unit special abilities add in a whole new dimension(s) in unit making allowing much more interesting units.
what i mean is that every spell or ability has to be coded into the spring-engine but in the end <stupid example>a Maverik with the ability to split into 5 Peewees would not change the gameplay as much as having to pick up the ressources from metalextractors with lorries and transporting it to a storage</stupid example>
hm, just forget it ;)

what might be useable for a number of effects:
units turning into different units with the click of a button.
(kill old unit, then create new unit)
this way you could make:
-units, that unfold to do stuff:
--artillery that has to deploy to shot
--mobile airfields that deploy to supply aircrafts
--moving metalextractors
-swichting weapons
-buildings units from some standard startunit (zerg style)

attaching units:
I think someone made a factory with wings, that were two units attached to each other with scripting or something?
User avatar
Zpock
Posts: 1218
Joined: 16 Sep 2004, 23:20

Post by Zpock »

But most of these things can be done, like deploying artillery and switcing weapons. (but could use cleaner ways to do it, currently its hackarounds that maybe dont work perfectly)

I think what's needed is abilities that let unit interact with eachother by other means then just damage. Like damage over time effects, invisibility 'spells', slowing other units, and other different buffs/debuffs. Yes and auras, autocasting..

In short, not starcraft, but kind of a WC3 ability system. I know people are going to call me a huge blasphemerer for bringing that game up, but think of the ability to mod these things in, then the mod decides if it actually uses it, so TA style gameplay isn't molested.

Combine with skeleton animation, this could be very cool for fantasy oriented modding.

And different economy systems with gatherers and stuff would own, yes.
Last edited by Zpock on 24 Mar 2007, 10:44, edited 1 time in total.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Post by knorke »

deploying artillery can be done?
is there any mod using it? i always like those :roll:
i know that these fps mods have weapon switching with the on/off toggle.
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

Try Kernel Panic KDR Edit 8, the pointer will deploy when it stops and can only shoot when deployed. I opted against manual deployment since Kernel Panic is a very fast mod and it's safer to just assume the player wants those things deployed when he moves them somewhere.
User avatar
Zpock
Posts: 1218
Joined: 16 Sep 2004, 23:20

Post by Zpock »

BTW I just had a really epic starcraft game. The host kicked me out from his team becouse my stats suck (like 5-11), then I rejoined and was on the other team, so he was happy I guess.

Then the game went on for 30min. I made 20 carriers and went around the map pwning stuff. The other guys used templars tough so I had to go back and recharge shields all the time and be really careful. The game was very even and then they molested my expansion, while my main base ran out of minerals, so I had about 20 carrier fleet, no batteries to charge them with, and a bunch of scouts. I managed to flatten one guys base with my carrier, after wich I pwned the army attacking my base. Then I had no minerals and there were 1 enemy left. Started gathering minerals slowly from the middle to build a nexus. Then after a while we ganged up on the poor guy and killed him after a few minutes of calamity.
User avatar
knorke
Posts: 7971
Joined: 22 Feb 2006, 01:02

Post by knorke »

thats also cool about starcraft, even on maps where you can build 20 carriers (big game hunters i guess?) it never gets as dull as spring on speedmetal.
User avatar
Masse
Damned Developer
Posts: 979
Joined: 15 Sep 2004, 18:56

Post by Masse »

knorke wrote:thats also cool about starcraft, even on maps where you can build 20 carriers (big game hunters i guess?) it never gets as dull as spring on speedmetal.
there's a reason... its resources in starcraft u allways have to think where to expand next before your resoures are depleted

and i like the way stracraft resources work it prevents porcing
Post Reply

Return to “Game Development”