Jump to content

Dahlgren

Member
  • Content Count

    69
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by Dahlgren

  1. Dahlgren

    Arma Server Web Admin

    Could you send your config.js and the contents of your C:\Server\Arma3 to me as a PM instead perhaps?
  2. Dahlgren

    Arma Server Web Admin

    Did you set the type as 'windows' in your config.js? Does C:\Server\Arma 3 contain arma3server.exe? If so, using 'C:\\Server\\Arma3' as 'path' should work just fine. Are you getting any specific errors in you server logs? We're running a couple of Windows Arma 3 servers for our community using the tool without issues.
  3. Dahlgren

    Arma Server Web Admin

    What does your config.js look like? The problem is that backslash is a reserved character used to generate some other specific characters that can't be written easily otherwise. So for each backslash in the path there must be two of them to get a real backslash instead of some other control characters. This is a Windows specific issue, Unix based operating system uses a forward slash for paths which works just fine with just one. In the future I want a proper UI in the web for configuration.
  4. Dahlgren

    Arma Server Web Admin

    I've added a helper script to install it as a Windows Service so that it will run in the background with just a simple command. It needs to be invoked as administrator though. Just fetch the latest code from the repo, install the new dependency with npm install and then install the service with npm run install-windows-service. The app will automatically start after the service has been created and will also autostart on reboot. Custom difficulty can be selected for a mission but there is yet no UI to manage difficulty settings. Mods shouldn't be verified by default, there is sadly no UI to change this flag yet. In the latest release I've also added support for custom parameters for the server and headless clients.
  5. Since ACRE2 2.2 it will automatically try to copy the plugin to TeamSpeak plugins folder when initialized, http://acre2.idi-systems.com/wiki/user/installation
  6. Dahlgren

    Arma Server Web Admin

    If you have installed node and configured your config.js you'll just need to run npm install in the folder to install all dependences and then npm start to run the actual application. The admin website will then be available at your servers IP (or localhost if running on your local computer) together with your port. Just open a web browser and go to http://<your_ip>:<defined_port>. If you have it running on your local computer and set the port as 3000 in the config.js you would go to http://localhost:3000
  7. Dahlgren

    Arma Server Web Admin

    I've added Custom as a selectable difficulty level Additional parameters are supported by the underlaying server manager but not the UI currently. I might add it as a value in the config file for now, I'll get back to you on that. I wanted to support Steam Workshop mod downloads but last time I checked only mission files were returned from the Steam API. I guess it would be possible using SteamCMD. I might investigate it further in the future.
  8. Dahlgren

    Arma Server Web Admin

    If it's the first time you're using it and you haven't yet created any servers with it there aren't any server configs to load. Nothing to worry about :)
  9. Dahlgren

    Oculus Rift & Arma 3?

    I'd be interested in that!
  10. Having similar issues with depbo-tools-0.5.33-64bit
  11. If I'm not mistaken the other shoulder without the flag is reserved for the clan patch. This is in line with the Unit Insignia guidelines from Bohemia, https://community.bistudio.com/wiki/Arma_3_Unit_Insignia
  12. Most features in ACE is already supported in the Core mod such as backblast, disposable launchers, advanced ballistics etc and can be supported without SFP breaking when ACE isn't loaded. Other than that many ACE bugs is mostly due to badly chosen class inheritance in SFP. I've also made a WIP ACE3 compatibility mod with features that can't be used inside SFP without requiring ACE. It adds Swedish bandages with ACE Medical support and ACE Explosive support for the SFP Mines and Demolition Charges. There's also a new Swedish Explosive Detonator "Tändapparat 4". No idea when/if it will be released.
  13. Here's a working and faster mirror :) http://hosted.anrop.se/sfp/@sfp_054.zip
  14. Dahlgren

    SFP: Sturkö Island

    Here's a map showing roughly the same area as the in game map
  15. Dahlgren

    SFP: Sturkö Island

    This is dependent on Arma 2 and Arma 3 trees, bushes etc implementing view blocking correctly. The Arma 3 objects should of course be fine but the Arma 2 objects depends on either A3MP, AIATP or the upcoming CUP Terrain Pack, depending on your choice of mod, implementing it correctly. So as long as your Arma 2 objects mod is doing this it should work just fine on any map with A2 objects. There are some foliage objects in SFP Objects but most of them are from the Arma 2 converted object mod of your choice.
  16. Here's the link to the SFP Aggressors pack which contains the An-14, https://forums.bistudio.com/topic/175503-sfp-aggressors/
  17. Hi! Will support be added for the new SeatSwitched event?
  18. Thanks for the bug reports, they've been added to our internal bug tracker!
  19. Dahlgren

    SFP: Islands

    No, you are correct, it only requires AiA_TP
  20. Dahlgren

    ACRE2 Public Beta Release

    Having similar issues, Arma 3 and Teamspeak 3 suddenly freezes while transmiting with radio. Force closing teamspeak makes Arma 3 resume as normal. Works fine for a while after restarting Teamspeak but happens from time to time, even after restart. Log from todays game session with latest ACRE 2 release 23:43:16 3150.93 ACRE: Server shutting down ping loop. 23:43:16 3150.93 ACRE PIPE ERROR: No ping return, attempting to reattach named pipe. 23:43:18 Pipe Error: Read CreateFileA WinErrCode: 2 23:43:23 3158.19 ACRE: Pipe opened. <---- After Teamspeak restart 23:47:27 3402.25 ACRE: Server shutting down ping loop. 23:47:27 3402.25 ACRE PIPE ERROR: No ping return, attempting to reattach named pipe.
  21. Dahlgren

    SFP: Islands

    The next version of @sfp_islands will not have any dependencies on @sfp and can be used with either @a3mp or @aia_tp
  22. An error during packing of 0.3.7 has been discovered. Those who have problems creating servers can download http://hosted.anrop.se/sfp/@sfp_037_missions_fix.zip. The whole 0.3.7 package has been updated with the fix so only those who have downloaded 0.3.7 until now will need the patch. Sorry :(
  23. SFP 0.3.7 released, http://hosted.anrop.se/sfp/@sfp_037.zip Focus in the release has been bug squashing, hopefully all bugs related to our new build process has been ironed out and a lot other which where found in the process. Our good old Swedish m/42 bike can also be found in this release :) Included on the OPFOR side is also RDS BMP 1 and 2 for some adversaries to the Swedish Strf90.
  24. Dahlgren

    Gameservers and playwithsix

    Yes, we (Anrop) use PWS with our custom repo. Although, there is no support for creating repos with PWS.
  25. Depending on how the app is implemented this might be portable to Android and iOS using Xamarin which allows running .NET code natively. If this is of interest I might be able to help out. But it would probably be a better idea to port it to a web app.
×