Also Known As: evanb90 Joined: 20 Feb 2005 Location: o kawaii koto
Posted: Sun Nov 05, 2006 11:57 pm Post subject:
Updates
Subject description: A new map, a new terrain object, a new aircraft
I have been working on another map for the Cold War, called Shattered Borders.
It is two players, and that is all I will disclose for now. Check the map section tommorow, I will be sure to add this map.
This is a new terrain object for use in the mod, and a sort of way to keep the maps CW exclusive(provided you dont just remove the object)
It is a wrecked jeep, specially designed for use in temperate maps(until terrain is redesigned, and then this will be redone)
And the F-86, which I am having problems coding its Iron bombs to work right(fly straight past the target, dropping 1 bomb on way)
WreckedJeep.PNG
Description:
Little add-on to maps, you may see one on Shattered Borders, just one.
Filesize:
1.71 KB
Viewed:
12380 Time(s)
ShatteredBordersMM.PNG
Description:
Filesize:
6.15 KB
Viewed:
12380 Time(s)
_________________ YR modder/artist, DOOM mapper, aka evanb90
Project Lead Developer, New-Star Strike (2014-)
Former Project Lead DeveloperStar Strike (2005-2012), Z-Mod (2006-2007), RA1.5 (2008-2013), The Cold War (2006-2007) QUICK_EDIT
Also Known As: evanb90 Joined: 20 Feb 2005 Location: o kawaii koto
Posted: Mon Nov 06, 2006 11:31 pm Post subject:
Hmm..That is one strange projectile.
It never misses its target, but that can be fixed. The problem is that the jet does not try to attack the target head on, but rather flies around it, never getting in range. _________________ YR modder/artist, DOOM mapper, aka evanb90
Project Lead Developer, New-Star Strike (2014-)
Former Project Lead DeveloperStar Strike (2005-2012), Z-Mod (2006-2007), RA1.5 (2008-2013), The Cold War (2006-2007) QUICK_EDIT
This is the projectile I used, at last, I think. I am school right now, so I dont have immediate access.
I might of used a similiar 50sIronBomb projectile, but I will confirm that when I get home from this...place. _________________ YR modder/artist, DOOM mapper, aka evanb90
Project Lead Developer, New-Star Strike (2014-)
Former Project Lead DeveloperStar Strike (2005-2012), Z-Mod (2006-2007), RA1.5 (2008-2013), The Cold War (2006-2007) QUICK_EDIT
Ah yes, the original. Either way, using either projectile, it is disfunctional. IronBomb50s is a butchered version of the NormalBomb projectile.
It never tries to bomb the target, but rather flies around it, even with range=6, but it has some nice inaccuracy effects(bomb swings) _________________ YR modder/artist, DOOM mapper, aka evanb90
Project Lead Developer, New-Star Strike (2014-)
Former Project Lead DeveloperStar Strike (2005-2012), Z-Mod (2006-2007), RA1.5 (2008-2013), The Cold War (2006-2007) QUICK_EDIT
It does not even have the same effect, a carpet bombing like one. It just acts like a retard and flys around target. I want to just drop 1 bomb, I want to stress that point.
This is the code for the plane itself.
; F-86 Sabre, an NATO 1950s Fighter
[SABRE]
UIName=Name:SABRE
Name=F-86 Sabre
Image=sabre
Prerequisite=RADAR
Primary=F8612mmMG
Secondary=F86IronBomb
CanPassiveAquire=no ; Won't try to pick up own targets
CanRetaliate=no; Won't fire back when hit
Strength=175
Category=AirPower
Armor=light
TechLevel=4
Sight=16
Owner=Americans
Cost=1000
Points=50
ROT=4
Ammo=2
Crewed=yes
ConsideredAircraft=yes
AirportBound=yes ; If I ever need to land and there are no airports I crash because I can only land on them
GuardRange=30
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
MaxDebris=3
IsSelectableCombatant=yes
VoiceSelect=IntruderSelect
VoiceMove=IntruderMove
VoiceAttack=IntruderAttackCommand
VoiceCrashing=IntruderVoiceDie
DieSound=
MoveSound=IntruderMoveLoop
CrashingSound=IntruderDie
ImpactLandSound=GenAircraftCrash
Locomotor={4A582746-9839-11d1-B709-00A024DDAFD1}
MovementZone=Fly
ThreatPosed=30 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,SmallGreySSys
AuxSound1=IntruderTakeOff ;Taking off
AuxSound2=IntruderLanding ;Landing
VeteranAbilities=STRONGER,FIREPOWER,SIGHT,FASTER
EliteAbilities=STRONGER,FIREPOWER,ROF
Fighter=yes
AllowedToStartInMultiplayer=no
ImmuneToPsionics=yes
PreventAttackMove=yes
;FlyBy=true _________________ YR modder/artist, DOOM mapper, aka evanb90
Project Lead Developer, New-Star Strike (2014-)
Former Project Lead DeveloperStar Strike (2005-2012), Z-Mod (2006-2007), RA1.5 (2008-2013), The Cold War (2006-2007) QUICK_EDIT
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