zzc
  • zzc
  • 50.25% (Neutral)
  • Major Topic Starter
9 years ago
Applied chem suit upgrade to china infantry and it doesnt quite work.

Those effects dont seem to like each other, I get a crash every time the chem suit upgrade is done. Or is it just me?


Sponsor
klingondragon
9 years ago
It works fine in my small changes mod. The only problem is that once the chem suites are done if you put 5 infantry together you lose the chem suits art under the infantry (the effect of the upgrade still apply) and is replaced with horde, then if you split up the infantry the horde texture fades and chem suits doesn't come back.
zzc
  • zzc
  • 50.25% (Neutral)
  • Major Topic Starter
9 years ago
Guess I need to try it again.

Next is can the OCL generate multiple objects? like spawning both rangers and defenders, reinforcement gives multiple vehicle types, and such like. How is it written?
Zatsupachi
9 years ago
Multiple DeliverPayload/CreateObject entries in an OCL.

The effect though is with DeliverPayload where you can see two planes(one drops unit A and other for unit 😎
"It's precision_bomber."
Death Label HAS BEEN RELEASED(go get v0.99):
http://www.moddb.com/mods/death-label/downloads/death-label-ver-099 
Next Episode:
precision_bomber's Zero Hour SCIENCE!
zzc
  • zzc
  • 50.25% (Neutral)
  • Major Topic Starter
9 years ago
Like this;

ObjectCreationList OCL_ReinforcementPadUSAVehicle
DeliverPayload
Transport = AmericaJetCargoPlane
StartAtPreferredHeight = Yes
StartAtMaxSpeed = Yes
MaxAttempts = 4
DropOffset = X:0 Y:0 Z:-5
DropDelay = 400
PutInContainer = LargeParachute
Payload = AmericaTankPaladin 2
Payload = AmericaTankCrusader 2
ParachuteDirectly = Yes ; will tell all contained parachutes to go ahead and bunch
; up on the target instead of parachuting to the spot below their drop point.
DeliveryDistance = 250
End
End

or this; 2 deliver in the same ocl

ObjectCreationList OCL_ReinforcementPadUSAVehicle
DeliverPayload
Transport = AmericaJetCargoPlane
StartAtPreferredHeight = Yes
StartAtMaxSpeed = Yes
MaxAttempts = 4
DropOffset = X:0 Y:0 Z:-5
DropDelay = 400
PutInContainer = LargeParachute
Payload = AmericaTankPaladin 2
ParachuteDirectly = Yes ; will tell all contained parachutes to go ahead and bunch
; up on the target instead of parachuting to the spot below their drop point.
DeliveryDistance = 250
End

DeliverPayload
Transport = AmericaJetCargoPlane
StartAtPreferredHeight = Yes
StartAtMaxSpeed = Yes
MaxAttempts = 4
DropOffset = X:0 Y:0 Z:-5
DropDelay = 400
PutInContainer = LargeParachute
Payload = AmericaTankCrusader 2
ParachuteDirectly = Yes ; will tell all contained parachutes to go ahead and bunch
; up on the target instead of parachuting to the spot below their drop point.
DeliveryDistance = 250
End



End
Zatsupachi
9 years ago
The second one. Two Payload values under a DeliverPayload doesn't work.
"It's precision_bomber."
Death Label HAS BEEN RELEASED(go get v0.99):
http://www.moddb.com/mods/death-label/downloads/death-label-ver-099 
Next Episode:
precision_bomber's Zero Hour SCIENCE!
zzc
  • zzc
  • 50.25% (Neutral)
  • Major Topic Starter
9 years ago
It works great.
Deinon
  • Deinon
  • 50.25% (Neutral)
  • Captain
8 years ago
I seem to be facing this same issue. Copied in the code from the "small changes" mod in the CommandSet and InfantryGeneral INI files and it's still happening. Working on a Generals Challenge map for the Infantry general and the game crashes a few seconds after upgrading to chem suits. Was anyone able to figure this out?

Thanks in advance!
Users browsing this topic