CanuckBrian
Member-
Content Count
16 -
Joined
-
Last visited
-
Medals
Community Reputation
2 NeutralAbout CanuckBrian
-
Rank
Private First Class
Recent Profile Visitors
-
Powershell Arma 3 Steam Workshop Content Downloader
CanuckBrian replied to CanuckBrian's topic in ARMA 3 - SERVERS & ADMINISTRATION
I just realized now that the github repository was set to private. I've opened it up and made it public now. The script should be visible now using the link in the OP. -
CanuckBrian started following RPT File Name, Powershell Arma 3 Steam Workshop Content Downloader and Linux Servers
-
Powershell Arma 3 Steam Workshop Content Downloader
CanuckBrian posted a topic in ARMA 3 - SERVERS & ADMINISTRATION
I run Arma 3 servers casually for my friends and I to play on. For the longest time I have been using an old Command Prompt Batch script to download and install Workshop content. Though the batch script works, it's tedious to use and modify. I have created a Powershell script to provide the same functionality, but be a lot easier to add / remove MOD's from it. https://github.com/canuckbrian/A3Scripts/blob/master/A3_MOD_Downloader.ps1 Simple list of mods containing MOD Name, Workshop ID, and a true/false option for downloading Can add/remove/modify the list without updating any other parts of the script Creates a Symlink for the MOD's from the Workshop download location to the Server's folder (requires Powershell to be run as administrator) Automatically finds and copies the .bikey file from the MOD's folder to the server's "keys" folder -
Preliminary How To Host dedicated server of Project Argo
CanuckBrian replied to Dwarden's topic in ARGO - SERVERS & ADMINISTRATION
Here's my config. https://pastebin.com/3apgf9e1 -
I have the same experience. I cannot get Combat Patrol to work on my Linux host machines, but on my Windows host machines they work fine. Using the exact same server.cfg file. Server seems to startup fine, but when it gets to the map where you select the CP location, no locations show up and it just says Respawn Disabled on the bottom of the screen. Here's my server.cfg: https://pastebin.com/3apgf9e1
-
Preliminary How To Host dedicated server of Project Argo
CanuckBrian replied to Dwarden's topic in ARGO - SERVERS & ADMINISTRATION
I've modified my config since my post. It's working now, but only on Windows servers. Not on Linux servers. Sent from my SM-G955F using Tapatalk -
Combat Patrol Missions
CanuckBrian replied to CanuckBrian's topic in ARGO - SERVERS & ADMINISTRATION
This was answered by Dwarden's latest post in the Preliminary server guide. -
Preliminary How To Host dedicated server of Project Argo
CanuckBrian replied to Dwarden's topic in ARGO - SERVERS & ADMINISTRATION
Found the problem. It's Linux. Move my server to a Windows machine, using the exact same config file. Server launches fine and I'm able to join the game and select a starting point in Combat Patrol. Not sure why Linux would make a difference, but it does. -
Preliminary How To Host dedicated server of Project Argo
CanuckBrian replied to Dwarden's topic in ARGO - SERVERS & ADMINISTRATION
I'm trying to get a CP server setup for me and my friends. I'm having a problem in that the server never lets us pick a spawn location. Screenshot: server.cfg: https://pastebin.com/3apgf9e1 Any help would be appreciated. -
Preliminary How To Host dedicated server of Project Argo
CanuckBrian replied to Dwarden's topic in ARGO - SERVERS & ADMINISTRATION
Do the players get any sort of in-game warning that the server is going to restart when this limit is reached? -
Hello, Just wondering how to configure my server to run Combat Patrol missions only. I only see examples for Raid, Link, and Clash in the config.cfg.
-
Preliminary How To Host dedicated server of Project Argo
CanuckBrian replied to Dwarden's topic in ARGO - SERVERS & ADMINISTRATION
They already support Linux servers... -
Thanks for the suggestions, but neither of those will work for me. I'm using a game server control panel called Open Game Panel. It uses XML files to configure how to handle the games and where certain things are. One of the parameters of the XML is the location of the log file. It has to point at a single file. <console_log>profile/arma3server_x64.rpt</console_log> When Arma's RPT file name changes on every restart because it date/time stamps it in the filename it makes it really hard to do something like this.
-
Hello, Right now when launching my Windows Arma 3 server it creates the RPT file with a date/time stamp as part of the file name. Eg: "arma3server_x64_2017-05-04_08-53-48.rpt". Is there a way to not have the date/time in the file name, or to specify the name of the file so I know what it is every time the server starts? I'm trying to use a web script to read the file in live console type window, but with the file name changing constantly this is impossible as I don't know what file name to point it at. Thanks in advance!
-
Advanced Sling Loading (MP & SP)
CanuckBrian replied to duda123's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thank you! Was scratching my head trying to find out why this suddenly stopped working on my Exile servers. I was thinking it was infiSTAR. -
Arma 3 STABLE Server 2.18 "profiling / performance binary" feedback
CanuckBrian replied to Dwarden's topic in ARMA 3 - SERVERS & ADMINISTRATION
I made a change to my restart script. I had it kill the headless client before the server restarts so both server and headless client are only ever up for 3 hours at most. This seems to have fixed all crashes from my headless client and servers. Still running v20. I'll update to v21 and let you know if I get any more crashes.