Search the Community
Showing results for tags 'steamcmd'.
Found 4 results
-
Hi, Im trying to setup a server with some mods. Initally I started the server without mods and worked fine but now i keep getting this error and i can't find a solution: $ ./arma3server -mod="@CMBA_A3;@cupterrainscore;@LAMBS_Turrets;@LAMBS_Suppression;@LAMBS_Danger;@ace;@ACRE2;@ACRE_Animations;@dui_squadradar;@FOW_ACRE2_compatibility;@FrenchArmyS-35_MediumTankStandaloneMod;@IFA3_ACRE2_compatibility;@IFA3_AIO;@IronFrontArmA3-ACE3_compatibility_patch;@ironfrontarma3-facesofwar_compatibility_patch;@KAT-AdvancedMedical@NavalLegends;@ZeusEnhanced;@ZeusImmersionSounds;" -port=2302 -name="SM90 Mission" -config="server.cfg" OUTPUT: 12:47:18 Could not enable linux core dumps. Error 1 - X�����P�� 12:47:18 SteamAPI initialization failed. Steam features won't be accessible! 12:47:18 Initializing stats manager. 12:47:18 Stats config disabled. 12:47:18 sessionID: 7f9b501a2a8769a95a0b08035917bd8ab1efb263 ErrorMessage: Cannot open file '/home/steam/.local/share/Steam/steamcmd/arma3/@FrenchArmyS-35_MediumTankStandaloneMod\addons\gr_s35' Application terminated intentionally 12:47:22 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! Cannot open file '/home/steam/.local/share/Steam/steamcmd/arma3/@FrenchArmyS-35_MediumTankStandaloneMod\addons\gr_s35' 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Critical:Destroying running thread! 12:47:22 Extensions: Thank You
-
Arma3ServerManagement+RCON+Statistical Tool[DestinyTools]
ELSTP posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
You can add MODID/ urls from the workshop, HTML exported from the launcher, IDS copied from the clip, local modules and so on to identify and download (using Steamcmd). Automatically configure the BE anti-cheat basic rules, configure the basic BE rules about create, kill, teleport, etc. Automatically configure the RCON password and port Provides BattlEye RCon V2 protocol based integrated management, T people B people and other full series of functions. You can manage multiple servers at the same time. You do not need to copy the server directory to another server directory to start the service. Support server query, automatically query all servers and update the list Have a plugin marketplace where you can subscribe to a variety of utility plug-ins for your server, such as Unlimited Endurance (in development). Chart statistics, provide record server data, server performance, memory monitoring, CPU monitoring, as well as the number of monitoring report statistics (under development). Automatic restart (hard restart Quartz CRON)+ Script restart + fixed-point restart. Cover ARAM3 server basic Settings, security Settings, network Settings, task Settings, module Settings, difficulty Settings, performance Settings, log Settings. UI layout ADAPTS automatically, which is suitable for managing the small screen when the mobile phone connects to the server. Powerful prompt to inform you of the function of each parameter option Install the tutorial Ensure that.NET CORE,.NET Framework 4.8, and DirectX have been installed Run Arma3ServerTools. Exe RCON Download address: Download notice: This version is a development beta, there may be a lot of bugs, if you find bugs, please submit here: https://gitee.com/elstp_1_elstpserver/DestinyArma3Tools/issues -
FAST2 - Arma Server and Steam Workshop Tool
Flax posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
INTRO FAST2 is an extensive rewrite of FAST, which was a project I started to help automate and speed up the deployment of Arma 3 servers on Windows. The UI needed updating and the code was messy and inefficient. This new and hopefully improved version has more features and better stability than FAST. Thanks go out to all the guys who helped test this version before release with special mentions to Kju and JamieKG for their continuous bug reports and testing. Also, to BI for giving us an awesome game to play with and break. IMAGES DOWNLOAD LATEST VERSION LATEST VERSION SETUP & INSTALLATION Follow the instructions on the Wiki. FEATURES General Features Theming System & Material Design Auto Updates Improved UI from FAST Improved stability from FAST Easy to read and share config files SteamCMD Automation Install and update Arma 3 Server (Stable & Dev) Install, update and manage Arma 3 Workshop mods Supports Steam Guard and Mobile Auth Import mod presets from Arma 3 Launcher Check for mod updates on app launch Multiple Server Profiles Save and load multiple server presets Ability to clone server profiles Supports all server config options Supports all server command line options Custom mission params Custom difficulty Headless Client support & auto launch Correctly displays mods in Server Browser Local Mod Support Reads local mods from server folder Include additional folders to search PLANNED FEATURES Automatic Server Crash Handling (Auto-restart, reporting, etc.) Detection of existing Steam Workshop Mods Export server profiles to .bat files Set CPU Affinity and Priority Schedule Auto Restart of servers Schedule Auto Update of mods and server PREREQUISITES Steam account with valid copy of Arma 3. Basic understanding of Arma 3 dedicated servers. ISSUES & FEEDBACK As always best place to report issues is on the GitHub Repo, as for general discussion I’ll always keep an eye on this thread or come and join us in Discord. DOCUMENTATION Can be found on the Wiki on the GitHub Repo. This will be updated continuously as new features are added and others changed.- 136 replies
-
- 14
-
Linux ./arma3server executable uses steam.sh instead of steamcmd.sh and fails to start
NathanielJS1541 posted a topic in ARMA 3 - TROUBLESHOOTING
I have just installed steamcmd and Arma 3 on a dedicated Ubuntu-based server, and have been following this tutorial to help me set it up. As described at the top of the document, arma3 is installed in /home/steamcmd/arma3/ install, but the config files etc are in /home/steamcmd/arma3/public. There is also a script in /home/steamcmd/arma3/public called start.sh which should start and configure the arma server. ./arma3server can be executed correctly from /home/steamcmd/arma3/install, and there is a symbolic link to this executable in /home/steamcmd/arma3/public. However when I run ./arma3server from within /home/steamcmd/arma3/public, I get the following error: 2:54:04 No product.bin found, using defaults for a core engine. Running Steam on ubuntu 19.04 64-bit STEAM_RUNTIME is enabled automatically Unpack runtime failed, error code 1 Error: Couldn't set up the Steam Runtime. Are you running low on disk space? Continuing... Press enter to continue: I have narrowed it down to the fact that when I run ./arma3server from /home/steamcmd/arma3/install, it uses steamcmd.sh (located in /home/steamcmd/). However when I run it from /home/steamcmd/arma3/public, it uses steam.sh (also located in /home/steamcmd/) which I gather is a legacy executable. My question is how do I make it use steamcmd.sh instead of steam.sh, as steam.sh causes the error. Thanks for any help.