Jump to content
Ghost Recon.net Forums

Jack57

Members
  • Content Count

    2,608
  • Joined

  • Last visited

Everything posted by Jack57

  1. Like I said, Teamshadow is the same as the InvisiblityOn script command
  2. Hmmm, maybe not. Don't set it to cinematic mode
  3. I think it depends which ones they are. Obviously they are somewhat restricted for MP to prevent cheating. There are some that work IIRC - been a while though so I don't recall which Those that do work can probably be achieved with scripting anyhow.
  4. Yep - just set the camera target as the camera position, that is to say: The simulation has faded to Black CameraSwitch - Place Camera at position X facing position X
  5. Yeah, it is already Top of the page in the mission mods section: Pinned: Mission Scripting Resource Center
  6. Yes it is perfectly possible to do this, albeit laborious. It would be a way for Darknight to achieve his different characters while still remaining serversided. Like I said though, it would be a lot of work as you have to script every for every actor you want spawned.
  7. Have a read of THIS THREAD. Should get you aquainted with what you need to do as far loops go. Just use the SetActorKit response. Jack
  8. Two principal ways to achieve this; 1) Create a new group for the block where you are checking demo charges available. Enable your new group (GroupEnable) in the StartUp block, and then disable it (GroupDisable) in the same block triggered by DemoChargePlaced. 2) Put a query in the block where you are checking demo charges available (or add to the one you already have) that checks the state of a Flag which you set in the DemoChargePlaced block. Jack
  9. Hmmm, seems like the same question to me
  10. It will probably be a scripting error unrelated to sound, but it is also possible being caused a strange error which I occasionally run into. It occurs when you have two or more PlaySounds (never had it with 3D sounds) executing in the same block or even overlapping (ie: a new one starting before another has finished). Normally you can do this without fear or favour, but just occasionally GR spits the dummy and won't play ball So if you are getting a ctd around the time that you are calling some wave files, try removing them and see what happens. Other than that, you are left with the o
  11. Yes I see that from time to time. It's a red herring methinks. Are you having ctd problems?
  12. Hehe, the ole door response is out harrassing people again This is what we've discovered with the DoorOpened trigger - don't put it the Default group as there is a bug in the game engine which will prevent it from executing until the game has been reloaded from a Quick Save. Create a new group for it and enable it in the StartUp block. All will then be hunky dory The alternative way to do is use a TimeElapsed loop with a ContinueIf Door Open. Works a treat as well. Jack
  13. OK, my understanding is, if it's a MP team mission players will spawn at bases Base0 thru Base3 depending on team (color) and respawn at the corresponding team respawn bases (tr0a thru tr3c).
  14. This is a really beautiful map. I only hope I can talk the guys at LAN next week into giving it a run Sounds like those improvements are a going to be great - just a little overbright in the version I downloaded. All kudos to everyone invloved in this Really there isn't an outdoor map in GR that wouldn't make the transition to Far Cry. Great times for gamin'
  15. Team Mission or Team Adversarial?
  16. Jack57

    Brothers In Arms

    I'm with you Kurtz - I'd like the definitive answer on this
  17. What gametype are you trying to play? As I told you elsewhere, don't delete the default zones on a map - you stand to gain nothing and lose heaps, as you've discovered
  18. I'll second that Giwex - excellent movie BTW, are you home again, or communicating from afar?
  19. Even if it were only partially true\verifiable, it is an amazing saga. Would make a great film in the right hands.
  20. It's perfectly possible to get the player teams into seperate vehicles in single player but as far as I am aware it is not possible to do this in MP if there are human players in the teams. Jack
  21. Yeah, I see you have a GF2 - might be stretching things a tad
  22. Some nice reading ideas there that I must look into. One book I would highly recommend around here is "Rogue Warrior of the SAS - The Blair Mayne Legend" by Martin Dillon and Ray Bradford. ISBN 1 84018 723 9 - to call this book fascinating would be to damn it with faint praise. It describes the very, very beginning of the SAS, including their very first raid in North Africa, and goes on to describe many of their exploits through WW II which will leave you agape The original hardcover is hard to find (and expensive), although you may come across it in your local library if you're lucky.
  23. Get the original NOLF - craps all over the sequel from a great height
  24. Put them in a custom mod, set it to have priority and make sure all other players have it. Jack
  25. Don't check the Initially Active box
×
×
  • Create New...