Jump to content

Dahlgren

Member
  • Content Count

    69
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

19 Good

4 Followers

About Dahlgren

  • Rank
    Corporal

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Dahlgren

    Arma Server Web Admin

    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.
  2. Dahlgren

    Arma Server Web Admin

    I think this would work, auth: [ { username: "user1", password: "password1" }, { username: "user2", password: "password2" } ]
  3. Remove P\ from your prefix
  4. Dahlgren

    Arma Server Web Admin

    Last update to the GitHub repository was made in March so I'm gonna say yes?
  5. 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
  6. 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
  7. Dahlgren

    Arma Server Web Admin

    The web admin allows managing multiple servers with only one server folder
  8. Dahlgren

    Arma Server Web Admin

    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.
  9. Dahlgren

    Arma Server Web Admin

    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.
  10. FFP team made a breaking change in how Rk rifles were defined. It's been resolved now.
  11. I've updated my compat mods to the new config format Anrop Unsung JSRS FFP: JSRS Sounds SFP: JSRS Sounds
  12. 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.
  13. 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
  14. 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.
  15. Dahlgren

    Discord Rich Presence

    Apparently BattlEye did whitelist this extension sometime between Spring and now
×