Jump to content

LOzan

Member
  • Content Count

    50
  • Joined

  • Last visited

  • Medals

Posts posted by LOzan


  1. Hi everyone,

    I'm working on an open-world scenario and I think a cool addition would be a "Faction Wars" feature a la the S.T.A.L.K.E.R games - a number (4-6) of different factions are all vying for control of the map by sending raiding groups to attack enemy factions' outposts and bases. These factions would begin the scenario either hostile to all other groups or hostile to some and neutral to others.

    As I understand it now, there is only "room" for three factions in any one scenario - one BLUFOR faction, one INDFOR faction, and one OPFOR faction. I'd like to have more than just those three, and have the player's squad start the game not allied with anybody, i.e. the player is in their own faction to begin. Is there any way to add different "sides" (as they're referred to in a config.cpp) to the game, or am I stuck with just the three?

    Thanks for your help!


  2. Hi IndeedPete,

    You may have heard about this issue already, and if so I apologize for reiterating. I haven't seen any kind of headgear/eyewear persistence between missions; I'll set up a helmet and glasses, head out on a contract, and be wearing something completely different. This was especially frustrating after I dropped the 10,000 on tactical glasses and had them disappear before I could do anything with them. Any idea what might be causing this problem for me?


  3. Just a question because I've been hunting for a while and haven't found any, are there any revive scripts/modules/addons out there that will have the AI revive an incapacitated player? If anyone has played Ghost Recon: Future Soldier and is familiar with how the AI reacts when the player is downed, that's what I'm looking for. Thanks!


  4. Hi everyone.

    I'm scripting an intro sequence that involves the player unit walking to meet with senior officers. To make the unit walk, I'm using:

    player switchMove "Acts_PercMwlkSlowWrflDf2";
    sleep 10;
    player switchMove "";

    The problem is that although the player's weapon is lowered during the animation, it immediately appears as raised after the second switchMove command which ends the walking. So far, to circumvent this I've tried putting:

    player setCombatMode "BLUE";

    and

    player action ["WeaponOnBack",player];

    before the walking animation starts, but neither one of these works. Does anybody know how to make the player weapon stay lowered?


  5. Hey everybody, back with another noob question I would love some help with.

    For my mission endings, I'm using BIS_fnc_endMission to make the mission complete effect appear. However, I have no idea how to make the music that accompanies it during the campaign and other missions and in the campaign. I would imagine it involves using the playMusic command, but I might be wrong. If it is playMusic, then I have no clue what the classname for that music is. I've been through CfgMusic and there wasn't anything that looked like "Mission Accomplished". Can anybody give me a few pointers here? Thanks!


  6. Hi there everybody,

    I've done some Googling around but I haven't been able to find an answer to this question. I'm trying to create an intro to a mission in the style of the campaign, where the black bars come in and the player can look around, but can't control their unit's movement until the intro ends. It might be poor Google skills, but all I've found are solutions to creating cutscene-style intros using camera functions. Can anybody help me out here? Thanks!


  7. Hi there everyone,

    I'm working on a campaign with full voice acting, and one of the things that really bothers me is the mismatch between the recorded dialogue I make and the voices of my units in combat, i.e. "Awaiting orders," or "Enemy!" I'd have to imagine there's a way to record those sound bytes and write a config for new voices added in a .pbo. I'm already working on a list of what I need to have my voice actors record, but I haven't got the slightest idea where to start on the voice config. Can anybody give me some guidance on how to make my characters sound right?

    Thanks!


  8. Hi everyone,

    I'm working on a single player campaign that puts the player in command of a squad of six soldiers, four main characters and two to fill out firepower. The four main characters have had their aim Nerfed and are unkillable (story stuff) and the other two are better shots but can be killed. I want to run a script that reads when one or both of killable AIs are dead, waits until the current firefight is over, and then spawns a new soldier in their place with a custom loadout, randomized white or African face (to keep nationalities accurate) and a random one of the American English voices that the main characters aren't using. Long story short, and I hesitate to say this, it's a little like Call of Duty's system for respawning non-story characters. Can anybody help me figure this out?


  9. I think the CSAR (combat search-and-rescue) aspect of modern warfare has been highly overlooked so far. There are great mods for enhancing the realism of the medical system, but I haven't found one that includes CASEVAC or anything like that. I think having a mod like that would really make for some great realism and some really interesting Air Force PJ/rescue missions.

    My thoughts are a variable that puts a unit in a "critically wounded" state, i.e. cannot be revived by typical medics and with a bleedout timer. The CSAR personnel have to reach the wounded unit (units, in the case of a mass-casualty scenario) and stabilize him using either an included medical system or a separate mod running simultaneously. After the rescue personnel stabilize the patient, his timer is reset and he is placed on a litter, which two healthy units can carry to the CASEVAC chopper and load inside. Once on the chopper, another timer gives the rescue crew only a certain amount of time to reach a friendly base and unload the patient for treatment, simulating the "Golden Hour" of emergency medicine.

    This could all be configurable, like the injuries of the wounded soldier and the duration of the bleedout timers, or random within a set of limits. I just think this important part of warfare has been overlooked when it really is an important part of modern military operations. I'm admittedly not an experienced modder, but I'd be more than happy to collaborate with a team to make something like this. Or, if it already exists and I just haven't seen it, I'd really appreciate if somebody could point me toward it. Thanks for reading!

×