#4
|
|||
|
|||
Quatsch.
Bist wohl noch anfänger, wie ? Sorry, hab ich nicht gewusst, sonst hätte ich es besser erklärt. Also hier nochmal ne ausführlichere ANleitung : Gib in deinem Texteditor zunächstmal in die Suchfunktion TRNSPORT ein. Das ist die kennung vom Carryall. Du wirst zu einer Stelle kommen, an der die Aircraft Types definiert werden: ; ******* Aircraft Type List ******* ; This lists all of the aircraft types in the game. Each aircraft ; type should have a matching section that specifies the data it ; requires. [AircraftTypes] 1=ORCAB 2=DSHP 3=DPOD 4=SCRIN 5=APACHE 6=ORCATRAN 7=TRNSPORT <---- Carryall 8=ORCA So, da wir unseren alten Carryall nicht umwandeln wollen, sondern den Orca Transporter ja als neue einheit haben wollen, müssen wir unseren Orcatransporter in de Liste eintragen : ; ******* Aircraft Type List ******* ; This lists all of the aircraft types in the game. Each aircraft ; type should have a matching section that specifies the data it ; requires. [AircraftTypes] 1=ORCAB 2=DSHP 3=DPOD 4=SCRIN 5=APACHE 6=ORCATRAN 7=TRNSPORT 8=ORCA 9=ORCATRANSPORT <----- Unser Transporter Jetzt such nocheinmal nach ORCATRAN Als nächstes wirst du auf folgenes stoßen : ; Carryall [TRNSPORT] Name=Carryall Prerequisite=GAHPAD,GADEPT Strength=175 Category=AirPower Armor=light TechLevel=9 Sight=2 RadarInvisible=no Carryall=yes Landable=yes MoveToShroud=no Speed=16 PitchSpeed=1.1 Owner=GDI Cost=750 Points=20 ROT=5 Crewed=yes Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60 MaxDebris=4 VoiceSelect=30-I000,30-I002,30-I004,30-I006 VoiceMove=30-I014,30-I016,30-I018,30-I022 VoiceAttack=30-I022,30-I034,30-I036 Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1} MovementZone=Fly DamageParticleSystems=SparkSys,SmallGreySSys AuxSound1=DROPUP1 ;Taking off AuxSound2=DROPDWN1 ;Landing ThreatPosed=0 SpecialThreatValue=1 Da wir den Carryall kopieren und verändern wollen, kopiere ihn, und ändere folgende Werte : ; Carryall [ORCATRANSPORT] Name=Orca Transporter Image=ORCATRAN Prerequisite=GAHPAD,GADEPT Strength=200 Category=AirPower Armor=light TechLevel=9 Sight=2 RadarInvisible=no Carryall=no Landable=yes MoveToShroud=no PipScale=Passengers Passengers=5 Speed=9 PitchSpeed=1.1 Owner=GDI Cost=1200 Points=20 ROT=5 Crewed=yes Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60 MaxDebris=4 VoiceSelect=30-I000,30-I002,30-I004,30-I006 VoiceMove=30-I014,30-I016,30-I018,30-I022 VoiceAttack=30-I022,30-I034,30-I036 Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1} MovementZone=Fly DamageParticleSystems=SparkSys,SmallGreySSys AuxSound1=DROPUP1 ;Taking off AuxSound2=DROPDWN1 ;Landing ThreatPosed=0 SpecialThreatValue=1 So, ich habe hier alle Wichtigen Werte vom Orcatransporter auf UNSEREN Orcatransporter übertragen. Wenn du das in die ini einfügst + den Eintrag bei den Aircraft Types, sollte es gehen |