berakberak
  • berakberak
  • 50.25% (Neutral)
  • Private Topic Starter
11 years ago
I want to place a GLA arms dealer in world builder and i want to make it unlock all of its vehicles without general powers when i capture it (e.g. marauder tanks requires general power to unlock). Do i able to do that?
Sponsor
acidbrain
10 years ago
You can make a seperate player who owns the building and grant the sciences with some scripting.
You can also use a map.ini and the following modules:

GrantUpgradeCreate
   UpgradeToGrant = [entry from Upgrade.INI]
   ExemptStatus   = [Status Bits type]
End

GrantScienceUpgrade ModuleTag_Science
    GrantScience = [Entry from Science.ini]
    TriggeredBy  = [entry from Upgrade.INI]
End

Im not entirely sure about the 'GrantScienceUpgrade' module though since it needs and upgrade, didnt test it, but if you grant an upgrade you can use that upgrade to trigger the 'GrantSienceUpgrade' module, i think..:P

Greetz
Panem et kirkinses
ComradeGeneral
10 years ago
You can use a script to grant upgrades.
It's in Map -> Modify -> Adjust tech tree for specific object type.
Just find whatever vehicles you want buildable, and use Ignore_Prerequisites. (GLATankMarauder). As long as you own the arms dealer, you'll be able to build the marauder.
Home is where the InnerPerimeter is.
berakberak
  • berakberak
  • 50.25% (Neutral)
  • Private Topic Starter
10 years ago
i change my mind since it makes the game easier. thx btw