Dahlgren
Member-
Content Count
69 -
Joined
-
Last visited
-
Medals
-
Medals
-
CatBook-Yi23332 started following Dahlgren
-
Mod folders must have a valid "addons" folder or they won't show up. Same as required by game to load the PBOs. 3CB Factions works fine on our servers. Make sure your download and folder is correct.
-
I think this would work, auth: [ { username: "user1", password: "password1" }, { username: "user2", password: "password2" } ]
-
Remove P\ from your prefix
-
Last update to the GitHub repository was made in March so I'm gonna say yes?
-
Athena - Import Emf To Png software anyone have it?
Dahlgren replied to BLACK111's topic in ARMA 3 - DEVELOPMENT BRANCH
The emftopng binary can be found via http://killzonekid.com/arma-scripting-tutorials-how-to-export-topography/ Or link to the Google Drive folder directly, https://drive.google.com/folderview?id=0B29LgF9v_YpQd1pjcjRsbXhTRHc&usp=sharing -
FAST2 - Arma Server and Steam Workshop Tool
Dahlgren replied to Flax's topic in ARMA 3 - SERVERS & ADMINISTRATION
Assigning the arma server to a specific IP on a server with multiple interfaces can be done using -ip=123.123.123.123, https://community.bistudio.com/wiki/Arma_3_Startup_Parameters#Server_Options -
The web admin allows managing multiple servers with only one server folder
-
You have installed a newer incompatible version of webpack. You can check this with npm ls webpack which should say webpack@1.15.0 as of this post date. The application requires the versions as specified in the package.json file which are to be installed with npm install. Restore the correct package.json by redownloading the file and do npm install again.
-
The manager generates a server.cfg based on options selected in the UI such as title etc. There's a box to input additional settings which are not configurable in the UI. Those will be appended to the server.cfg file. The generated server.cfg is automatically added as argument to the server.
-
jsrs_soundmod JSRS SOUNDMOD - CE.20.0419
Dahlgren replied to LordJarhead's topic in ARMA 3 - ADDONS & MODS: COMPLETE
FFP team made a breaking change in how Rk rifles were defined. It's been resolved now. -
jsrs_soundmod JSRS SOUNDMOD - CE.20.0419
Dahlgren replied to LordJarhead's topic in ARMA 3 - ADDONS & MODS: COMPLETE
I've updated my compat mods to the new config format Anrop Unsung JSRS FFP: JSRS Sounds SFP: JSRS Sounds -
jsrs_soundmod JSRS SOUNDMOD - CE.20.0419
Dahlgren replied to LordJarhead's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Should be possible yes. You can even avoid the JSRS_Soundmod_Configuration dependency by declaring some default Arma 3 cfgPatches like a3_data_f or a3_sounds_f as addonRootClass for it. -
jsrs_soundmod JSRS SOUNDMOD - CE.20.0419
Dahlgren replied to LordJarhead's topic in ARMA 3 - ADDONS & MODS: COMPLETE
https://steamcommunity.com/sharedfiles/filedetails/?id=1817844401 class CfgPatches { class JSRS_Soundmod_Configuration { requiredVersion = 1.60; requiredAddons[] = {}; units[] = {}; weapons[] = {}; }; class JSRS_Soundmod_Cfg_Weapons { // Use meta information from specified addon. Used to avoid repeated declarations. addonRootClass = "JSRS_Soundmod_Configuration"; requiredVersion = 1.60; requiredAddons[] = {"JSRS_Soundmod_Configuration"}; // Probably not needed :P units[] = {}; weapons[] = {}; }; }; https://community.bistudio.com/wiki/CfgPatches#Sub-folders -
jsrs_soundmod JSRS SOUNDMOD - CE.20.0419
Dahlgren replied to LordJarhead's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Fantastic, really looking forward to this change! Making a mental note to update my JSRS compat stuff for SFP and Unsung once this is released. -
discord Discord Rich Presence
Dahlgren replied to Dahlgren's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Apparently BattlEye did whitelist this extension sometime between Spring and now