Possibility to define units to start with a commander

Possibility to define units to start with a commander

Requests for features in the spring code.

Moderator: Moderators

Post Reply
User avatar
TradeMark
Posts: 4867
Joined: 17 Feb 2006, 15:58

Possibility to define units to start with a commander

Post by TradeMark »

It would be like C&C/RA2 style, you can define how many units you have at start. But in TAS, you could define unit names, and amount.

This could be done by writing a list of the units which you want to start with, for each side of course.
And when game starts, they will appear near the commander.

One thing where this could be useful, is when you play shared coms, you have only one commander at start, but by adding extra com, both can start on their own without waiting the other building the base.


This idea could also be expanded that how you can set the places for starting units. Then you could also make pre-built bases.

Second idea: Every player could buy their starting units with defined starting metal and energy (i think this has been suggested already?).
esteroth12
Posts: 501
Joined: 18 May 2006, 21:19

Post by esteroth12 »

if we could spawn uunits by script, this could be put in the create() section...

ie

Code: Select all

Create()
{
   spawnunit(corak,10,0,0);
   spawnunit(corak,0,10,0);
   spawnunit(corak,-10,0,0);
   spawnunit(corak,0,-10,0);
}
spawnunit(<unitname>,<x,y,z offset>); or something

@second: that has been suggested already... make a new radius about a quarter of the current DGun limit where no unit can leave, and make a "prebuild", like in metal fatigue... you get +0 resources for the first 2 minutes (or until everyone agrees that they're done by hitting a button), and everything has a nanopower of 100000
User avatar
KDR_11k
Game Developer
Posts: 8293
Joined: 25 Jun 2006, 08:44

Post by KDR_11k »

I think mod defined lists of starting units would be nice so you could e.g. have a mod where everyone starts with three con vehs.
User avatar
PauloMorfeo
Posts: 2004
Joined: 15 Dec 2004, 20:53

Post by PauloMorfeo »

That would be helpfull indeed.

Anyway, as esteroth12 said, if we could create units in the script, it would solve that. (starting with 3 con vehicles, starting with whatever, units metamorphing, bunkers spawning the soldiers inside, etc, etc, etc, etc)
Post Reply

Return to “Feature Requests”