Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Thu Mar 28, 2024 2:44 pm
All times are UTC + 0
Ares Broke Carryalls?
Moderators: Ares Support Team at PPM, Global Moderators, Red Alert 2 Moderators
Post new topic   Reply to topic Page 1 of 1 [41 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Thu Feb 15, 2018 12:41 am    Post subject:  Ares Broke Carryalls? Reply with quote  Mark this post and the followings unread

Trying to get carryalls working as it used to, Giving a [SHAD] (nighthawk) based unit the tag Carryall=yes Carryall.SizeLimit=-1 and it doesn't work. The unit needs to be in the aircraft list, which forces it to use the airbase. And even then - it is not picking up my tanks. Following Ares Documentation for implementation. But unlike most other mechanics they have introduced - this one seems broke.


Does anybody know anything about this? Or am I missing something?


Code:
Carryall=yes
Carryall.SizeLimit=-1
AirportBound=no
Dock=

Back to top
View user's profile Send private message
Mig Eater
Defense Minister


Joined: 13 Nov 2003
Location: Eindhoven

PostPosted: Thu Feb 15, 2018 2:00 am    Post subject: Reply with quote  Mark this post and the followings unread

Carryalls have always needed to be an aircraft type since their introduced in TS. I also have Carryalls working without any problems in my Ares mod using the same code you have posted. You must have done something else wrong, post your full code so we can check it for you.

_________________



Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL Facebook Profile URL Twitter Channel URL
4StarGeneral
General


Joined: 14 Sep 2006
Location: Limbo

PostPosted: Thu Feb 15, 2018 2:15 am    Post subject: Reply with quote  Mark this post and the followings unread

The Dock= tag shouldn't even be there, but also since you gave it to the nighthawk it doesn't work because the nighthawk is a JumpJet unit. It needs to have the Flying locomotor. Passengers doesn't really work with it either, though it can have them.

Code:
[SHAD]
JumpJet=no
Carryall=yes
Carryall.SizeLimit=-1
AirportBound=no
Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1} ;flying

_________________
"Don't beg for things; Do it yourself or you'll never get anything."

Back to top
View user's profile Send private message Send e-mail YouTube User URL
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Thu Feb 15, 2018 3:22 am    Post subject: Reply with quote  Mark this post and the followings unread

Did the trick


+ I assume

Factory.ExplicitOnly=

this works to divert it Smile

Thanks guys

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Thu Feb 15, 2018 3:35 am    Post subject: Reply with quote  Mark this post and the followings unread

The carryall logic works now, but the carry won't build from the factory. the gaweap - it always builds to a dock.

Code:
[CARRYALL]
UIName=Name:HIND
Name=Hind Transport
Prerequisite=GAWEAP
Primary=BlackHawkCannon
Strength=175
Category=Support
JumpJet=no
Armor=light
TechLevel=7
Sight=7
RadarInvisible=yes
Landable=yes
PipScale=Passengers
;Passengers=5
Speed=14
PitchSpeed=1.1
JumpjetSpeed=30 ;params not defined use defaults (old globals way up top)
JumpjetClimb=10
JumpjetCrash=40 ; Climb, but down
JumpJetAccel=12
JumpJetTurnRate=6
JumpjetHeight=500
JumpjetWobbles=.01
JumpjetDeviation=1
Owner=British,French,Germans,Americans,Alliance,Canada,Australia,SouthAfrica
RequiredHouses=SouthAfrica
Cost=1000
Points=15
ROT=5
Crewed=yes
ConsideredAircraft=yes
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
MaxDebris=3
VoiceSelect=BlackOpsSelect
VoiceMove=BlackOpsMove
VoiceAttack=BlackOpsAttackCommand
VoiceCrashing=BlackOpsVoiceDie
DieSound=
CrashingSound=BlackOpsDie
ImpactLandSound=GenAircraftCrash
Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1} ;flying
;Locomotor={92612C46-F71F-11d1-AC9F-006008055BB5} ;jumpjet
MovementZone=Fly
DamageParticleSystems=SparkSys,SmallGreySSys
;AuxSound1=BlackOpsTakeOff   ;Taking off
;AuxSound2=BlackOpsLanding   ;Landing
ThreatPosed=0
SpecialThreatValue=1
VeteranAbilities=STRONGER,FIREPOWER,SIGHT,FASTER
EliteAbilities=SELF_HEAL,STRONGER,FIREPOWER,ROF
Size=15
SizeLimit=2
HoverAttack=yes
;OmniFire=yes ;GEF moved to weapon
AllowedToStartInMultiplayer=yes
Crashable=yes
CanPassiveAquire=no ; Won't try to pick up own targets
SpeedType=Hover
MoveSound=BlackOpsMoveLoop
EnterTransportSound=EnterTransport
LeaveTransportSound=ExitTransport
ElitePrimary=BlackHawkCannonE
PreventAttackMove=yes
;Bombable=no
TooBigToFitUnderBridge=true
Trainable=yes
Bunkerable=no; Units default to yes, others default to no
Carryall=yes
Carryall.SizeLimit=-1
AirportBound=no
Builtat=GAWEAP

Back to top
View user's profile Send private message
4StarGeneral
General


Joined: 14 Sep 2006
Location: Limbo

PostPosted: Thu Feb 15, 2018 4:21 am    Post subject: Reply with quote  Mark this post and the followings unread

That's because it's an AircraftType now, so it'll only be built at Factory=AircraftType regardless if you have BuiltAt, if your BuiltAt= structure doesn't create AircraftType.

Testing all this, I find Carryall to be buggy as it is. It can't handle a weapon as on killing a target it will fly to the edge of the map in a random direction. Nor can it seem to handle landing correctly either, where it just hovers over the ground like an idiot until you tell it to land somewhere else. Oh and like TS aircraft it also won't reveal the map where it lands and cannot move to shroud. Maybe I'm doing something wrong, but I've been removing feature after feature and no fix is in sight.

_________________
"Don't beg for things; Do it yourself or you'll never get anything."

Back to top
View user's profile Send private message Send e-mail YouTube User URL
cxtian39
Commander


Joined: 11 Feb 2016

PostPosted: Thu Feb 15, 2018 7:21 am    Post subject: Reply with quote  Mark this post and the followings unread


_________________

Back to top
View user's profile Send private message Skype Account
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Thu Feb 15, 2018 2:12 pm    Post subject: Reply with quote  Mark this post and the followings unread

I told you, it feels like carryalls are broken.

I remember before ares - you could activate this logic really simply. And yes it didn't have fancy cursors and stuff - just that big no entry cursor - but it still worked really well. ANd you could build them from the factory - I am +100% certain of it.

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Thu Feb 15, 2018 2:22 pm    Post subject: Reply with quote  Mark this post and the followings unread

aww that really sucks there is no solution.


Ares released an update in Jan right?
So ares is still going?

I hope ares either fix or expand carryalls, maybe even include carryall - harvester logic from dune 2000.  But most importantly, allow vehicles types with - consideredaircraft=yes - to be carryall=yes.

Back to top
View user's profile Send private message
Lin Kuei Ominae
Seth


Joined: 16 Aug 2006
Location: Germany

PostPosted: Thu Feb 15, 2018 3:09 pm    Post subject: Reply with quote  Mark this post and the followings unread

You have internal transports. Why would you want the inconvenient carryall if the internal transports offer much more modding flexibility and better handling ingame?

I would love to get rid of carryalls in TS and have working dropships instead.

_________________
SHP Artist of Twisted Insurrection:  Nod buildings

Public SHPs
X-Mech Calendar (28 Mechs for GDI and Nod)
5 GDI, 5 Nod, 1 Mutant, 1 Scrin unit, 1 GDI building

Tools
Image Shaper______TMP Shop______C&C Executable Modifier

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Thu Feb 15, 2018 4:08 pm    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
I would love to get rid of carryalls in TS and have working dropships instead.


An amphibious transport with flying locomotor? Smile
Good Idea.

But it is a shame to loose the tank below the chopper effect, and unloading is much slower and more dangerous.


I am going to try to suggest this logic Vehicletypes with ConsideredAircraft=Yes taking on Carryall=Yes l- to the official ares site. And mention the Dune2000 carryall behaviours.

Back to top
View user's profile Send private message
AlexB
Commander


Joined: 31 May 2010
Location: Germany

PostPosted: Thu Feb 15, 2018 8:43 pm    Post subject: Reply with quote  Mark this post and the followings unread

AnimalMan wrote:
I remember before ares - you could activate this logic really simply. And yes it didn't have fancy cursors and stuff - just that big no entry cursor - but it still worked really well. ANd you could build them from the factory - I am +100% certain of it.

Unfortunately, being 100% certain isn't the same as being right. The Carryall=yes setting is only ever read for AircraftTypes both in YR and TS, thus no UnitType ever could have been made into a Carryall. AircraftTypes cannot build from a Factory=UnitType building, so this is also improbable at least. Thus, Ares must have broken a well working feature by no longer supporting things that were not possible even without Ares.

AnimalMan wrote:
Ares released an update in Jan right?
So ares is still going?

I hope ares either fix or expand carryalls, maybe even include carryall - harvester logic from dune 2000.  But most importantly, allow vehicles types with - consideredaircraft=yes - to be carryall=yes.

Yeah, Ares' latest release is still pretty new.

Carryalls aren't broken, though: Both the game's rulesmd.ini and the Ares documentation state that only AircraftTypes can be Carryalls. They do what they were designed to do (by the TS devs), and Ares doesn't change that. It only expands a few things, and adds support for cursors and ships (which TS didn't have).

I concur, they might not have all the features that would be good to have. Weapons make a Carryall just drop its cargo like a paradrop plane (that's how the engine has been doing this for ages (see RA1's paradrop / parabombs). Shroud would be another thing, which might be a balance issue. Also automatic harvester transport would be cool.

UnitTypes don't have a lot of functions that would be needed to add this (this involves unit movement, drawing, and cursors at least). I don't think that's gonna happen. Would be some effort, and the use cases are pretty limited.

_________________

Back to top
View user's profile Send private message
Crimsonum
Seth


Joined: 14 Jul 2005
Location: Fineland

PostPosted: Fri Feb 16, 2018 7:51 am    Post subject: Reply with quote  Mark this post and the followings unread

AlexB wrote:
I concur, they might not have all the features that would be good to have. Weapons make a Carryall just drop its cargo like a paradrop plane (that's how the engine has been doing this for ages (see RA1's paradrop / parabombs). Shroud would be another thing, which might be a balance issue. Also automatic harvester transport would be cool.


I assume this was either fixed in Ares or was never a problem in RA2 to begin with, but in TS, if the carryall paradrops a unit, the unit does not land correctly on the cell, and instead lands at a dozen pixels above the cell center. The unit will work just like before, but it will remain in this awkward position until it's destroyed - there's no way to return it to normal. IIRC voxel shadows still get drawn in the correct position, but I'm not entirely certain about this.

_________________


Back to top
View user's profile Send private message
Lin Kuei Ominae
Seth


Joined: 16 Aug 2006
Location: Germany

PostPosted: Fri Feb 16, 2018 9:09 am    Post subject: Reply with quote  Mark this post and the followings unread

A bug in TS, no clue if still present in RA2/Ares, when a unit is dropped by the carryall, that dropped unit is completely inactive. It doesn't respond when being fired upon and doesn't engage any enemy units.
Only when you give the dropped unit a move command, you get it out of it's passive state.
That's why i would prefer internal transports, as they release the units in normal guard mode.

_________________
SHP Artist of Twisted Insurrection:  Nod buildings

Public SHPs
X-Mech Calendar (28 Mechs for GDI and Nod)
5 GDI, 5 Nod, 1 Mutant, 1 Scrin unit, 1 GDI building

Tools
Image Shaper______TMP Shop______C&C Executable Modifier

Back to top
View user's profile Send private message
Tuc0
Missile Trooper


Joined: 26 Sep 2016
Location: Slovakia

PostPosted: Fri Feb 16, 2018 12:06 pm    Post subject: Reply with quote  Mark this post and the followings unread

Lin Kuei Ominae wrote:
A bug in TS, no clue if still present in RA2/Ares, when a unit is dropped by the carryall, that dropped unit is completely inactive.

But for example harvester continues to harvest after dropped. Dropped unit stance seems to be close to EMP effect behavior, could work also for hunt mission. Too bad that carried unit offset is misplaced and not reverted back after dropped.
Also it is quite funny that if "Parachute= " under AudioVisual is set to non-existing anim, units will fall with full gravity Smile

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Fri Feb 16, 2018 9:21 pm    Post subject: Reply with quote  Mark this post and the followings unread

I guess the carryalls are not broke as such - but if they cannot function as vehicles, and must rely on an airpad - cannot fire weapons very well or path find and other such things - then to me its true lack of usage and customization breaks its purpose.

Back to top
View user's profile Send private message
OmegaBolt
President


Joined: 21 Mar 2005
Location: York, England

PostPosted: Fri Feb 16, 2018 10:06 pm    Post subject: Reply with quote  Mark this post and the followings unread

That's what carryalls are and always have been.

Back to top
View user's profile Send private message Send e-mail
Graion Dilach
Defense Minister


Joined: 22 Nov 2010
Location: Iszkaszentgyorgy, Hungary

PostPosted: Fri Feb 16, 2018 10:39 pm    Post subject: Reply with quote  Mark this post and the followings unread

Crimsonum wrote:
I assume this was either fixed in Ares or was never a problem in RA2 to begin with, but in TS, if the carryall paradrops a unit, the unit does not land correctly on the cell, and instead lands at a dozen pixels above the cell center. The unit will work just like before, but it will remain in this awkward position until it's destroyed - there's no way to return it to normal. IIRC voxel shadows still get drawn in the correct position, but I'm not entirely certain about this.


http://ares-developers.github.io/Ares-docs/bugfixes/type2/vehicleparadropoffset.html

_________________
"If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more...

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID
AlexB
Commander


Joined: 31 May 2010
Location: Germany

PostPosted: Fri Feb 16, 2018 11:00 pm    Post subject: Reply with quote  Mark this post and the followings unread

Crimsonum: I can imagine where that's coming from, if it is 14 pixels. It's because the unit is still marked as being on the Carryall. Want this fixed?

Lin Kuei Ominae: Not sure about that one. Dropped as in para-dropped or as in released normally from the Carryall? I see no mission being set. That would most likely also be fixable, if this is the issue.

Tuc0: There was a fix in Ares to correct the cell offset. If there is no parachute, you'll get the NoParachuteMaxFallRate instead of ParachuteMaxFallRate.

AnimalMan: You gotta complain to WW about that. They designed them to be support aircraft only. Sometimes it's just not possible to combine logics, so why code a complete Carryall system for units or aircraft with optional weapon support and find ways to make differerent logics interact correctly, when TS only had that one Carryall that doesn't need any of that?

_________________

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Fri Feb 16, 2018 11:56 pm    Post subject: Reply with quote  Mark this post and the followings unread

Advanced Carryalls were an Emperor Battle for Dune Feature I think

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Sat Feb 17, 2018 12:03 am    Post subject: Reply with quote  Mark this post and the followings unread

Remember guys, the purpose of ares was to restore non-functioning logic, and remove hardcoding on other logics to allow modders more freedom.

I dont feel i should have reiterate the point that doing this would most definately be a useful mechancic, as i bet you would see every mod with a factory produced carryall.

But i understand it may involve the creation of new logic from the ground up that may be out of ares capabilities and/or will power.

Back to top
View user's profile Send private message
AlexB
Commander


Joined: 31 May 2010
Location: Germany

PostPosted: Sat Feb 17, 2018 12:25 am    Post subject: Reply with quote  Mark this post and the followings unread

True, and Ares did lift a few restrictions, not just for Carryalls.

I think what you mean is pretty clear. I would like to have Carryalls flying over the map, picking up harvesters and so on. Also carrying units to the Service Depot if necessary. Maybe even support for getting a free harvester like you did in Dune 2000 (at least).

One issue you haven't named is time. If this feature is done, another feature has to be dropped, because time is limited. Also, you need a dev with will power, time, and no higher priorities. Getting all the features would be convenient, but it's not realistic, because eventually someone has to do the work.

_________________

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Sat Feb 17, 2018 2:24 am    Post subject: Reply with quote  Mark this post and the followings unread

If they made it possible to fully remake Dune2000 with worms and everything in ra2 engine.

Back to top
View user's profile Send private message
AlexB
Commander


Joined: 31 May 2010
Location: Germany

PostPosted: Mon Feb 19, 2018 1:51 am    Post subject: Reply with quote  Mark this post and the followings unread

For Dune 2000 you would also need the destroy-deploy for the Harkonnen Devastator, the temporary mind control for the Ordos Deviator, thumpers, spaceports, upgrades, light and heavy production queues, and most likely more. Some have been requested already, and for example Sardaukar crush damage has already been implemented, but all? Most likely not.

_________________

Back to top
View user's profile Send private message
Lin Kuei Ominae
Seth


Joined: 16 Aug 2006
Location: Germany

PostPosted: Mon Feb 19, 2018 7:27 am    Post subject: Reply with quote  Mark this post and the followings unread

AlexB wrote:
Lin Kuei Ominae: Not sure about that one. Dropped as in para-dropped or as in released normally from the Carryall? I see no mission being set. That would most likely also be fixable, if this is the issue.

Normal landing drop.
Lost already several mammoths in DTA to a few visceroids, after i dropped them on an island where they simply stood there and let themselves get killed.

Though if you have much time, maybe you can look into internal vehicle transports for TS. (naval transport and aircraft dropships would be great)

_________________
SHP Artist of Twisted Insurrection:  Nod buildings

Public SHPs
X-Mech Calendar (28 Mechs for GDI and Nod)
5 GDI, 5 Nod, 1 Mutant, 1 Scrin unit, 1 GDI building

Tools
Image Shaper______TMP Shop______C&C Executable Modifier

Back to top
View user's profile Send private message
AlexB
Commander


Joined: 31 May 2010
Location: Germany

PostPosted: Mon Feb 19, 2018 9:57 pm    Post subject: Reply with quote  Mark this post and the followings unread

For that issue I wrote a fix, but didn't test it properly yet.

Vehicle transports would need some work, because there's a lot of code missing to make them work. This would be a big change, and there's still things on my to-do list I should finish before even trying to touch something new. Also, I haven't had much contact with the TS crowd, so I'm a bit out of the loop.

_________________

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Mon Feb 19, 2018 10:44 pm    Post subject: Reply with quote  Mark this post and the followings unread

Currently having carryalls train from pads not only prevents their being purchase, when you have full capacity airbase, so training 8 of them is not possible from 1 airpad without moving them out but also the carryall logic breaks with airport bound yes - so there is no way of giving carryalls a reason to be on the airpad. Makes it really hard to create a good easy to use - professional feeling - no special knack - carryall unit.

Maybe there is a way to make the airbase produce them- but not take up a docking slot? AKA rally logic? As the warfactory has two locations to release units. Maybe the airpad should get a second one especially for airportbound=no or Carryall=yes units perhaps this would be simpler?

Back to top
View user's profile Send private message
- geno -
Energy Commando


Joined: 29 May 2003
Location: Manila

PostPosted: Sun Feb 25, 2018 7:52 pm    Post subject: Reply with quote  Mark this post and the followings unread

Just an idea you can declare a service depots as a Factory=AircraftType. Since carryall's are support unit. Maybe you can put it there. I'm using that one out for YRZH.

_________________

Fight for the freedom side, March with the Imperial War Machine or Conquest for World Domination
https://www.facebook.com/YRZH.Mod/
https://www.moddb.com/mods/yr-zero-hour

Back to top
View user's profile Send private message Send e-mail Visit poster's website ModDB Profile ID YouTube User URL Facebook Profile URL Twitter Channel URL Skype Account Yahoo Messenger Account
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Sun Feb 25, 2018 9:28 pm    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
Just an idea you can declare a service depots as a Factory=AircraftType. Since carryall's are support unit. Maybe you can put it there. I'm using that one out for YRZH.


Fantastic Suggestion. I will test how it works. Thank you

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Sun Feb 25, 2018 9:35 pm    Post subject: Reply with quote  Mark this post and the followings unread

nah dude I am getting a direct crash b4 game launch with factory aircraft type, and carryall builtat= service depo. I remove factory=aircrafttype and game launches.

Back to top
View user's profile Send private message
4StarGeneral
General


Joined: 14 Sep 2006
Location: Limbo

PostPosted: Sun Feb 25, 2018 9:37 pm    Post subject: Reply with quote  Mark this post and the followings unread

Code:
[GADEPT]
Adjacent=7
BaseNormal=no
WeaponsFactory=yes
Prerequisite=GAPILE,GACNST
UnitRepair=no
Factory=AircraftType
Factory.ExplicitOnly=yes
ExitCoord=256,256,0

Works for me.

_________________
"Don't beg for things; Do it yourself or you'll never get anything."

Last edited by 4StarGeneral on Sun Feb 25, 2018 10:19 pm; edited 1 time in total

Back to top
View user's profile Send private message Send e-mail YouTube User URL
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Sun Feb 25, 2018 9:59 pm    Post subject: Reply with quote  Mark this post and the followings unread

I didn't have Factory.ExplicitOnly=yes
_________________________



Tested and nope I am unlucky

Code:
[YADEPTX]
Image=NADEPT
UIName=Name:NADEPT
Name=Soviet Service Depot
BuildCat=Tech
Prerequisite=YAWEAPX,YACNSTX
Strength=1200
Armor=wood
TechLevel=6
Adjacent=2
Sight=5
UnitRepair=yes
Owner=British,French,Germans,Americans,Alliance,Russians,Confederation,Africans,Arabs,YuriCountry,China,NorthKorea,Vietnam,Ukraine,Ethiopia,Egor,India
AIBasePlanningSide=1 ;gs 0 for Good, 1 for Evil
Cost=800
Points=80
Power=-20
Capturable=true
Crewed=yes
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
DebrisAnim=Dbris1sm,Dbris1lg,Dbris4sm,Dbris5sm,Dbris4lg,Dbris7sm,Dbris8sm,Dbris5lg,Dbris4lg
MaxDebris=15
MinDebris=5
ThreatPosed=0 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,SmallGreySSys,BigGreySmokeSys
DamageSmokeOffset=270, 580, 260
AIBuildThis=no ;gs DB is signed as removing the other one
NumberOfDocks=1
HasStupidGuardMode=false
NumberImpassableRows=1 ; This is the fix to the Repair depots are flat and RadioContact/Enter means I can drive on you assumption.  It counts from game west
ImmuneToPsionics=no ; defaults to yes for buildings, no for others
Factory.ExplicitOnly=yes
Factory=AircraftType

Back to top
View user's profile Send private message
4StarGeneral
General


Joined: 14 Sep 2006
Location: Limbo

PostPosted: Sun Feb 25, 2018 10:55 pm    Post subject: Reply with quote  Mark this post and the followings unread

[YADEPTX]
Image=NADEPT
UIName=Name:NADEPT
Name=Soviet Service Depot
BuildCat=Tech
Prerequisite=YAWEAPX,YACNSTX
Strength=1200
Armor=wood
TechLevel=6
Adjacent=2
Sight=5
UnitRepair=no
Owner=British,French,Germans,Americans,Alliance,Russians,Confederation,Africans,Arabs,YuriCountry,China,NorthKorea,Vietnam,Ukraine,Ethiopia,Egor,India
AIBasePlanningSide=1 ;gs 0 for Good, 1 for Evil
Cost=800
Points=80
Power=-20
Capturable=true
Crewed=yes
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
DebrisAnim=Dbris1sm,Dbris1lg,Dbris4sm,Dbris5sm,Dbris4lg,Dbris7sm,Dbris8sm,Dbris5lg,Dbris4lg
MaxDebris=15
MinDebris=5
ThreatPosed=0 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,SmallGreySSys,BigGreySmokeSys
DamageSmokeOffset=270, 580, 260
AIBuildThis=no ;gs DB is signed as removing the other one
NumberOfDocks=1
HasStupidGuardMode=false
NumberImpassableRows=1 ; This is the fix to the Repair depots are flat and RadioContact/Enter means I can drive on you assumption.  It counts from game west
ImmuneToPsionics=no ; defaults to yes for buildings, no for others
Factory.ExplicitOnly=yes
Factory=AircraftType
WeaponsFactory=yes
ExitCoord=256,256,0


Bold are very much necessary. The only parts in my code that weren't necessary were the Adjacent, BaseNormal, and Prerequisite that i thought were obvious. My mistake for quick pasting.

EDIT: Colors were awful

_________________
"Don't beg for things; Do it yourself or you'll never get anything."

Back to top
View user's profile Send private message Send e-mail YouTube User URL
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Mon Feb 26, 2018 1:58 am    Post subject: Reply with quote  Mark this post and the followings unread

is there a reason you put no on unitrepair?

Back to top
View user's profile Send private message
4StarGeneral
General


Joined: 14 Sep 2006
Location: Limbo

PostPosted: Mon Feb 26, 2018 12:32 pm    Post subject: Reply with quote  Mark this post and the followings unread

Obviously. UnitRepair overrides the fact that it's a weaponsfactory and can't produce a unit.

_________________
"Don't beg for things; Do it yourself or you'll never get anything."

Back to top
View user's profile Send private message Send e-mail YouTube User URL
Lin Kuei Ominae
Seth


Joined: 16 Aug 2006
Location: Germany

PostPosted: Mon Feb 26, 2018 3:01 pm    Post subject: Reply with quote  Mark this post and the followings unread

How is it then still a service depot if it can't repair units anymore? Confused

_________________
SHP Artist of Twisted Insurrection:  Nod buildings

Public SHPs
X-Mech Calendar (28 Mechs for GDI and Nod)
5 GDI, 5 Nod, 1 Mutant, 1 Scrin unit, 1 GDI building

Tools
Image Shaper______TMP Shop______C&C Executable Modifier

Back to top
View user's profile Send private message
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Mon Feb 26, 2018 5:10 pm    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
How is it then still a service depot if it can't repair units anymore?


My thoughts exactly. At first it seems logical, until you realise to fix this will requires you to break that so you can have the novelty of the effect. OR make things appear a certain way, when really they are not.  Which isn't good Smile IMO

Using this method, i would just create a new building factory aircraft type and make it exclusive to the unit. Which i guess solves the problem, if i wasnt working within the framework of the canon game design.

Back to top
View user's profile Send private message
4StarGeneral
General


Joined: 14 Sep 2006
Location: Limbo

PostPosted: Mon Feb 26, 2018 6:43 pm    Post subject: Reply with quote  Mark this post and the followings unread

Simple, you cannot have UnitRepair=yes AND Factory=AircraftTypes. I assumed geno meant he solely used the service depots as a base for it, if not then I have no idea how he can get it to repair units also. Ares will even tell you that UnitRepair=yes and Factory=AircraftTypes causes internal errors.
Heck, you can't even drive on it because it's a WeaponsFactory. Only way you could get it to repair would be AttachEffect.

_________________
"Don't beg for things; Do it yourself or you'll never get anything."

Back to top
View user's profile Send private message Send e-mail YouTube User URL
Graion Dilach
Defense Minister


Joined: 22 Nov 2010
Location: Iszkaszentgyorgy, Hungary

PostPosted: Mon Feb 26, 2018 10:59 pm    Post subject: Reply with quote  Mark this post and the followings unread

The IEs didn't happen immediately in YR and thereby DeeZire/Mooman's Rules or some other notable mod of that era spread out the idea that service depots can function as airpads and there are no issues caused by such - which is not the case as we know it by now.

_________________
"If you didn't get angry and mad and frustrated, that means you don't care about the end result, and are doing something wrong." - Greg Kroah-Hartman
=======================
Past C&C projects: Attacque Supérior (2010-2019); Valiant Shades (2019-2021)
=======================
WeiDU mods: Random Graion Tweaks | Graion's Soundsets
Maintainance: Extra Expanded Enhanced Encounters! | BGEESpawn
Contributions: EE Fixpack | Enhanced Edition Trilogy | DSotSC (Trilogy) | UB_IWD | SotSC & a lot more...

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID
AnimalMan
Chem Warrior


Joined: 06 Feb 2018
Location: London, England

PostPosted: Mon Feb 26, 2018 11:07 pm    Post subject: Reply with quote  Mark this post and the followings unread

To conclude, the carryall as stands, even with enhanced ares logic - is really unuseable in most  quality based modding situations.

Sad Times Sad

I always write carryalls into my mod plans and schemes.

Back to top
View user's profile Send private message
- geno -
Energy Commando


Joined: 29 May 2003
Location: Manila

PostPosted: Tue Feb 27, 2018 2:14 am    Post subject: Reply with quote  Mark this post and the followings unread

[NADEPT]
UIName=Name:NADEPT
Name=Soviet Service Depot
BuildCat=Tech
Prerequisite=NAWEAP,NACNST
Factory=AircraftType
Strength=1200
Armor=wood
TechLevel=6
Adjacent=2
Sight=5
UnitRepair=yes
UnitReload=yes
Owner=British,French,Germans,Americans,Alliance,Russians,Confederation,Africans,Arabs,YuriCountry
AIBasePlanningSide=1
Cost=800
Points=80
Power=-20
Capturable=true
Crewed=yes
Explosion=TWLT050,S_BANG34,S_BRNL40,S_CLSN30,S_TUMU42
DebrisAnims=DBRIS1SM,DBRIS1LG,DBRIS4SM,DBRIS5SM,DBRIS4LG,DBRIS7SM,DBRIS8SM,DBRIS5LG,DBRIS4LG
MaxDebris=15
MinDebris=5
ThreatPosed=0
DamageParticleSystems=SparkSys,SmallGreySSys,BigGreySmokeSys
DamageSmokeOffset=270,580,260
HasStupidGuardMode=false
NumberImpassableRows=1
AIBuildThis=yes
WantsExtraSpace=yes
ImmuneToPsionics=no

_________________

Fight for the freedom side, March with the Imperial War Machine or Conquest for World Domination
https://www.facebook.com/YRZH.Mod/
https://www.moddb.com/mods/yr-zero-hour

Back to top
View user's profile Send private message Send e-mail Visit poster's website ModDB Profile ID YouTube User URL Facebook Profile URL Twitter Channel URL Skype Account Yahoo Messenger Account
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [41 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.2173s ][ Queries: 11 (0.0114s) ][ Debug on ]