Jump to content

skueneth

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Everything posted by skueneth

  1. Hello Devs and Supporters, I have in my Scripts following: _box = createVehicle [_model, ASLtoATL _pos, [], 1, ""]; or this _terminal = createVehicle ["Land_CampingTable_small_F", ASLtoATL _pos, [], 0, ""]; in Logfiles it is not working anymore since 1.78 Update: 6:16:13 Error in expression <dels call BIS_fnc_selectRandom; _box = createVehicle [_model, ASLtoATL _pos, []> 6:16:13 Error position: <createVehicle [_model, ASLtoATL _pos, []> 6:16:13 Error Foreign error: Unknown enum value: "" or 6:16:14 Error position: <createVehicle ["Land_CampingTable_small_> 6:16:14 Error Foreign error: Unknown enum value: "" 6:16:14 Attempt to override final function - fn_getvehiclevars Attempt to override final function - fn_preprocesssaveddata Attempt to override final function - fn_restoresavedvehicle Please help me Thx Stefan
  2. Hello Devs / Supporters, I have huge Problems with the Arma3 Server Update on my Linux Servs, I have 3 servers down... OS: Ubuntu 14.04.5 x64 It hangs before the BattleEye Initialisation, after this point: MovesType CfgMovesMaleSdr load time 31503 ms At this point the server hangs... No Log Entry anymore :-( Logfile: thats the end I tried rename y/A-Z/a-z/ * every subfolder, but everythings was correct, I made it again, same failure. Server not starting. I tried in Debug mode, now this message - only in debug mode /home/steam/arma3-exile-altis/lgsm/functions/command_debug.sh: line 102: 15567 Segmentation fault (core dumped) ${executable} ${parms//\\;/;} The line is: Params shown are: new-session -d -x 23 -y 80 -s arma3server ./arma3server -netlog -ip=62.112.158.197 -port=2302 -cfg=/home/steam/arma3/serverfiles/cfg/arma3server.network.cfg -name=profile -profiles=/home/steam/arma3/log/profiles -config=/home/steam/arma3/serverfiles/cfg/arma3server.server.cfg -mod= -servermod= -bepath= -autoinit -loadmissiontomemory Again, everythins worked until yesterday. I did the update, nobody could connect, so I had to do the update :-( arma3server.network.cfg: arma3server.server.cfg: Please help me Greeting Stefan
  3. I found the failure. try without -netlog in _default-armaserver.cfg everything is running again
  4. skueneth

    Project Infinite v1.0

    Hello, I love this mod. Really nice. Good work. Please can sombebody help me, I have a Problem. I want to expand my loot table, but I don´t know, what ist the ammo for the classes: The item-names are from the mod Pistol: 8Rnd_45GAP_Magazine + 8Rnd_45Super_Magazine + 8Rnd_45ACP_Magazine + 8Rnd_9x19_Magazine + 6Rnd_357M_Magazine - correct ?? Shot Gun: 2Rnd_00_Buckshot_Magazine + 2Rnd_Slug_Magazine + 6Rnd_00_Buckshot_Magazine + 6Rnd_Slug_Magazine - correct ?? Assault Rifle: 30Rnd_762x39_Magazine + 10Rnd_303_Magazine - correct ?? Sniper Rifles: 5Rnd_338LM_Magazine + 5Rnd_APDS_338LM_Magazine - correct ?? And I need help for the optics: bnae_truglo_blk_virtual pistol ? assault rifle ? sniper ? shotgun ? bnae_truglo_snd_virtual pistol ? assault rifle ? sniper ? shotgun ? bnae_scope_blk_virtual pistol ? assault rifle ? sniper ? shotgun ? bnae_scope_snd_virtual pistol ? assault rifle ? sniper ? shotgun ? bnae_scope_v2_virtual pistol ? assault rifle ? sniper ? shotgun ? bnae_scope_v3_virtual pistol ? assault rifle ? sniper ? shotgun ? bnae_reddot_virtual pistol ? assault rifle ? sniper ? shotgun ? And finally for the muzzle attachments: class bnae_muzzle_blk_virtual pistol ? assault rifle ? sniper ? shotgun ? class bnae_muzzle_snd_virtual pistol ? assault rifle ? sniper ? shotgun ? class bnae_silencer_virtual pistol ? assault rifle ? sniper ? shotgun ? class bnae_suppressor_blk_virtual pistol ? assault rifle ? sniper ? shotgun ? class bnae_suppressor_covblk_virtual pistol ? assault rifle ? sniper ? shotgun ? class bnae_suppressor_covdrt_virtual pistol ? assault rifle ? sniper ? shotgun ? class bnae_suppressor_v2_virtual pistol ? assault rifle ? sniper ? shotgun ? class bnae_suppressor_v3_virtual pistol ? assault rifle ? sniper ? shotgun ? class bnae_suppressor_v4_virtual pistol ? assault rifle ? sniper ? shotgun ? Is there a list ? Many thanks to all of you Steven
×