Skip to content

Give each building the possibility to have it's own productionqueue

Petrenko edited this page Jun 29, 2011 · 4 revisions

Requires: Nothing.

Conflicts with: Any productionfacilities that you don't make to work like described below, too.

To make RA-Production work like in CNC edit like this:

  1. Open up /ra/rules/system
  2. Right at the beginning there are productionqueue's for everything you need. (Infantry, Vehicle, etc...)
  3. Delete them
  4. Add this to all structure in /ra/rules/structures which should produce.
   ProductionQueue:		# States what kind of productionbar will be added
      Type: Infantry		# In this example we got "infantry"
      BuildSpeed: .4		# Buildspeed factor
      LowPowerSlowdown: 3		# When you got low power, how much the building will slow down
  1. At ProductionBar-trait change type to whatever you like.

There is: Infantry, Aircraft, Vehicle, Building, Defense

Back

Clone this wiki locally