DOCa Cola
Offline
Posts: 2494
|
 |
« on: November 07, 2007, 11:41:26 AM » |
|
This should be interesting for modders using the 1.2.4 patch in their current project with the modular stations feature.
I now came behind the issue why using more than one shipyard as a modular station won't allow the second shipyard to be build under some circumstances. it has nothing to do with stock odfs or something like that. an armada function that checks research pods for the same type to prevent building the same upgrades on a researchstation twice. it is meant to poll some properties of the researchpods attached to let armada know two pods are of the same type. due to the researchstations were not designed to work with shipyards this function checks wether the second and/or third builditems are the same on a shipyard pod - and if so, it prevents you from building a second station. so the workaround for 1.2.4 is to have the builditems ordered around in your shipyards so that builditem1 and 2 differ if you like to use more than one of the same type.
upcoming 1.2.5 will have this function fixed in order for shipyard pods to fully work. you still need to use different odfs for each pod.
let me know if that has worked for you
|
|
|
|
|
Logged
|
|
|
|
redmanmark86
Offline
Posts: 270
|
 |
« Reply #1 on: November 07, 2007, 01:40:13 PM » |
|
dont spose you came across this after you designed how the klingons build ships?
|
|
|
|
|
Logged
|
|
|
|
Lt.Cmdr Worf
Offline
Posts: 144
|
 |
« Reply #2 on: November 09, 2007, 03:37:40 PM » |
|
so basically I have to change the build order...so build a shipyard...then build something else like a turret or something..and then build another shipyard? is that what you are saying? but actually have the build order changed in the odf file.
|
|
|
|
« Last Edit: November 09, 2007, 03:39:40 PM by Lt.Cmdr Worf »
|
Logged
|
|
|
|
DOCa Cola
Offline
Posts: 2494
|
 |
« Reply #3 on: November 09, 2007, 07:20:22 PM » |
|
no, in the shipyard odf, the builditems1 and 2 have to differ in each shipyard in order to have two shipyards on a researchstation usable at the same time currently
|
|
|
|
|
Logged
|
|
|
|
Lt.Cmdr Worf
Offline
Posts: 144
|
 |
« Reply #4 on: November 09, 2007, 08:04:38 PM » |
|
WHOOOO HOOOO!!!! Doca you are indeed the Man!!! Finally it works...I am ecstatic about this..I can finally build my DS9 the way i want it!!! Thank you sir.
|
|
|
|
|
Logged
|
|
|
|
DOCa Cola
Offline
Posts: 2494
|
 |
« Reply #5 on: November 09, 2007, 09:44:55 PM » |
|
good to hear  thats great
|
|
|
|
|
Logged
|
|
|
|
Meredith
The Great Badge Master!
Offline
Posts: 290
tec'ma-te bra'tac
|
 |
« Reply #6 on: November 11, 2007, 12:20:27 AM » |
|
I have also noticed the same problem in my moding you can only build one of each type of station on a research station so what your saying is we have to have the station duplicated under say 2 odf files if we want to have two at a time on the station? and that is what 1.2.5 will fix?
|
|
|
|
|
Logged
|
|
|
|
Lt.Cmdr Worf
Offline
Posts: 144
|
 |
« Reply #7 on: November 11, 2007, 12:52:05 AM » |
|
you can have the station duplicated..but the buildlist for say a shipyard if you want two shipyards attached to a station, has to have the first and second builditems be different..so for example:
station1.odf
buildItem0 = "fscout" buildItem1 = "fcolony"
and then:
station2.odf
buildItem0 = "fcolony" buildItem1 = "fscout"
see what I mean?
|
|
|
|
|
Logged
|
|
|
|
DOCa Cola
Offline
Posts: 2494
|
 |
« Reply #8 on: November 11, 2007, 03:23:50 AM » |
|
yea, exactly, but it should be with buildItem1 and buildItem2 (buildItem0 can be the same).
|
|
|
|
|
Logged
|
|
|
|
Lt.Cmdr Worf
Offline
Posts: 144
|
 |
« Reply #9 on: November 11, 2007, 04:37:21 AM » |
|
oh..okay..but builditem0 and builditem1 work just the same...so i guess its okay...
|
|
|
|
|
Logged
|
|
|
|
Meredith
The Great Badge Master!
Offline
Posts: 290
tec'ma-te bra'tac
|
 |
« Reply #10 on: November 11, 2007, 08:12:59 PM » |
|
thats confusing  so that is what 1.2.5 will fix? 
|
|
|
|
|
Logged
|
|
|
|
DOCa Cola
Offline
Posts: 2494
|
 |
« Reply #11 on: November 11, 2007, 09:25:42 PM » |
|
erm, yes  i posted this as info if you'd like to play with this feature now and don't wait until i have 1.2.5 ready for release
|
|
|
|
|
Logged
|
|
|
|
|