Flying Trucks ?? Huh You ask?
Moderator: Moderators
- small_sumo
- Lieutenant General
- Posts: 953
- Joined: Mon Jul 01, 2002 4:17 pm
- Contact:
- small_sumo
- Lieutenant General
- Posts: 953
- Joined: Mon Jul 01, 2002 4:17 pm
- Contact:
-
Wombat
- Colour Sergeant
- Posts: 93
- Joined: Fri Jun 14, 2002 5:10 pm
- Location: Adelaide, Australia
- Contact:
something like,
blow up the gully access to reinforcements, making rocks, fall into the gully, then proceed to blow up ammo dump.........
i have updated my wombat_moveit.scr
replace these lines
if ( local.movex > 180 ) {local.movex -= 360 }
if ( local.movey > 180 ) {local.movey -= 360 }
if ( local.movez > 180 ) {local.movez -= 360 }
with these
if ( local.movex > 180 ) {local.movex -= 360 }
if ( local.movey > 180 ) {local.movey -= 360 }
if ( local.movez > 180 ) {local.movez -= 360 }
if ( local.movex < -180 ) {local.movex += 360 }
if ( local.movey < -180 ) {local.movey += 360 }
if ( local.movez < -180 ) {local.movez += 360 }
i forgot to check when the change in angle is less than -180 ie -270
there is a garagetruck.map file in the garagetruck.zip file
blow up the gully access to reinforcements, making rocks, fall into the gully, then proceed to blow up ammo dump.........
i have updated my wombat_moveit.scr
replace these lines
if ( local.movex > 180 ) {local.movex -= 360 }
if ( local.movey > 180 ) {local.movey -= 360 }
if ( local.movez > 180 ) {local.movez -= 360 }
with these
if ( local.movex > 180 ) {local.movex -= 360 }
if ( local.movey > 180 ) {local.movey -= 360 }
if ( local.movez > 180 ) {local.movez -= 360 }
if ( local.movex < -180 ) {local.movex += 360 }
if ( local.movey < -180 ) {local.movey += 360 }
if ( local.movez < -180 ) {local.movez += 360 }
i forgot to check when the change in angle is less than -180 ie -270
there is a garagetruck.map file in the garagetruck.zip file
Wombat's
Eats roots shoots then leaves...........
Eats roots shoots then leaves...........
Man that is pretty cool...you folks have been busy
{is it me or is my paranoia..lots of mappers seem to have messed up their HDrive}
have i got a cool map comin your way
but sadly this one wont be a SP ...{although i`m still workin on a SP project ...but from scratch......(phew i said it without screaming)}
keep it up dude...er...the good work that is...
{is it me or is my paranoia..lots of mappers seem to have messed up their HDrive}
have i got a cool map comin your way
but sadly this one wont be a SP ...{although i`m still workin on a SP project ...but from scratch......(phew i said it without screaming)}
keep it up dude...er...the good work that is...
-
Oddball_Woof
- Sergeant
- Posts: 74
- Joined: Tue Aug 06, 2002 9:32 am
- Location: London UK
-
Oddball_Woof
- Sergeant
- Posts: 74
- Joined: Tue Aug 06, 2002 9:32 am
- Location: London UK
-
Oddball_Woof
- Sergeant
- Posts: 74
- Joined: Tue Aug 06, 2002 9:32 am
- Location: London UK
