Home   Help Search Login Register  

Author Topic: Mando Ghosts (ACCEPTED)  (Read 4960 times)

0 Members and 1 Guest are viewing this topic.

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Mando Ghosts (ACCEPTED)
« on: 27 Oct 2007, 21:39:19 »
Hope not to be too late Mattius  ;)

Some ghosts for ArmA  :o

EDIT: Particle problems fixed.

OFPEC Download
« Last Edit: 20 Aug 2009, 04:21:23 by hoz »

Offline LeeHunt

  • Former Staff
  • ****
  • John 21:25
Re: Mando Ghosts
« Reply #1 on: 29 Oct 2007, 01:08:14 »
Downloaded and tried out the demo...

Very cool resource, could especially be good for children's missions (an idea i've heard bandied around a bit).  Worked fine for me. 

The combination of these ghosts and the "yommies" could make for a good haunted Rahmadi mission....

Offline MattiusRochelle

  • Members
  • *
Re: Mando Ghosts
« Reply #2 on: 29 Oct 2007, 14:47:45 »
Nope Right on time mate, thanks ever so much, i will remeber this. You will not be forgotten.  :good:

Offline hoz

  • OFPEC Site
  • Administrator
  • *****
Re: Mando Ghosts
« Reply #3 on: 29 Oct 2007, 14:50:19 »
I get some errors when I run this. Although I do get the demo.

Code: [Select]
LODShape::Preload: shape 'ca\data\micuda.p3d' not found
Warning Message: Cannot open object ca\data\micuda.p3d
LODShape::Preload: shape 'data3d\koulesvetlo.p3d' not found
Warning Message: Cannot open object data3d\koulesvetlo.p3d

These two error give me a dialog box. there are many other errors in the RPT.

Xbox Rocks

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: Mando Ghosts
« Reply #4 on: 29 Oct 2007, 15:59:12 »
micuda.p3d does not exist in ArmA, its a football btw.

koulesvetlo is in ca\data.



Planck
« Last Edit: 29 Oct 2007, 22:59:51 by Planck »
I know a little about a lot, and a lot about a little.

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Re: Mando Ghosts
« Reply #5 on: 29 Oct 2007, 20:42:37 »
Trying to find a "good" ArmA substitute for Micuda (used for eyes).

EDIT:
Found sphere thanks to Planck.
New version available.
« Last Edit: 29 Oct 2007, 21:17:47 by Mandoble »

Offline MattiusRochelle

  • Members
  • *
Re: Mando Ghosts
« Reply #6 on: 30 Oct 2007, 14:43:46 »
thanks.  :good: :D

Offline LeeHunt

  • Former Staff
  • ****
  • John 21:25
Re: Mando Ghosts
« Reply #7 on: 15 Dec 2007, 17:17:47 »
this one looks ready as well unless Mandoble has any other comments?  i'm guessing its good to go though  :)

Offline MattiusRochelle

  • Members
  • *
Re: Mando Ghosts (READY)
« Reply #8 on: 20 Dec 2007, 19:12:32 »
Indeed it is ive had it playing on my Halloween map on the GOL server and ive had lots of Wows WooooWs lol No problems what so ever on a dedi server  :good:

Offline winged serpent

  • Members
  • *
  • Neuro atypical
Re: Mando Ghosts (ACCEPTED)
« Reply #9 on: 25 Feb 2008, 01:00:47 »
 :-[
sorry to be a real noob and all but i really like this scripting but the demmo has the player dying when the timer runs out...how can i adapt this?
thanks :-[
time flies like the wind
fruitflies like bananas

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Re: Mando Ghosts (ACCEPTED)
« Reply #10 on: 25 Feb 2008, 14:53:22 »
Well, not sure what timer are you talking about. If it is about the explosion that a ghost creates when it expires, it is implemented into "finfantasma.sqs" and it is not dangerous for the player. If you mean the effect of being close to a ghost and then being sent into the air, this is implemented into "susto.sqs" just after the line containing [_pos]exec"mando_ghosts\explosion.sqs"

Offline winged serpent

  • Members
  • *
  • Neuro atypical
Re: Mando Ghosts (ACCEPTED)
« Reply #11 on: 25 Feb 2008, 17:58:58 »
 :D
thankyou that is exactly what i was so incoherently trying to ask about
 :-[
time flies like the wind
fruitflies like bananas

Offline D007

  • Members
  • *
Re: Mando Ghosts (ACCEPTED)
« Reply #12 on: 03 Aug 2008, 19:13:35 »
We have been trying to use this script but need to be able to disable it on a trigger or command line in a script..
found we can do this by setting it to
ghost_parms = false
but we get errors of course XD..

any way we can disable this by a trigger or script Mando?
Btw it's been fun to play with.. My brother set the parameters in such a way as to only have small orbs flying around scarcely.. neat effect.

Thank ya. :)..
« Last Edit: 03 Aug 2008, 19:22:18 by D007 »

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Re: Mando Ghosts (ACCEPTED)
« Reply #13 on: 05 Aug 2008, 00:27:41 »
All you need to do is to terminate the script:

Code: [Select]
script_running = [7, 30, 50, 5, 10]execVM"mando_ghosts\ghost_mngr.sqf";
When you want to terminate it:
Code: [Select]
terminate script_running;