Home   Help Search Login Register  

Author Topic: Skeet Examples (Accepted)  (Read 3149 times)

0 Members and 1 Guest are viewing this topic.

Offline hoz

  • OFPEC Site
  • Administrator
  • *****
Skeet Examples (Accepted)
« on: 20 Jun 2009, 02:46:58 »
I'm posting these skeet examples I got from Armatec they are really rips from the BI training mission, however these ones are a bit easier to use without the complexity the training mission.

enjoy

OFPEC Download
« Last Edit: 09 Aug 2009, 15:38:35 by hoz »
Xbox Rocks

Offline weamdreaver

  • Members
  • *
Re: Skeet Examples
« Reply #1 on: 14 Jul 2009, 16:21:28 »
Thanks a lot.

Can you tell me please, how to edit the script so that I dont have to choose a weapon before I can start the skeet machine?


Edit:
To be more specific, I want to shoot with any weapon I have. Not only with a specific weapon.


Edit2:
And how can I change the direction of the skeet?
When I change the dir of the machine it changes nothing. I tried different values in the script, but the skeet flies always into the same direction.

Help please!
« Last Edit: 14 Jul 2009, 17:46:10 by weamdreaver »

Offline loki72

  • Former Staff
  • ****
    • Loki's Nightmare
Re: Skeet Examples
« Reply #2 on: 14 Jul 2009, 21:09:25 »
i too spent a few hours last night trying to change direction of the skeet.

i think its a bug the way it always faces west-ish when it activates...

 :dunno:

Offline weamdreaver

  • Members
  • *
Re: Skeet Examples
« Reply #3 on: 15 Jul 2009, 09:55:36 »
No please. Not a bug.

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re: Skeet Examples
« Reply #4 on: 15 Jul 2009, 12:55:17 »
As far I can tell this is the disc direction culprit
Code: [Select]
_disc setVelocity [-6.8 + (random 0.4), -7.8 + (random 0.4), 11.8 + (random 0.4)];That always sets it to fly into the same direction (I think  :dunno: ).
So you need to find a way to set the velocity of the disc depending on the skeet machine's direction.

The skeet machine itself is set to 55 with the azimut wheel, setdirred in the init field and setdirred once more in the script..

EDIT:
I tested only the single skeet machine thingy..
« Last Edit: 15 Jul 2009, 16:46:49 by h- »
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Offline weamdreaver

  • Members
  • *
Re: Skeet Examples
« Reply #5 on: 16 Jul 2009, 20:49:21 »
And how do I have to edit the script so that I don't have to choose one specific weapon?

Or is there a way to add more weapons to the list, so that the skeet machine accepts the weapon I choose?


Edit:Ok, got it myself.
« Last Edit: 16 Jul 2009, 21:05:59 by weamdreaver »