Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline zzc  
#1 Posted : Sunday, July 3, 2016 9:10:20 PM(UTC)
zzc
Major
Joined: 9/5/2014(UTC)
Posts: 144
Malaysia
Location: KL

Thanks: 14 times
Was thanked: 15 time(s) in 13 post(s)
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
Offline klingondragon  
#2 Posted : Monday, July 4, 2016 1:12:33 AM(UTC)
klingondragon
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 4/10/2014(UTC)
Posts: 1,591
United Kingdom
Location: Laniakea; Virgo Supercluster; Local Sheet; Local Group; Milky Way Galaxy; Orion–Cygnus Arm; Gould Belt; Local Bubble; Local Interstellar Cloud; Sol System; Sol III; Europe; United Kingdom of Great Britain and Northen Ireland; Great Britain; England; Essex

Thanks: 16 times
Was thanked: 247 time(s) in 217 post(s)
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.
Offline zzc  
#3 Posted : Monday, July 4, 2016 6:00:43 AM(UTC)
zzc
Major
Joined: 9/5/2014(UTC)
Posts: 144
Malaysia
Location: KL

Thanks: 14 times
Was thanked: 15 time(s) in 13 post(s)
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?

Edited by user Monday, July 4, 2016 6:08:26 AM(UTC)  | Reason: Not specified

Offline Zatsupachi  
#4 Posted : Monday, July 4, 2016 9:14:35 AM(UTC)
Zatsupachi
Major
Joined: 3/27/2015(UTC)
Posts: 490

Thanks: 5 times
Was thanked: 213 time(s) in 155 post(s)
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 B)
"It's precision_bomber."

Death Label HAS BEEN RELEASED(go get v0.99):
http://www.moddb.com/mod...oads/death-label-ver-099

Next Episode:
precision_bomber's Zero Hour SCIENCE!
Offline zzc  
#5 Posted : Monday, July 4, 2016 10:45:41 AM(UTC)
zzc
Major
Joined: 9/5/2014(UTC)
Posts: 144
Malaysia
Location: KL

Thanks: 14 times
Was thanked: 15 time(s) in 13 post(s)
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

Edited by user Monday, July 4, 2016 10:46:24 AM(UTC)  | Reason: Not specified

Offline Zatsupachi  
#6 Posted : Monday, July 4, 2016 11:11:57 AM(UTC)
Zatsupachi
Major
Joined: 3/27/2015(UTC)
Posts: 490

Thanks: 5 times
Was thanked: 213 time(s) in 155 post(s)
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/mod...oads/death-label-ver-099

Next Episode:
precision_bomber's Zero Hour SCIENCE!
thanks 1 user thanked Zatsupachi for this useful post.
zzc on 7/5/2016(UTC)
Offline zzc  
#7 Posted : Tuesday, July 5, 2016 11:32:20 AM(UTC)
zzc
Major
Joined: 9/5/2014(UTC)
Posts: 144
Malaysia
Location: KL

Thanks: 14 times
Was thanked: 15 time(s) in 13 post(s)
It works great.
Offline Deinon  
#8 Posted : Monday, January 29, 2018 12:15:31 AM(UTC)
Deinon
Captain
Joined: 5/11/2016(UTC)
Posts: 85

Thanks: 5 times
Was thanked: 4 time(s) in 4 post(s)
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!

Edited by user Monday, January 29, 2018 1:00:37 AM(UTC)  | Reason: Not specified

Users browsing this topic
Guest (3)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.