Search the Community
Showing results for tags 'hc'.
Found 3 results
-
Hello everyone, i tried to hide Objects Global via a headless client without any success, also if i'm already connected. Here are some code snippet: _list = nearestObjects [(call compile SEL(_x, 4)), [_classname], 10]; { _x hideObjectGlobal true; _x hideObject true; } forEach _list; If i run the code by my self or via the Server, it works pretty well. I hope someone know my issue and can help me.
- 3 replies
-
- arma3
- hideObject
-
(and 3 more)
Tagged with:
-
Hello, i just started reading into the headless client and the concept seems to be quite nice but i have some first problems with it. So i got my self a working local Server. Now when i start the hc with all the needed mods for the mission its running but the logfile is just not complete and the HC is not working as it should. Here is the start param for the the rpt log: start "HC" "arma3server.exe" -client -connect=127.0.0.1 -port=2302 -mod="@allinarmaterrainpack;@Ryanzombies;@Exile;@zombies_hc;" -nosound -name=HC -profile=HC http://pastebin.com/3fK1mEJX Is there anything that i did't miss and didn't think of? I also tried that the server is named different and in another directory. Interestingly when i remove one mod its loading a bit further like this: http://pastebin.com/WrEAq82A In both cases nothing is crashing, its just not working as expected and its not debugging some test data. I follow this guide over here: https://forums.bistudio.com/topic/178434-arma3-headless-client-guide/ Thanks for any help.
-
Linux trouble with HC on dedicated server
SaltyMedic posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
New to Arma 3 administration. I'll post as much info as I can think might be useful. If I need to post more info please tell me what. I have an Ubuntu 14.04.3 headless server running at home. I'm wanting to add Arma 3 game hosting to its list of duties. Specs: Intel Xeon E3-1246 V3 (3.5GHz Quad-Core Processor) 16 GB Ram I first installed steamCMD and then Arma 3. I followed this site mostly to get it running. I am able to connect to the server and play off of it. https://medium.com/arma-3-server-administration/installation-and-configuration-of-an-arma-3-linux-dedicated-server-7875c9030b7#.mvkckrsyk I've managed to create a couple of missions and now I'm wanting to get into adding a headless client. I've followed Monsoon's tutorial for getting a HC running, but something isn't working for me. I've been reading lots of pages, forums, etc. and nothing I've tried seems to work. There seems to be some conflicting information out there for this as far as things used to work one way and now they are no longer necessary. I'm not sure what is current or not. At one point, I was able to get the HC to connect and it would then disconnect on its own within a minute (according to what my terminal was saying). Not successful. Now something that I've changed (and I can't track down what that was) it just starts up as another server instead of as a client trying to connect to the server. When I got to mulitplayer > LAN, it shows two servers. The one I tried to start up as a client is not connectable though, not that I want it there. I'm running the server and HC all on the same machine. I'm running the playable Arma 3 game itself on a separate Windows 8.1 machine on the same LAN. The terminal tells me the Arma 3 server I'm running: Arma 3 Console version 1.54 : port 2302 Arma server config file contents: //source: https:||community.bistudio.com/wiki/server.cfg // server.cfg // // comments are written with "//" in front of them. //Add headless client headlessClients[]={"127.0.0.1"}; localClient[]={"127.0.0.1"}; // GLOBAL SETTINGS hostname = "SaltyMedic Server"; // The name of the server that shall be displayed in the public server list password = "XXXXX"; // Password for joining, eg connecting to the server passwordAdmin = "XXXXX"; // Password to become server admin. When you're in Arma MP and connected to the server, type '#login xyz' serverCommandPassword = "XXXXX"; // Password required by alternate syntax of [[serverCommand]] server-side scripting. //reportingIP = "armedass.master.gamespy.com"; // For ArmA1 publicly list your server on GameSpy. Leave empty for private servers //reportingIP = "arma2pc.master.gamespy.com"; // For ArmA2 publicly list your server on GameSpy. Leave empty for private servers //reportingIP = "arma2oapc.master.gamespy.com"; // For Arma2: Operation Arrowhead //this option is deprecated since A2: OA version 1.63 //reportingIP = "arma3" //not used at all logFile = "server_console.log"; // Tells ArmA-server where the logfile should go and what it should be called // WELCOME MESSAGE ("message of the day") // It can be several lines, separated by comma // Empty messages "" will not be displayed at all but are only for increasing the interval motd[] = { "", "", "Two empty lines above for increasing interval", "Welcome to our server", "", "", "We are looking for fun - Join us Now !", "http://www.example.com", "One more empty line below for increasing interval", "" }; motdInterval = 5; // Time interval (in seconds) between each message // JOINING RULES checkfiles[] = {}; // Outdated. maxPlayers = 64; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player. kickDuplicate = 1; // Each ArmA version has its own ID. If kickDuplicate is set to 1, a player will be kicked when he joins a server where another player with the same ID is playing. verifySignatures = 2; // Verifies .pbos against .bisign files. Valid values 0 (disabled), 1 (prefer v2 sigs but accept v1 too) and 2 (only v2 sigs are allowed). equalModRequired = 0; // Outdated. If set to 1, player has to use exactly the same -mod= startup parameter as the server. allowedFilePatching = 0; // Allow or prevent client using -filePatching to join the server. 0, is disallow, 1 is allow HC, 2 is allow all clients (since Arma 3 1.49+) //requiredBuild = 12345 // Require clients joining to have at least build 12345 of game, preventing obsolete clients to connect // VOTING voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen. voteThreshold = 0.33; // 33% or more players need to vote for something, for example an admin or a new map, to become effective // INGAME SETTINGS disableVoN = 1; // If set to 1, Voice over Net will not be available vonCodecQuality = 0; // since 1.62.95417 supports range 1-20 //since 1.63.x will supports range 1-30 //8kHz is 0-10, 16kHz is 11-20, 32kHz is 21-30 persistent = 1; // If 1, missions still run on even after the last player disconnected. timeStampFormat = "short"; // Set the timestamp format used on each report line in server-side RPT file. Possible values are "none" (default),"short","full". BattlEye = 1; // Server to use BattlEye system allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; //only allow files with those extensions to be loaded via loadFile command (since Arma 3 build 1.19.124216) allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"}; //only allow files with those extensions to be loaded via preprocessFile/preprocessFileLineNumber commands (since Arma 3 build 1.19.124323) allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"}; //only allow files with those extensions to be loaded via HTMLLoad command (since Arma 3 build 1.27.126715) //allowedHTMLLoadURIs = {}; // Leave commented to let missions/campaigns/addons decide what URIs are supported. Uncomment to define server-level restrictions for URIs // SCRIPTING ISSUES onUserConnected = ""; // onUserDisconnected = ""; // doubleIdDetected = ""; // //regularCheck = "{}"; // Server checks files from time to time by hashing them and comparing the hash to the hash values of the clients. //deprecated // SIGNATURE VERIFICATION onUnsignedData = "kick (_this select 0)"; // unsigned data detected onHackedData = "ban (_this select 0)"; // tampering of the signature detected onDifferentData = ""; // data with a valid signature, but different version than the one present on server detected // MISSIONS CYCLE (see below) class Missions {}; // An empty Missions class means there will be no mission rotation missionWhitelist[] = {}; //an empty whitelist means there is no restriction on what missions' available Arma server startup #!/bin/bash # Wrapper file to start the A3 server # Server installation path #serverConfigDir=â€<a3_install>/public/serverconfig†serverConfigDir=â€serverconfig†# Network settings used in -cfg param networkConfig=â€$serverConfigDir/basic.cfg†# Server configuration settings used in -config param serverConfig=â€$serverConfigDir/server.cfg†# Server profile and difficulty settings used in -name param profileName=â€public†# Server-side mods mods="mods/@cba_a3;mods/@lockheed_c130" # Start server ./arma3server -cfg=â€$networkConfig†-config=serverconfig/server.cfg -name=â€$profileName†-mod=$mods -world=empty -port=2302 -noSound Arma HC startup #!/bin/bash # define directories HOME=/home/steam/ A3DIR=$HOME/arma3/install # setup mods MODS=â€â€; #MODS+=â€@cup;†#MODS+=â€@allinarmaterrainpack;†#MODS+=â€@asdg_jr;†#MODS+="mods/@cba_a3;" #MODS+="mods/@lockheed_c130;" # execute cd $A3DIR ./arma3server −client −connect=127.0.0.1 −port=2302 −pass=XXXX -noSound −mod=$MODS What the terminal shows where I run the arma server starup: . . . Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script 8:19:03 BattlEye Server: Initialized (v1.207) 8:19:03 Host identity created. [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. Setting breakpad minidump AppID = 107410 8:19:03 Game Port: 2302, Steam Query Port: 2303 8:19:03 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 Arma 3 Console version 1.54 : port 2302 8:19:04 Connected to Steam servers What the terminal shows when I start a HC . . . Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script Attempt to override final function - rscunitinfo_script 8:19:20 BattlEye Server: Initialized (v1.207) 8:19:20 Host identity created. [S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed. CreateBoundSocket: ::bind couldn't find an open port between 2303 and 2303 Arma 3 Console version 1.54 : port 2314 I've tried running it with no mods and there is no difference. I'm at a loss as to more trouble shooting. Thanks for any help Jason- 12 replies
-
- linux
- dedicated server
-
(and 2 more)
Tagged with: