Jump to content

Tally

Member
  • Content Count

    11
  • Joined

  • Last visited

  • Medals

Posts posted by Tally


  1. So where's the missions.pbo located and how do I change the say Independent to be PMC units?

    1. C:\Program Files\Bohemia Interactive\ArmA 2\Expansion\Addons\

    then open up missions_e.pbo and you'll find it in

    \ca\missions_e\MPScenarios

    2. Thats the one thing I couldn't achieve when I tried to edit BI warfare. Using my DLC stuff in it. Its possible, Oden did it in his warfares but I couldn't work it out.

    If your not versed well in arma scripting then its going to have you tearing your hair out.

    Use Warfare Benny Edition. Its a standalone warfare, all the files are present and much easier to edit in comparison to BI's.

    If your really determined to edit BI warfare then you could try Urban Warfare. It has more stuff you can play with in the pbo.


  2. 1: Warfare isn't a mod.

    2: You didn't answer any of my questions. Please read through my entire post before posting a reply. Thank you.

    1. Well it is when I play it cos I always modify it. But thats beside the point because what I meant was Warfare Module.

    2. Yes I did, I told you where the released version of warfare is. Its in the missions.pbo (post #2). I answered one of your questions.

    3. You didn't answer my question on what exactly you meant when you said released version.


  3. Everything works fine on all my other games...

    I see from your specs that you are running it on a laptop GPU, so I guess the card is dying immediately when it is asked to run Arma2.

    Perhaps your other games are better optimised for laptop GPU's.

    The only thing I can suggest is to turn every performance setting down to the lowest you can set it at and try and run it with very low settings.


  4. Resolved this myself in the end.

    I used a custom Init_CommonConstants.sqf from the missions pbo.

    I think something was missing from the original Init_CommonConstants.sqf in the MP Urban Warfare pbo.

    My suspicions are that it was.....

    //IMPORTANT!!! Do not change these ID values!

    EASTID = 128;

    WESTID = 256;

    RESISTANCEID = 512;

    CIVILIANID = 1024;

    CMDPARAMETERBIT0 = 2048;

    CMDPARAMETERBIT1 = 4096;

    //Helper constants for parameters.

    CMD0PARAMETERS = 0;

    CMD1PARAMETERS = CMDPARAMETERBIT0;

    CMD2PARAMETERS = CMDPARAMETERBIT1;

    CMD3PARAMETERS = CMDPARAMETERBIT0 + CMDPARAMETERBIT1;

×