Jump to content

Search the Community

Showing results for tags 'dedicated'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter
  • DayZ Italia's Lista Server
  • DayZ Italia's Forum Generale

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 99 results

  1. hello! after adding few more AI units to my mission,running on dedicated server, i noticed that when another human player is in the server, things starts to rubberband really badly. strange thing is that if i'm alone, all is fine. first question is : is there a way to test my mission alone and get the rubberbanding like if there was another (or many more) player? second question is: what cause this problem ? and how solve it? i mean, i know its "too many AI", but i noticed differences between script spawned units and 3Deden placed, and more... thanks for any help!
  2. I'm spawning 6 helos (one at a time), flying them into a location, having them land, then spawning infantry on the ground nearby (to simulate them getting out of the helos), then having the helos fly off. It works fine in SP, but when I run it on a dedi server, the helos won't land, they just hover near the landing spot. I do have a bunch of helipads on the ground for them to land on. (More than one gets to the ground simultaneously, so I need multiple.) And as I said, it works fine in SP. I have to think it's something to do with the land command, that it doesn't work the same on a dedicated server. Here's the code called each time through a loop (once per helo spawn) - _airGrp= createGroup east; _Air1 = [getMarkerPos "spawnAir", 0, "O_Heli_Transport_04_covered_F", _AirGrp] call bis_fnc_spawnvehicle; // this spawns the aircraft and includes crew //_Air1 is the VEHICLE array, with the actual vehicle being the first element of the array!! (Select 0) _helo = (_Air1 select 0);//give it a shorter name! _wp1 = _airGrp addWaypoint [getMarkerPos "WPair1", 0]; _wp2 = _airGrp addWaypoint [getMarkerPos "WPair2", 0]; _wp2 setWaypointSpeed "limited"; _wp3 = _airGrp addWaypoint [getMarkerPos "WPair3", 0]; _wp3 setWaypointSpeed "limited"; _wp3 setWaypointStatements ["true", "this flyinHeight 25"]; while {(_helo distance2D (getMarkerPos "WPair3")) >= 100} do { sleep 2; }; sleep 2; doStop _helo; _helo land "land"; while {(getPosATL _helo) select 2 >=1 } do { // hint format ["alt = %1", (getPosATL _helo) select 2]; //debugging only!!!!!!!!!!!!! sleep 1; }; sleep 2;//time to unload (fictional) troops --spawn the infantry now-- sleep 25; _helo doMove (getmarkerPos "WPair4"); _wp4 = _airGrp addWaypoint [getMarkerPos "WPair4", 0]; _wp4 setWaypointType "MOVE"; _wp4 setWaypointSpeed "FULL"; I've had this issue in the past, but it's been years since I dealt with it, and I can't remember a solution! Any clues?
  3. Hi, I'm having a slight issue with my respawn setup. Specifically, the respawn of playable characters that are AI at the moment of death. For some reason, they respawn on the exact location where they died, instead of at the respawn module - it works correctly on listening server. There is one respawn module placed on the map called 'respawn_west' and in the description.ext, I use this: // Respawn type, see the table below respawn = 3; // Delay in seconds before playable unit respawns. respawnDelay = 10; // Respawn templates from CfgRespawnTemplates. You can combine any number of them together. respawnTemplates[] = {"Revive","MenuPosition","Spectator"}; // 0 to disable the score table (it can still be opened manually by pressing 'P' key). respawnDialog = 0; // When 1, the score table contains score of all playable units as opposed to players only. aikills = 1; respawnOnStart = -1; I hope there's a fix for this, as it's really annoying to have AI basically take over the map, dying 20+ times in the process.. As a temporary fix, is there a way to turn off respawn for playable characters that are currently AI controlled? or have a 'onRespawn' script for those?
  4. Does anybody sets unit insignias via script? BIS_fnc_setUnitInsignia is not working globally although funtion description states it so. Each player can only see his own insignia. There was a comment in BI page which states [[ player, "111thID"], "BIS_fnc_setUnitInsignia", nil, true, true] call BIS_fnc_MP; can be used but even with this one I am getting same result :( Anybody has a solution?
  5. Alright, I have a small dedicated linux server with arma 3 server on it. We do some small scale zeus missions on it, But since day or 2 the server doesn't want to start up any more. Server starts up just how it should without any error, we use some mods like, ACE, CBA, Task force radio, Ares and RHSUSAF. But whenever someone want to join the server, the server see the id of the player etc. but the player stays in the loading screen (no lobby). Player can't get in at all, the server doens't even show any errors. Also tried a vanilla mission didn't work but a APEX campaign mission loaded without any problem.
  6. hi guys ! i've found an awesome script to enable dual primary weapons, that works really good, but has a little problem i noticed only after hours of play. here the script: ...at start it works perfectly, i can die & respawn, go on vehicles or on foot, do everything and it works perfectly. BUT.....after maybe 20 minutes i noticed my "weapon on back" was gone, and script bugged (doesnt asked me to put my weapon on back, as usually. from that day, it happened many other times, in fact i never noticed when the weapon disappear exactly, i just notice it only when i try to switch to my back weapon after many play time. i've tracked down the problem standing still with a "weapon on back" for a long time, and seems it disappear at some point, removing the weapon model and the actions to "take weapon back" or "put weapon on back". i'm pretty sure the problem is the loop that stop working, or maybe something to do with game auto-cleaner removing unused objects. any idea? thanks !
  7. Hello guys, My linux dedicated server seems to start correct, ports in firewall are set up correct as well but it is not shown in armas in game server browser. System Information: Hardware specs: netstat output: netstat -tulpn | grep 1400 I start the server with this script: My logfile of servers output (stdout and stderr) looks like this: server.cfg: I would be happy if anyone could give me a hint what could be wrong.
  8. Got a question I can't seem to find much on, however I've seen missions that do this... I've been trying to run a server for me and my friends to play when we hop on ArmA, right now I'm using RHS and ALiVE to do some guerrilla style missions, I've been using TADST's "local dedicated" server tool, I've enabled the autoInit "persistence" between player joins, but this obviously has it's downsides. - I'm running on my desktop, if I want to restart my PC, I have to close the server (duh) - I can't do an actual dedicated server, I don't want to pay for one or build a server box, so ALiVE's persistence is out of the question, I tried it's "single player save" but it is too much and crashes So this might be a dumb question, but is there a way I can run this server, and have the server save when I exit, then start back up when I re-join with my friends? Basically the same as ALiVE, but save the data local to my PC. Thanks, Envak
  9. I want to create a task that is not bugged on a dedicated multiplayer server. Is it enough to place a trigger make it blufor present and put isServer && this in the condition bar, then synching that trigger to task modules? Or do i HAVE to use scripts to create tasks?
  10. Hello, I am just trying to confirm my thinking. I am editing a mission which I want to run on a dedicated server (on the same machine). I need to test it quite a lot but am finding that you have to shut down the dedicated server each time you make an edit in the editor, then 'export to multiplayer' then restart then server, which all takes so much time. So I am doing this: 1. Open up eden editor. 2. load the mission. 3. make my change. 4.save it. 5 'export to multiplayer' 6. start dedi server (takes time) 7. log into server 8. test mission. 9. exit server 10. shut down server 11. go back to eden editor 12 make change etc etc what I want to do is 9. log out of server but keep it open and Open up mission in eden again 10. ...do stuff.. 11 export to MP.... WHILE THE DEDI SERVER IS STILL RUNNING... 12 reconnect to server and play update... It seems to me that the server locks the pbo and despite the fact that if you 'export to multiplayer' the editor squeaks a confirmatory message that it has been successfully exported (which it hasn't). The file timestamp remains the same. I've tried #restart and #restartserver (doesn't seem to do anything). Would anyone know of a way to getting the server to 'release' the pbo file so that I can update it? I presume I am just being thick. Thanks in advance, Atmo
  11. Hello everyone. Every time i'm trying to launch my server, i'm getting an error saying "Out of memory (requested 0 KB). footprint 3750240256 KB. pages 32768 KB." So what i did was i tried to remove all the PBO files, and i found out that it was "Task Force Radio" that made that error occurred. But i don't know what i should do to get it to work. Any help would be appreciated. THANKS.
  12. I'm working on a mission that doesn't have re-spawns and designed for quick firefights. My intention is to design a mission for a dedicated server with the following: If all Blufor (players) are killed, failure If time runs out, failure If all Opfor units are killed, victory Notify all players (even dead) when there is one player remaining Notify all players (even dead) when there is one enemy remaining have the same number of units and type of unit on the enemy side, i.e. 1 autorifleman blufor and 1 autorifleman opfor (shown in the initServer.sqf is already working) My experience with multiplayer scripting is limited and I'm struggling to understand why it works in local hosted multiplayer (as the host alone) but not on dedicated servers, issues include: After starting the operation using the action (see flowgraph) the LastMan.sqf will start running immediately, even with 2 blufor players Server, after starting the operation using the action, will stop updating unit positions and AI will not react. All players except yourself are running in place, coupled with sudden spikes in framerate loss when initially activated and unable to kill enemies. Enemies don't react to being shot or standing directly in front of them even. this problem isn't present on the locally hosted Possibly an issue of the server ending the mission locally but not for clients (just a guess)? Mission must still be working enough to continue the countdown timer, mission fails properly when timer reaches zero Maybe I should be getting rid of triggers entirely? But it always seemed like they synced across multiplayer better Using the trigger and (count Thislist < 2) is that when all remaining players enter one vehicle, it counts as one unit and starts the trigger Tried using setting the triggers to server only and using Bis_fnc_MP but led to the mission immediately ending upon starting the operation action Code Flowgraph Mission Source https://drive.google.com/file/d/0B85GbOCq33caWlhHNW1KcENzV00/view?usp=sharing Thanks for the help on this issue
  13. Hi everyone, Here is the code i use to create task -childtask here for meeting point- for the dedicated server: [[west, ["Task1A","Task1"], [" <br /> Sub-Task Description Here. <br /> ", "Sub-Task Title", ""], (getMarkerPos "Task1MeetingPoint"), true] spawn BIS_fnc_taskCreate] call BIS_fnc_MP; I guess Arma 3 Tasks Overhaul somehow are used for notification icons. I wonder if i could use image below with the above code and how? https://community.bistudio.com/wiki/File:bis_tasktype_meet.png Thank you for your help in advance.
  14. Hi, I am looking for a hosting company (dedicated or not) for a vanilla Arma3 server for 100-120 slots. This server will be used for a massive clan, with members from all over Europe, so a centralized server would be preferable (France, Germany etc). I've had a dedicated server before, running Dayz Epoch, with balticservers.com, but although the machine was a Xeon, there was some 'rubbering' ingame so i am having some seconds thoughts about dedicated servers. I have no idea how the server specs have changed during this last year that i went MIA from Arma, so i guess i am wondering if its worth the trouble to even bother with a full dedicated server instead of a web-panel based one. Any input would be highly appreciated.
  15. Hey all, Can someone please share the information on how to remove the stock campaign missions from the vote menu ? I assume I can just delete them from the \Addons directory but that will mean that I have to eliminate them every update ... correct ? Is there a better way to get rid of them and still allow players to vote for the maps ?
  16. Hi, I don't know much about scripting and have no idea about developing kind of stuff but i can say i am a good EDEN user. Both "PRESENT" and "NOT PRESENT" settings -i guess whole trigger thing- are not working on Dedicated Server at 1.62 Is it a known bug or something i miss? Because it is working at local. Any help would really be appreciated, thanks in advance. (FYI, Steam ARMA3 1.62.x also DEV user at 1.65.138056 )
  17. Hello everyone, I have a dedicated server with mods and when I try to load a mission I have made, it kicks me back to the default headhunters co-op mission. I have read through the RPT file and cannot seem to find the issue, if anyone can help me, I would appreciate it! http://uppit.com/lvvecv53naskthat is the server RPT link, i can copy then entire rpt here if requested.
  18. Hi, Just tuning my addon for displaying icons on units, I discovered some characteristics of the headless clients. I was surprised to meet "them", applying icons on units! First of all, they are a kind of "man", Yes! And not a kind of "logic" as they are supposed to be in regard of the 3den classification... But they are a kind of "headlessClient_F" that's comforting somewhere. Headless clients are invisible but return "false" for isObjectHidden cursorObject ... You can even collide on them! You can't shoot at them, neither bullets nor grenades explosives, but they die with a cursorObject setdamage 1. (I don't know what the behavior could be on mission flow). Very strange men.
  19. Hi everyone, My 2 cent question: I'd like to define in a script, what kind of server I'm playing on. The aim is to make a versatile addon disabling capabilities when gaming on public servers but with better latitude when the mission is hosted (LAN, or even SP). So far, i can't use isServer, isDedicated... just because the client returns always false (except for the hosting PC but it's a particular case). I tried: {missionNamespace setVariable ["dedicated",isdedicated]; publicVariable "dedicated"} remoteExec ["call",2]; but it seems uncertain with some public servers. Any idea to have this data by a more accurate way? Thanks
  20. Hello, I started having a problem with my dedicated server a couple of weeks ago. The problem is, after 5 - 10 minutes, the dedicated server (arma2oaserver.exe) stops responding and crashes, I tried disabling all of the mods, tried changing the order in which they are activated, tried removing some of them, tried verifying the integrity of the game cache, tried changing memory allocator, but I kept getting the crashes. Oddly enough, I can host a server effortlessly through the normal game's "Host a New Server" These are the mods I currently use: @CBA @CBA_A2 @CBA_OA @CBA_CO @JayArmA2Lib @ACE @ACEX @ACEX_RU @ACEX_USNavy @fallujah @ACRE Tried searching BIStudio's forum aswell as ArmaHolic, but I couldn't find anything related to this problem... Tried some fixes for similar problems, but nothing that could help me so far... You can see the Server's RPT FILE in here
  21. Hey guys, i think i m doin a little mistake in my addon creation. The addon i try to create is called inidb. I know that there is a downloadable release but its library (inidb.dll) is for windows only. I downloaded the library linux sources from git hub (https://github.com/newtondev/inidb-linux) and compiled them to the needed inidb.so file for my virtual linux server. The unpacked addon is part of that download and consists of a config.cpp file and a init.sqf. config.cpp: class CfgPatches { class iniDBI { units[] = {}; weapons[] = {}; requiredVersion = 0.1; requiredAddons[] = {}; init = "call compile preprocessFileLineNumbers '\inidb\init.sqf'"; }; }; Those 2 files are the content of the folder inidb which i packed with cpbo to inidb.pbo My folder structure at server is as described at git hub: @inidb (folder) db (folder) inidb.so (file) addons (folder) inidb.pbo (file) Im starting my server with the option: -mod=@inidb Generaly my dedicated linux server is able to handle mods. I have other mods (not self created) which are running fine. In my mission which should use the addon i ve the following init.sqf file: init.sqf if(isServer) then { call compile preProcessFile "\inidb\init.sqf"; }; The log file at server produces the following line: Warning Message: Script inidb\init.sqf not found I think there are 2 things which could cause this message and i need your help to get a clue whats goin wrong. It could be that i did a mistake with the path to the addons init.sqf file. The other thing could be that the addon is not loaded by the server for some reason, but i dont know. I googled that problem fo a week and i tried other pathes as described above and i tried to autostart the script by setting up a module in config.cpp and in my mission. But nothing helped, i cant get it working. Edit: Ok, 24 hours r gone since i posted this, 50 views and no little answer. I think i m doin something wrong with that thread. For that reason i try to simplify it to some questions: How defines an addon the path to its scripts? Is it defined by the folder which was packed with cpbo? What does that $PREFIX$ file do i read about? Do i need those file in my case and which content would be correct? The script file in the addons pbo-file should be called from a script in my mission with call compile preProcessFile "\inidb\init.sqf"; what is to do that this works? Are there any reasons which could cause a server to not load an addon? Guys ur help would be very appreciated cause i m stuck with the creation of my mission and cant do a little step forward until the problem with that addon is solved. ********************************************************** code container for WIP: if (!isServer) exitWith {true}; /* Author: Sarogahtyp Title: SSSS - Sarogahtyps Simple Server Statistics Description: Arguments: number - refresh time in seconds Return value: boolean - true if script has been finished */ _admin_check = []; _admin_obj = objNull; while {true} do { // wait for a logged in admin waitUntil { sleep (20 + random 20); _admin_check = (allPlayers - entities "HeadlessClient_F") select {(admin owner _x) != 0}; (count _admin_check > 0) }; _admin_obj = admin_check select 0; //throw infos as long as admin is logged in while {(admin owner _admin_obj) != 0} do { // collect server infos _s_fps = str diag_fps; // frames per second _s_just_players = allPlayers - entities "HeadlessClient_F"; // all player objects _s_plyr_num = count _just_players; // number of players _s_just_HCs = entities "HeadlessClient_F"; // all HC objects _s_HC_num = count _just_HCs; // number of headless clients _s_a_grp_num = {local (leader _x) and alive (leader _x)} count allGroups; // all groups where alive units in _s_e_grp_num = { (count units _x) == 0 } count allGroups; // empty groups _s_d_grp_num = { ({!alive _x}count units _x) > 0 }count allGroups; //groups where only deads in _s_unit_num = {local _x} count allUnits; // living units _s_vec_num = {local _x} count (vehicles - entities "WeaponHolderSimulated"); // living vecs _s_wh_num = {local _x} count (entities "WeaponHolderSimulated") //weapons on ground _s_al_ent_num = {local _x} count entities [[], [], true, true]; // alive entities _s_de_ent_num = {local _x} count entities [[], ["Logic"], true]; //dead entities except logic //collect HC infos //request not available info from HCs remotely if (_s_HC_num >0) then { for "_i" from 0 to (_s_HC_num - 1) do { _str = format ["Saro_HC_report_%1", _i]; missionNamespace setVariable [_str, []]; [_str] remoteExecCall ["Saro_fnc_report_stats_to_server", (_s_just_HCs select _i)]; }; //wait until all HCs responded with desired info waitUntil { sleep (0.1 + random 0.1); _sum = 0; for "_i" from 0 to (_s_HC_num - 1) do { _str = format ["Saro_HC_report_%1", _i]; if (count (missionNamespace getVariable _str) > 0) then { _sum = _sum + 1; }; (_sum == _s_HC_num) }; }; }; sleep (15 + random 15); }; // info while end }; // endless while (end) /* Author: Sarogahtyp Title: SSSS - Sarogahtyps Simple Server Statistics Function Name: Saro_fnc_report_stats_to_server; Description: function used via remote execution by server to recieve some statistical infos Arguments: String - name of global variable which should returned to server by publicVariableServer Return value: true */ params ["_ret_string"]; _tmp_info_array = []; _tmp_info_array pushBack diag_fps; missionNamespace setVariable [_ret_string, _tmp_info_array]; publicVariableServer _ret_string;
  22. I'm having some problems hosting a dedicated Arma 3 server on linux. I set the server up following this guide: https://community.bistudio.com/wiki/Arma_3_Dedicated_Server#Instructions_.28Linux_o.2Fs.29 The server used to work like that until several months ago, but when I'm trying to use it again now, I cannot get any missions started. As a player, I can connect, select a mission and press OK, but once the mission finishes loading, I find themselves back in the lobby again. If I keep pressing OK to start the mission, this will continue indefinitely. The server is running under Ubuntu 14.04.3 LTS 32 bit. (I chose the 32 bit version because Arma 3 itself is 32 bit, so I thought this might lead to fewer compatibility problems.) I originally encountered the problem trying to play a custom mission with a large number of third-party mods, but to debug the problem better, I ran the server without mods and with BI missions only. This is the server.cfg: passwordAdmin = "<censored>"; //password = "<censored>"; hostname = "TMSCTI"; maxPlayers = 160; motd[]= {"Welcome to our TMSCTI server"}; voteThreshold = 1.1; voteMissionPlayers = 1; kickduplicate = 0; logFile = "server_console.log"; persistent = 1; verifySignatures = 0; allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; forceRotorLibSimulation = 1; disableVoN = 1; The command line used to start the server was this: ./arma3server -config server.cfg -mod= The console output from the server can be found here: http://arma-tms.de/screenlog.0 (It's a bit too large to paste here verbatim.) I've also tried setting up a completely brand new virtual server following the original guide, but this lead to the same problem. Could someone help me with that?
  23. This is a small units addon I'm using for my gaming team needs so I've decided to also puplish it for anyone else might find it useful. It is based on simple retexture presenting some ISIS warriors (Islamic State). These units are using default A3 weapons and there is no other mod or addon dependency ... you can find all classnames into the txt file included (also a server key is included). Nothing fancy ... just some units. Note : into classnames txt file I forgot to mention some backpacks classnames ... so here they are ... Download Link : REMOVED THIS ADDON NO LONGER SUPPORTED AS IT SEEMS THAT MANKIND STUPIDITY HAS GONE TOO FAR (see quote below) Aplion
  24. So, how do you, people, feel about such perspective? New Torment... https://torment.inxile-entertainment.com/ http://www.kickstarter.com/projects/inxile/torment-tides-of-numenera
×