Galaxy Forge Wormholes

In the Galaxy forge map creator, is there any way to specify which wormholes are connected to each other?

4,959 views 5 replies
Reply #3 Top

A couple more Q's

1. As far as neutral colonies go, can you control where they are?

2. In the planet editor, do I HAVE to put a template in to spawn artifacts or specific milita ships?

Reply #4 Top

kron, for neutral colonies you need a template( and I  suggest adding a coloy frigate as well just to force the colonisation), and for artifacts and militia ships it is a good idea to use templates, but they can be spawned without a template

harpo

 

Reply #5 Top

when you put in a template (have to do this in Notepad) you change this

group
   condition
    type "NoPlanetOwnerWithChance"
    param "0.3"
   owner "RandomMilitia"
   colonizeChance 0
   items 4
    item "Tech:Frigate:AntiFighter"
    item "Tech:Frigate:Light"
    item "Tech:Frigate:Siege"
    item "Tech:Frigate:Heavy"

to 1

group
   condition
    type "NoPlanetOwnerWithChance"
    param "0.3"
   owner "RandomMilitia"
   colonizeChance 1
   items 4
    item "Tech:Frigate:AntiFighter"
    item "Tech:Frigate:Light"
    item "Tech:Frigate:Siege"
    item "Tech:Frigate:Heavy"