Jump to content

Ne0os

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Ne0os

  1. Hi guys,

    I try to run that script on a linux server without success. The traders spawn but I'm not able to do any actions on them (and get the cannot load texture mpmissions\epoch.Altis\trader\dkflagpole.jpg as well) although I followed the install steps correctly. Does anybody get the script working on a linux machine?

    System Specs:

    • Debian GNU/Linux 7 (wheezy)
    • Linux version 3.2.0-4-amd64 ([email protected]) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.68-1+deb7u3
    • Newest Epoch and Arma III bins
    • Battleye filters

    Installpath:

    ~/epoch/mpmissions/epoch.Altis/

    (epoch.Altis is a folder not a .pbo since i've unpacked the .pbo of the server install package)

     

    init.sqf:

    [] execVM "trader\init.sqf";
    [] execVM "trader\halv_takegive_crypto_init.sqf";
    [] execVM "trader\resetvehicleammo.sqf";

     

    description.ext:

    #include "trader\halv_defines.hpp"
    #include "trader\tradedialog.hpp"
    #include "trader\hspricing.hpp"
    
    
    
    author = "Epoch Mod Team";
    class Header
    {
     gameType = Sandbox;
     minPlayers = 1;
     maxPlayers = 100;
    };

    ....

     

    log:

    http://pastebin.com/iVBpbTaR

     

     

     

×
×
  • Create New...