Jump to content

RogerJ

Member
  • Content Count

    22
  • Joined

  • Last visited

  • Medals

Posts posted by RogerJ


  1. Thanks Jacmac

    I use this in arma2

    if (!isServer) exitWith {}; for "_i" from 1 to 2 do { grp = [getMarkerPos "ex_infant1", EAST, (configFile >> "CfgGroups" >> "East" >> "BIS_TK_INS" >> "Infantry" >> "TK_INS_Group")] call BIS_fnc_spawnGroup; [grp, getMarkerPos "ex_infant1", 50] call bis_fnc_taskPatrol}

    What I need sao names, know where to find it?

    OPF_F

    Infantry = OIA_InfSquad

    ArmAir= ?

    Mechanized=?

    Motorized=?

    Armored=?


  2. You'd use the MPRespawn eventhandler to move them into the vehicle after respawning normally. It should be quick enough that the player won't see the teleport.

    To move the respawn point you'd use setMarkerPosLocal command to move the respawn when you wanted to wherever the car is.

    So that the respawn marker is moved with the vehicle?

    Put this in the init line of the vehicle.

    0 = this spawn {
    _veh = _this;
    while {true} do
    {
    	"respawn_west" setMarkerPosLocal (getPosATL _veh);
    	sleep 1;
    };
    };
    

    Thank you worked perfectly, I'm starting in edition of missions'll still need the help.

    thank you


  3. No offense but I am having a REALLY hard time trying to understand what you are asking. Some sort of video problem? If so, what is it? Screenshots? You haven't really posted what the problem specifically is.

    Sorry my english is bad :(

    Arma2 OA Original= playing, no problems

    Arma2 OA +ACE+ACRE= playing, graphics problems (similar, artifacts)

    Tested the integrity of the video card is a good.


  4. Hello to all

    I have the Mod ACRE and their respective mod's needed and also with ACE mod their mod's needed.

    After the installation of the mod and some game time the problem appears in the video.

    There are problems with the VGA as tested with the other and the problem persists.

    Anyone ever had a similar problem?

    It may be a problem with my PC:

    Motherboard Asus Rampage Extreme X79 Iv lga 775

    CPU: Intel Quad Core 3.0

    Video Card: HD 6870

    Sound: sound blaste live 64

    Memory: Corsair ddr3 1333

    I do not know if the problem is the ACRE or ACE or my PC

    I want to play with ACE + ACRE someone help me please

    thank you

    PS: I posted the same message on the topic of the ACRE


  5. Hello to all

    I have the Mod ACRE and their respective mod's needed and also with ACE mod their mod's needed.

    After the installation of the mod and some game time the problem appears in the video.

    There are problems with the VGA as tested with the other and the problem persists.

    Anyone ever had a similar problem?

    It may be a problem with my PC:

    Motherboard Asus Rampage Extreme X79 Iv lga 775

    CPU: Intel Quad Core 3.0

    Video Card: HD 6870

    Sound: sound blaste live 64

    Memory: Corsair ddr3 1333

    I do not know if the problem is the ACRE or ACE or my PC

    I want to play with ACE + ACRE someone help me please

    thank you

    PS: I'll post the same message in topic ACE


  6. Would be helpful if you told us what your bat. file contain. It's only a text-file which W runs, should contain short-cut to *server.exe.

    If I understand it is the path of the folder that you want to see if this correct?

    The folder path is

    "C:\Program Files\Bohemia Interactive\ArmA 2 Free\arma2server.exe" -port=2302 -name=default -config=default\server.cfg -cfg=default\Arma2.cfg -profiles=default"

    tanks


  7. The folder path is now correct the error was in .bat file

    was as follows:

    start "C:\Program Files\Bohemia Interactive\ArmA 2 Free\arma2server.exe" -port=2302 -name=default -config=default\server.cfg -cfg=default\Arma2.cfg -profiles=default

    changed as follows:

    start

    "C:\Program Files\Bohemia Interactive\ArmA 2 Free\arma2server.exe" -port=2302 -name=default -config=default\server.cfg -cfg=default\Arma2.cfg -profiles=default

    Server now starts with other error

    BattlEye initialization failed.

    may server.cfg file in this way:

    BattlEye = 1;

    changing to

    BattlEye=0;

    the server starts

    The folders are as follows:

    C:\Program Files\Bohemia Interactive\ArmA 2 Free\default

    In the default folder contains files arma2.cfg, server.cfg, and arma2server.RPT mayserver.log

    C:\Program Files\Bohemia Interactive\ArmA 2 Free\default\BattlEye

    In the BattlEye folder contains the file BEServer.dll

    C:\Program Files\Bohemia Interactive\ArmA 2 Free\default\Users\default

    In the default folder contains the file default.ArmA2Profile


  8. Arma2server can not run on windows server 2003.

    the error appears

    The windows can not find -port=2302-name=default-config=default\server.cfg-cfg=default\Arma2.cfg-profiles=default Make sure the name is spelled correctly and try again. Search for a file, click the Start button and click Search.

    Command line in windows server 2003

    "C:\Program Files\Bohemia Interactive\ArmA 2 Free\arma2server.exe" -port=2302-name=default-config=default\server.cfg-cfg=default\Arma2.cfg-profiles=default

    Whats is wrong, can someone help me?

    Tanks

×