Jump to content

DrejXArmy

Member
  • Posts

    59
  • Joined

  • Last visited

Posts posted by DrejXArmy

  1. For some odd reason, now VEMF wont run. Logs says -

     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_initVEMF.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_addonLoader.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_aiKilled.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_aiWatchdog.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_broadCast.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_findHouses.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_findTown.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_genWeapons.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_getMapCenter.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_loadInv.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_loadLoot.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_localEH.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_missionTimer.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_remDup.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_rndmPos.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_spawnAI.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_waitForMissionDone.sqf not found
     8:38:33 Warning Message: Script VEMF\functions_VEMF\fn_waitForPlayers.sqf not found

     

    My init file is -

    [] execVM "addons\halv_spawn\init.sqf";
    execVM "R3F_LOG\init.sqf";
    if (hasInterface) then
    {
        "VEMFChatMsg" addPublicVariableEventHandler
        {
            systemChat ((_this select 1) select 0);
            [
                [
                    [((_this select 1) select 0),"align = 'center' size = '1' font=PuristaBold'],
                    ["","<br/>"],
                    [((_this select 1) select 1),"align = 'center' size = '0.5'"]
                ]
            ] spawn BIS_fnc_typeText2;
            VEMFChatMsg = nil;
        };
        [] execVM "addons\service_point\service_point.sqf";
        [] execVM "addons\Status_Bar\init_statusBar.sqf"};
    };

     

    The rest of my addons are running fine. I also have BE off, since I was getting banned for scripting .... :rolleyes:

     

    Any ideas why VEMF wont load?

  2. Ok, I did that and repacked the PBO, but now the server freezes at the Altis map screen.

     

    So in the PBO I have the mission file, description, then am I suppose to have the halv_spawn folder, or just the files in the folder?

     

    Also, the line I add to the inti.sqf, is this the init.sqf that comes with this script, or is there another init.sqf somewhere?

     

    Sorry, but I am a total noob at this, just started a private server that we are customizing and trying out.

     

    Any help, pointers, or "Your a noob, you need to go here first." Is wanted ...

     

    Thanks

  3. Thanks IT07, I used the link, from the first post, which took me to github. I clicked on the download zip button on the right. Does that not download the updated version?

     

    Also, I apologize for being a huge noob, but you say open the init file in your mission folder, what mission folder?

     

    I just rented a server and got Epoch setup and running fine, but now I am learning how to add all these scripts and addons. Please bear with me if I am really noobish.

     

    THanks.

  4. Hey everyone, from the look of things, this looks good, but having some issues.

     

    I packed everything that was in the VEMF folder into a PBO called vemf.pbo, is this ok?

    Inside PBO - Addon, Missions, functions_VEMF folders and VFunctions, config, and configuration files.

     

    2nd thing, I am confused with the init.sqf - where do I put this file? Am I suppose have this file already? I placed it in the @epochhive folder.

     

    Other then these 2 things, I was able to do everything else, oh I did have issues finding a PBO packer, but BinPBO Personal Edition worked.

     

    Thanks.

×
×
  • Create New...