Jump to content

NEO -PZ-

Member
  • Content Count

    446
  • Joined

  • Last visited

    Never
  • Medals

Everything posted by NEO -PZ-

  1. NEO -PZ-

    Opf on xbox

    I definitly prefer the flexibility of a PC. I've never owned a console, I'd never wanna, but I have owned a PC since the age of 6. Poor OFP players on X-Box, won't they miss the editing...? By the way, no, they probably won't, X-Box and all other consoles is for people who only play, nothing else. HALO seems nice for X-Box, but OFP is, and need to be, much more complex - thinking of its features, such as creating own missions, campaigns, you can make own addons, everything. And dePBO OFP music  You know, everything... You can do everything with a PC & OFP. Penetrator
  2. NEO -PZ-

    Need a little help

    Delete the STRINGTABLE.CSV file from ..\ofp\users\username\mpmissions\missionname. This file contains information to decide Score limit options, Time limit options, messages like "West scored 1 point", etc. Penetrator
  3. Hey, The code for music is as following. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgMusic { tracks[]= { princeigor }; class princeigor { name = "princeigor"; sound[] = {\music\princeigor.ogg, db+0, 1.0}; }; } <span id='postcolor'> But how should this code be if I want to add voices instead? Thanks in advance !
  4. NEO -PZ-

    Save funtion for MP

    I used to have a great coop, your black op team went from a small camp to the Malden airport by jeep, where one of you get into A10 and fly over the island in NW and destroy Shilkas. After the A10 comes the rest of the team in Black Hawk, getting out and clean sweeping or something like that. I've lost the mission due to a reinstallation of Windows the fall of 2001. That mission had a MP Save function.
  5. NEO -PZ-

    No-fly zone

    This works, I've tried it: Make a trigger which covers the area that you want to be no-fly zone. Activation: Repeatedly. Condition: this On Activation: unitname setdammage 1 Click OK, choose Group (F2) and group the trigger to one of the aircraft. The aircraft's Name can be e.g. wplane1, then you put wplane1 setdammage 1 in the On Activation field. Do another trigger for next aircraft, and keep on till all aircraft available on the map are "triggered". Remember to put the triggers on the same place, so that they cover the same area. The aircraft will be totally wrecked, but won't explode. The pilot will be seriously injured, still able to parachute, but not able to walk. Good luck ! Â Penetrator /EDIT After have tried this a couple of more times, it seems like the pilot dies after all. Maybe not 100% of the cases, but he often does.
  6. NEO -PZ-

    Names for radio messages

    Final solution: In your init.sqs script or in a trigger - On Activation field - write: PapaBear = [West, "HQ"] And then use normal commands like: PapaBear sidechat "Blah blah" Do not create a unit named PapaBear. Thanks to Tigershark, Grayhawk and JAP. Enjoy ! Penetrator
  7. Hey, Does anyone know how you do so that when a unit says something on sidechannel, he has a name like "Papa Bear", so that you get something like: SEAL Team: We've reached the city, awaiting orders. Over. Papa Bear: Roger that, SEAL Team, you're cleared to move in. Papa Bear out.
  8. Thanks ! /Edit If I use more than one sound file then? Can't get it to work
  9. NEO -PZ-

    Names for radio messages

    A unit (man) has to "be" that fatso. Place an unit and in the Name field, put fatso. Then like told in previous posts. Have not tried, but I think it will work. Good night.
  10. NEO -PZ-

    Just a simple question

    getMarkerPos "MarkerTwo" has to be replaced with another position "name", doesn't it? Hm.
  11. NEO -PZ-

    Names for radio messages

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (RalphWiggum @ April 21 2002,20:13)</td></tr><tr><td id="QUOTE">and this can be done in trigger too in 'on activation' field, place this fatso=[west,"hq"]; fatso sideChat "Roger that, SEAL Team, you're cleared to move in. Papa Bear out" this should work when trigger's condition is met.<span id='postcolor'> This is really nice, Thanks for everyone's help !
  12. NEO -PZ-

    Briefing

    Go to http://www.flashpoint1985.com, in the bottom of the screen click Editing, download the briefing document. Great stuff.
  13. NEO -PZ-

    Names for radio messages

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Aculaud @ April 21 2002,10:37)</td></tr><tr><td id="QUOTE">Am i supposed to put all this in a script or trigger or what?<span id='postcolor'> I wonder that too... Things told above didn't work in the init.field.
  14. NEO -PZ-

    Waypoints still showing

    Damn, you're probably right. But I can't use triggers (I think) because its a Join and lead WP. What the blazes! Hehe Darn...
  15. Hey, I have some waypoints for this SEAL Team, like in a chain. All of them are set to Never Show, yet they are shown. This isn't good at all, because it reviels the location of their objective. The WP-s are really needed, so I don't know what to do. What can I do?
  16. Hey, In one mission in the "first" campaign (1985), "Escape From Prison", they made the time pass fast once, a couple of hours in about the same amount of seconds. Is it possible to do the same in a multiplayer coop? How? If not, how do you do it in single player missions? Thanks in advance /EDIT setacctime?
  17. NEO -PZ-

    Making the time pass fast

    Hehe, yeah I noticed Thanks
  18. Hey, Does anybody know where I can get "combat voices", such as Great job over there, now get back to base, Papa Bear out, etc.? Don't like these computer voices that you can find on some sites, I want more realistic voices - so systems like that (typing in a text and get it read up or something) will probably not be good for this. Maybe there is a site with some combat phrases ready for download? You that have voices in your missions, where or how did you get them? Neo over and out.
  19. Wadi, there is also an decrypting tool at The Avon Lady's OFP FAQ. Maybe that solves your problem.
  20. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Wadi @ April 20 2002,11:36)</td></tr><tr><td id="QUOTE">Where can I get Depbo? I couldn't find it at OFPEC, so if it's there please give me a specific link.<span id='postcolor'> DePBO zipped from The Avon Lady's OFP FAQ Over and out.
  21. </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (=BFP=Cheetah @ April 19 2002,20:36)</td></tr><tr><td id="QUOTE">but you can use DePbo to unpack the official missions and use their voices<span id='postcolor'> Good idea, thx !
  22. NEO -PZ-

    Editing question

    Yeah, thank you again !
  23. Hey, How can I change the loading text to a mission? Default is "Get ready...", but I want to change it to something else for this map I'm creating. I guess it has to be done in description.ext - I don't have a description.ext file on my mission, so if this loading text involves changes in description.ext, I need some help to create that file too. And thanks in advance.
  24. NEO -PZ-

    Addons in missions ?

    </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (Aculaud @ April 18 2002,22:33)</td></tr><tr><td id="QUOTE">For example, an upcoming mission of mine that takes place on kolgujev is being zipped with two versions of it. One on normal kolgujev with only official addons required, and one on kegetys winter kolgujev with official addons required, and kegetys winter kolgujev v1.2 required. So if the player doesnt want the winter kolgujev addon, they can still play the other version included with no 3rd party stuff.<span id='postcolor'> That's the way I think everyone should do if they want to use addons, and that's the way I make my missions.
×