Jump to content

SavageCDN

Member
  • Content Count

    3307
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by SavageCDN

  1. SavageCDN

    SHK_Fastrope

    Two very helpful wiki links concerning init order and the various event files: https://community.bistudio.com/wiki/Event_Scripts https://community.bistudio.com/wiki/Initialization_Order init.sqf - runs on ALL machines at mission start initPlayerLocal.sqf - runs only on clients at mission start (including HC and JIP when player joins) initServer.sqf - runs only on server at mission start edit: sorry for the offtopic SHK - another great script from you.. thanks!!
  2. My only comment is that 10kbps per player seems a bit low... especially if you are running a modded server. IMHO you want to allocate a minimum of 128kbps/player and be prepared to increase that if your mission spawns AI on clients or does other similar client stuff... upwards of 512kbps/player. I know BIS has been working on reducing the amount of data transfer recently so perhaps the requirements aren't so high anymore.
  3. SavageCDN

    AI Information Sharing

    AFAIK there is no information sharing between AI groups... hence mods like @ASR_AI that add this feature.
  4. You can lower the number of AI spawning in the Military Objectives module (there is a drop-down for the # of groups) and/or the CQB module. You can also add a limiter in the Virtual AI module which sets a max for the number of AI groups that can spawn at any given time. There must be some other problem however as your server should never reach 7GB of RAM usage for arma3server.exe. The most I've ever personally seen is just under 2GB of usage on a dedicated box.
  5. https://forums.bistudio.com/topic/140274-how-can-i-make-a-pbo-file-mission-usable-for-arma-3-ingame-editor/
  6. 4:27:42 Warning Message: Script ExileServer_object_tree_network_chopTreeRequest.sqf not found 4:27:42 "ExileServer - Server is loading..." 4:27:42 Client: Nonnetwork object 1dd7f400. 4:27:42 "ExileServer - MySQL connection error!" 4:27:42 "ExileServer - Please have a look at @ExileServer/extDB/logs/ to find out what went wrong." 4:27:42 "ExileServer - MySQL Error: Unable to locate extDB2 extension!" 4:27:42 "ExileServer - Server will shutdown now :( Seems it can't find more than one file and it's missing file(s) for the mySQL backend. Do you have mySQL installed and configured on your server? I'm not familiar with the Exile mod - your best bet might be to post this in the forum thread for that mod.
  7. Barbolani is correct - read the Mr. Murray's editing guide (if you can get in the editor already and do the things you described in your first post then you will have no problems with the guide). It will save you time and headaches :)
  8. On your server in the Arma3 directory there will be an .RPT file - this logs everything including error messages. For anyone to help you'll need to post that file to pastebin or similar and link it back here.
  9. Check the beginning of mission.sqm - does it have any JSRS entries in Addons sections? If so delete the JSRS lines.
  10. SavageCDN

    Server Tutorial

    Hmm...sorry i'm not sure what to do at this point. Try deleting and re-creating the file through your Control Panel, but if that doesn't work I'm out of ideas :unsure:
  11. If you haven't read it already I would highly recommend Mr. Murray's editing guide for Arma. It's a bit dated but most of the info in there is still relevant: http://www.armaholic.com/page.php?id=4847 Start small - maybe SP missions only (MP adds a whole other layer of complexity)
  12. Check these threads for some good info regarding basic.cfg: https://www.reddit.com/r/armadev/comments/2zkw7p/understanding_basiccfg/ https://forums.nfoservers.com/viewtopic.php?t=11674 The most players I've ever had on a server in A3 is approx 50.. so no experience with that high of a player count. Trial and error might be your only solution :)
  13. SavageCDN

    Server Tutorial

    Try deleting the existing .cfg file in the \Battleye folder and create a new file called (I think) beserver.cfg - add the max ping value there and restart the server.
  14. PDF manual pages 35, 36 Look in DAC_Config_Creator.sqf: DAC_Com_Values = [0,0,0,0] DAC_Marker = 0
  15. SavageCDN

    Server Tutorial

    There is no option really.. the BE config file is just a text file in your server's \Battleye folder... add this to it (you don't need the RCON line if you don't use remote administration) RConPassword ***** MaxPing 350 Players with a ping > 350 will get a BE message saying they've been kicked for high ping
  16. I know of other groups that use ALiVE and Reshmaan without issues.. so most likely the map itself is not the problem. However if your crashes happen in the same area of the map everytime, it could be a map problem (Lingor for A3 had this issue when it was released).
  17. SavageCDN

    Server Tutorial

    ^ if you are running Battleye you can set the max ping in the BE config file
  18. I believe you are looking for the -netlog parameter https://community.bistudio.com/wiki/Arma_3_Startup_Parameters
  19. SavageCDN

    Ambient battle sounds Module

    "Basically is a module found in the effects category of the module section."
  20. It shouldn't cause issues with other (non CUP) terrains so no harm in loading it with Arma - but as far as the maps themselves working - only one way to find out ;) If the map doesn't work you will get either an infinite loading screen or an error in the RPT Github is private for now which is probably why you can't find anything. I'll let one of the devs reply with any more details.
  21. We've pretty much moved to GitHub for a few reasons... not sure if DWS will get any further updates. Here is the current queue for indexing maps: Hindu Kush FSF Kalu Khan Cossac Cape, Crimea Cidada Island Kunar Province Schwemlitz Faysh Khabur Ezbekistan Bozcaada Panthera (needs a re-index due to map ID changes) Atlantis Chernarus Winter (for some reason map IDs are different from Chernarus :angry: ) Xcam Prototype map Sugar Lake Ural Korengal Valley Southern Waziristan Da Krong Nam (needs re-index) The dev that is the Master of Indexing has not had a lot of time for ALiVE in the last while due to RL stuff.. hence the backlog. Also there may be an issue concerning AiA terrains vs CUP terrains.. hopefully the map IDs in the CUP versions are the same as AiA ones or else we will need to re-index all the CUP maps :blink:
  22. Congrats on your first mission release!!
  23. Magnetar can I add this to my gitHub? Others might find it handy. https://github.com/SavageCDN/DAC_A3
×