Jump to content

rashmandash

Member
  • Posts

    6
  • Joined

  • Last visited

Reputation Activity

  1. Like
    rashmandash reacted to Statix in #SEM - Simple Epoch Missions v0.8.1 + 0.8.3 test   
    To get SEM working on linux servers:
     
    Get the latest version (0.8.3) from the first post spoiler on this thread.
     
    Unzip it, rename the sem_config.sqf to SEM_config.sqf
     
    Delete the sem.pbo file.
     
    Go into the sem folder and open the file fn_semInit.sqf.
     
    I am using Notepad++ to edit these files.
     
    On line 8 change: 
     
    _handle = execVM "@EpochHive\addons\SEM_config.sqf";
     
    To:
     
    _handle = execVM "@epochhive\addons\SEM_config.sqf";
     
    On line 11 change:
     
    _handle = execVM "@EpochHive\SEM_config.sqf";
     
    To:
     
    _handle = execVM "@epochhive\SEM_config.sqf";
     
     
    Save and close the file.
     
    Now go into the scripts folder inside the sem folder.
     
    Open the file named:
     
    fn_missionController.sqf
     
    On line 51 change:
     
    _runningMission = [_missionPos, _randomMission, _runningMissionID, _missionType] execVM format["%1%2.sqf", _missionPath, _randomMission select 0];
     
    To:
     
    _runningMission = [_missionPos, _randomMission, _runningMissionID, _missionType] spawn compile preprocessFileLineNumbers format["%1%2.sqf", _missionPath, _randomMission select 0];
     
    Save and close.
     
    Now package the sem folder as a .pbo file ( I am using PBO Manager).
     
    Copy the SEM_config.sqf file and the sem.pbo file over to you server @epochhive/addons/ folder.
     
    Copy over from your server the mpmissions/epoch.<island you are using>.pbo
     
    Unpack it somewhere.
     
    Edit the file init.sqf
     
    Add this to the bottom:
     
    //Simple Epoch Missions if(hasInterface)then{execVM "semClient.sqf"};   Close and save.   Copy the file MissionFile/semClient.sqf from the SEM download to the root of the epoch.<island you are using> folder.   Save and repack the epoch.<island you are using> folder into a .pbo   Now copy that file to your servers mpmissions/ folder.   You are pretty much done.   Next is to update your battleye filters which can be found here (Just do Step 3):   https://github.com/KiloSwiss/Simple-Epoch-Missions   Remember to copy over your battleye files to your server after editing.   Restart your server and enjoy!   EDIT: Remember that updating the script will break it again! Not sure why scriptDone does not work with execVM on linux but does with spawn compile preprocessFileLineNumbers as the two are functionally identical.
  2. Like
    rashmandash got a reaction from Nic in auto restart dos not work   
    Whats wrong? It works...  I adjust tadst and then copypaste the params.
    And it would be more helpfull if u just say what u mean instead to post a link.
  3. Like
    rashmandash got a reaction from Tophi in Exploding Vehicles & Helicopters   
    Do sombody know in which script the the spawn of the vehicles are defined. I think it could help to set the z-axis 10 or 20 cm higher. So the vehicle trop of the ground instad of chlitch in the sourface.
×
×
  • Create New...