Jump to content
  • Posts

    92
  • Joined

  • Last visited

Posts posted by [email protected]

  1. Players can only log in as civilians on my epoch server... it came this way by default. I am unsure how to change this to either all blufor or a selection of all three factions..? civilians cannot use UAV .... I have looked in the mission.sqm and i seen some stuff in there that looked like it might be it but I don't want to break anything. Does anyone know how to either set it as a selection or change all to blufor? I have done alot of searches and found nothing useful enough to inspire faith. 

    THANKS

  2. 1 hour ago, [email protected] said:

    I remember reading through all these replies and cannot seem to remember who it was that stated that krypto was not being taken after purchases were made. Everything else is working flawlessly. I am running a server with infistar. Upon purchasing item nothing changes on the HUD krypto display, the status bar krypto display, or in the debug window's krypto display.... 

     

    I don't seem to have anything in the rpt file as error.. I do how ever receive an error when opening the trader:

    No entry 'mpmissions\__CUR_MP.Altis\description.ext/HS_trader_dialog/controls/HS_trader_tree.colorPicture'.

     

    "he-man"  i already changed the _vars as you have instructed others....

    Sorry....... apparently i didnt read it clearly, this works now. Thanks for replying to others "He-Man" your answer i am sure has helped many along the way.  For those of you wondering what to change.. 

    Open the trader folder whithin your "mpmission.pbo".

    Open the "HALV_takegive_crypto.sqf" and edit the following:

     

    line 22:
    _vars = _player getVariable['VARS',[]+EPOCH_defaultVars_SEPXVar];

    line 25:
    [['effectCrypto',_newcrypt],(owner _player)]call EPOCH_sendPublicVariableClient;
     

    To look like this:

    line 22:
    _vars = _player getVariable['VARS', call EPOCH_defaultVars_SEPXVar];
    line 25:
    _newcrypt remoteExec ['EPOCH_effectCrypto',(owner _player)];
     

     

  3. I remember reading through all these replies and cannot seem to remember who it was that stated that krypto was not being taken after purchases were made. Everything else is working flawlessly. I am running a server with infistar. Upon purchasing item nothing changes on the HUD krypto display, the status bar krypto display, or in the debug window's krypto display.... 

     

    I don't seem to have anything in the rpt file as error.. I do how ever receive an error when opening the trader:

    No entry 'mpmissions\__CUR_MP.Altis\description.ext/HS_trader_dialog/controls/HS_trader_tree.colorPicture'.

     

    "he-man"  i already changed the _vars as you have instructed others....

  4. I need to create the mpmissions/ init.sqf in order to use some scripts as it is not used in epoch. But I have also read that arma 3 epoch won't read from it either way. How do I add mods that use the init.sqf? I have tried to add the file myself but it seems to have no affect. I am trying to install the status bar thing and all the postI have seen labeled for arma 3 epoch say to edit the init.sqf. 

    screenshot of  the root of my mpMissions  epoch.altis.pbo below: 

     

    Capture.JPG

×
×
  • Create New...