Search the Community
Showing results for tags 'steamcmd'.
Found 2 results
-
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.- 134 replies
-
- 13
-
-
-
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.