Home   Help Search Login Register  

Author Topic: driving me nuts :D  (Read 1369 times)

0 Members and 1 Guest are viewing this topic.

Offline Davies1

  • Members
  • *
  • Bugger this for a game of soldiers!
driving me nuts :D
« on: 29 Aug 2002, 18:43:18 »
2 questions..

I am making a convoy but the vehicles always seem to end up further apart than what I want them. I have made the speed limited, but the same happens. Is there any script to make them travel a certain (ie small) distance apart?

how the hell can I camcreate bombs to go off actually on the bridge in Nogova? They always detonate under it (still destructive, but unrealistic)

Cheers in advance....
Beer is the fuel for the Heavy Metal Engine.

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:driving me nuts :D
« Reply #1 on: 29 Aug 2002, 21:12:49 »
RE: Your bombs;

however you are creating your bombs anyway, trigger or WP, script or whatever, use the same method as you are already to get the postions, either by This is a trigger, or GEtpos of a gamelogic.  And alter the line thusly;

bomb="heat120" camcreate [Getpos LocationName Select 0, Getpos LocationName Select 1, (Getpos LocationName Select 2) +10]

Where the last number is the height in metres you want to create your bomb.  You can also alter the name of the bomb to be created by altering the "heat120" part to the bomb you are already using.  But to get it higher, just add in that last number.

Offline Davies1

  • Members
  • *
  • Bugger this for a game of soldiers!
Re:driving me nuts :D
« Reply #2 on: 29 Aug 2002, 21:15:33 »
lovely job mate, cheers
Beer is the fuel for the Heavy Metal Engine.

Offline Messiah

  • Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
  • Honoured Contributor
  • ***
  • OFPEC Veteran
    • Project UK Forces
Re:driving me nuts :D
« Reply #3 on: 29 Aug 2002, 21:26:50 »
*points at the solve button*

:thumbsup:

as long as what Icarus said works  ;)
Proud Member of the Volunteer Commando Battalion

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:driving me nuts :D
« Reply #4 on: 29 Aug 2002, 21:28:49 »
Considering the first question hasnt been answered Messy  :-\

As for your convoy.  There is a convoy script on the site, but the site wont be back before the weekend.  So either hold out till the site returns and you can use the convoy script.  Or hope someone answers with an answer.

Offline Messiah

  • Honourary OFPEC Patron & Drinking Buddy of Wolfsbane
  • Honoured Contributor
  • ***
  • OFPEC Veteran
    • Project UK Forces
Re:driving me nuts :D
« Reply #5 on: 29 Aug 2002, 21:53:10 »


[attachment deleted by admin]
Proud Member of the Volunteer Commando Battalion

Offline Davies1

  • Members
  • *
  • Bugger this for a game of soldiers!
Re:driving me nuts :D
« Reply #6 on: 29 Aug 2002, 22:34:10 »
ta again, lovely job.  ;D
Beer is the fuel for the Heavy Metal Engine.