Jump to content

tRiKy_ch

Member
  • Content Count

    150
  • Joined

  • Last visited

  • Medals

Posts posted by tRiKy_ch


  1. hi, first of all thank you @peral for great job with this mod, arma really missed that!

     

    i've found every time the towing vehicle hit another veh or object, arma crash with this

    12:53:07 MovesType CfgMovesBird load time 14 ms
    12:53:29 peral_airfield_logistics\as32a_details.p3d: vehicle, config class missing
    12:53:29 Sound: Error: File: peral_airfield_logistics\sounds\tractor-getout.wss not found !!!
    12:53:34 a3\structures_f_heli\vr\helpers\sign_sphere25cm_f.p3d: No geometry and no visual shape
    12:53:34 a3\structures_f_heli\vr\helpers\sign_sphere25cm_f.p3d: No geometry and no visual shape
    12:53:34 a3\structures_f_heli\vr\helpers\sign_sphere25cm_f.p3d: No geometry and no visual shape
    12:53:34 a3\structures_f_heli\vr\helpers\sign_sphere25cm_f.p3d: No geometry and no visual shape

    there is a workaround for this?


  2. hi, best way to set a default settings set for your server is to load "ace_server.pbo" as server mod then create a serverconfig.hpp in "arma3folder/userconfig/ace"

    https://ace3mod.com/wiki/framework/settings-framework.html#32-loading-up-the-server-config

     

    and here you find how could you easily export config from ACE mission modules (more intuitive to set them from eden instead of write a text file)
    https://ace3mod.com/wiki/framework/settings-framework.html#31-exporting-the-settings

    pay attention: settings forced in this file will overwrite ACE options in mission modules, if any


  3. glad to help :drinking2:

     

    btw its very simple to set a default mission

    just put this on your server cfg

    class Missions {
    	class Mission
    	{
    		template = "YOURMISSIONNAMEHERE.Altis";
    		difficulty = "regular";
    	};
    };	

    also if you put this on server cfg

    admins[]={"ADMIN1_STEAMID_HERE", 
    	"ADMIN2_STEAMID_HERE", 
    	"ADMIN3_STEAMID_HERE"
    	}; 

    user wich have steamid listed here could #login without password

     

    more info on CFG (very useful) https://community.bistudio.com/wiki/server.cfg


  4. On 10/6/2017 at 1:00 AM, pierremgi said:

    The HCs are for discarding some Ais duties from server. The "C" means "client". If HCs are on server, there is no added value, as the same CPU does all calculations.

     

    if on multicore could you run HC's on different cores than DS and take advantage of more compute


  5. sure "jets" folder exist in the arma directory?

    it contains a "addons" folder wich contains these files?

    sure to have right permissions on these directories/files?

     

    air_f_jets.ebo                       language_f_jets.ebo
    air_f_jets.ebo.a3.bisign             language_f_jets.ebo.a3.bisign
    anims_f_jets.ebo                     languagemissions_f_jets.ebo
    anims_f_jets.ebo.a3.bisign           languagemissions_f_jets.ebo.a3.bisign
    boat_f_jets.ebo                      missions_f_jets.ebo
    boat_f_jets.ebo.a3.bisign            missions_f_jets.ebo.a3.bisign
    cargoposes_f_jets.ebo                modules_f_jets.ebo
    cargoposes_f_jets.ebo.a3.bisign      modules_f_jets.ebo.a3.bisign
    characters_f_jets.ebo                music_f_jets.ebo
    characters_f_jets.ebo.a3.bisign      music_f_jets.ebo.a3.bisign
    data_f_jets.ebo                      sounds_f_jets.ebo
    data_f_jets.ebo.a3.bisign            sounds_f_jets.ebo.a3.bisign
    dubbing_f_jets.ebo                   static_f_jets.ebo
    dubbing_f_jets.ebo.a3.bisign         static_f_jets.ebo.a3.bisign
    editorpreviews_f_jets.ebo            ui_f_jets.ebo
    editorpreviews_f_jets.ebo.a3.bisign  ui_f_jets.ebo.a3.bisign
    functions_f_jets.ebo                 weapons_f_jets.ebo
    functions_f_jets.ebo.a3.bisign       weapons_f_jets.ebo.a3.bisign

     

    • Like 1

  6. On 23/5/2017 at 9:50 PM, Thedarkloser said:

    @tRiKy_ch Hello,

    I found the error:)! Have you an idea how to solve the problem?

    https://pastebin.com/S52h6JRU

    Thank You.

     

     

     

    so, it simply crash =)

    do you already installes the laterst updates, and even the latest perfomance binary? https://forums.bistudio.com/forums/topic/160288-arma-3-stable-server-168-performance-binary-feedback/?do=findComment&comment=3193951

     

    if you try to load a vanilla mission without mods it crash anyway?

     

    @dingos8 consider first: 1.70 release for linux was awful :(

    btw, what you mean for "cant'load"?

     

    • Like 1
×