I'm currently trying to add custom ships to BH mode, but I don't know how to add more than one ship because the example mod files don't cover it. Can someone tell me what I can do to add more than one?
How do I add more than one ship in mod.txt?
- Edited
Funlax see that action block, that adds your ship to bh? duplicate it and change ship, also its wrong section
BrutaTralb i have no clue if and how to change sections. This is what I have so far. I'm definitely doing something wrong:
Funlax yes, you are doing it wrong, you have many to add action, that means you can add ships in 1 action, you can copy bit with atlantis ship and paste it under al'kesh, so you have
{
BaseValue=whatevercost
DesignedShip=whatever.ship.png
}
{
BaseValue = whatever2cost
DesignedShip=whatever2.ship.png
}
but you may want to use UseOriginalPaintScheme =true right under base value
i know im doing something wrong, i just don't know what:
Funlax add [ right after many to add and add ] after}, which is after Atlantins.ship.png
- Edited
i figured it out. Thanks BrutaTralb
<3