Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

yannara

Member
  • Content Count

    137
  • Joined

  • Last visited

  • Medals

Community Reputation

2 Neutral

1 Follower

About yannara

  • Rank
    Sergeant

Recent Profile Visitors

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

  1. I started to experience this problem after I joined a squad who has passwors the server. I know the password, after entering it, I first see the correct server display info but still after that I am somehow routed to the wrong server and playing different scenario with wrong people. This seems to happen only if the desired server is passworded (and I know the correct password). This behavior is random and might get solved by restarting the game, including steam client.
  2. Everything was working fine for a months before latest update arrived. Now we were playing Combat Ops Everon without any mods, and after few hours of playing, the gaming server went down (not the Windows Server OS). Here are last lines during going down. Nothing like this happened before this update. SCRIPT : SCR_LatestSaveDSSessionCallback: LocalSave: .LatestSave SCRIPT : SCR_LatestSaveDSSessionCallback: LocalSave: .LatestSave BACKEND (E): Curl error=Timeout was reached BACKEND (E): Http Error (TIMEOUT) BACKEND (E): DS Room Heartbeat fail Timeout=300 sec BACKEND (E): [RestApi] ID:[526] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Timeout SCRIPT : SCR_LatestSaveDSSessionCallback: LocalSave: .LatestSave BACKEND (E): DS Room Heartbeat fail Timeout=213 sec BACKEND (E): [RestApi] ID:[527] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Error Code:500 - Internal Server Error, apiCode="", uid="e0ee0767-0b56-4644-ad82-8dfc8a5f4884", message="Internal server error" BACKEND (E): Curl error=Timeout was reached BACKEND (E): Http Error (TIMEOUT) BACKEND (E): DS Room Heartbeat fail Timeout=183 sec BACKEND (E): [RestApi] ID:[528] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Timeout BACKEND (E): Curl error=Timeout was reached BACKEND (E): Http Error (TIMEOUT) BACKEND (E): DS Room Heartbeat fail Timeout=153 sec BACKEND (E): [RestApi] ID:[529] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Timeout BACKEND (E): Curl error=Timeout was reached BACKEND (E): Http Error (TIMEOUT) BACKEND (E): DS Room Heartbeat fail Timeout=123 sec BACKEND (E): [RestApi] ID:[530] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Timeout SCRIPT : SCR_LatestSaveDSSessionCallback: LocalSave: .LatestSave BACKEND (E): Curl error=Timeout was reached BACKEND (E): Http Error (TIMEOUT) BACKEND (E): DS Room Heartbeat fail Timeout=93 sec BACKEND (E): [RestApi] ID:[531] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Timeout BACKEND (E): DS Room Heartbeat fail Timeout=81 sec BACKEND (E): [RestApi] ID:[532] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Error Code:500 - Internal Server Error, apiCode="", uid="6ea83b3c-99f8-4fac-a0ba-f1b134ea6620", message="Internal server error" BACKEND (E): DS Room Heartbeat fail Timeout=63 sec BACKEND (E): [RestApi] ID:[533] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Error Code:500 - Internal Server Error, apiCode="", uid="e1d76127-780a-412b-b8b4-5854f3ee9b81", message="Internal server error" BACKEND (E): DS Room Heartbeat fail Timeout=41 sec BACKEND (E): [RestApi] ID:[534] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Error Code:500 - Internal Server Error, apiCode="", uid="12e36a81-9b2e-4381-bbe1-897d14bd5dcd", message="Internal server error" BACKEND (E): DS Room Heartbeat fail Timeout=22 sec BACKEND (E): [RestApi] ID:[535] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Error Code:500 - Internal Server Error, apiCode="", uid="39fd9d2e-2876-4299-8571-2e13073ad0b4", message="Internal server error" BACKEND (E): Curl error=Timeout was reached BACKEND (E): Http Error (TIMEOUT) BACKEND (E): DS Heartbeat Failed 11 time(s), shutting down... BACKEND (E): [RestApi] ID:[536] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Timeout BACKEND (E): Curl error=Timeout was reached BACKEND (E): Http Error (TIMEOUT) BACKEND (E): DS Heartbeat Failed 12 time(s), shutting down... BACKEND (E): [RestApi] ID:[538] TYPE:[EBREQ_LOBBY_DSHeartbeatS2S] Timeout BACKEND (E): Curl error=Timeout was reached BACKEND (E): Http Error (TIMEOUT) BACKEND (E): [RestApi] ID:[540] TYPE:[EBREQ_LOBBY_RoomsRemoveS2S] Timeout DEFAULT : BattlEye Server: Done. RPL : IReplication:: Finishing... RPL : rpl::Pip::ProcessNetToGame RPL : IReplication: Finished RPL : Pip::Destroy ENGINE : Game destroyed. RPL : Pip::Destroy RESOURCES (E): ==== Resource leaks ==== RESOURCES (E): ui/fonts/robotomono_msdf_28.edds 1
  3. yannara

    Combat Ops

    I am running Combat Ops on my dedicated server and I have few questions: 1. What json based configuration parameters there is for Combat Ops I can pre-configure? Is it documented somewhere? 2. We always have a problem that Attack mission never ends, even all enemy units are cleared and we've searched everywhere. 3. How can I change enemy AI skill for the game?
  4. Thanks superf! I got the parameters from Arma Discord of Escapist creator, and combined this to missionheader section: "missionHeader": { "m_iPlayerCount": 12, "m_eEditableGameFlags": 6, "m_eDefaultGameFlags": 6, "m_sOccupyingFaction": "USSR", "m_eAiSkill": "REGULAR", "m_eHealthType": 2, "m_sPlayerFaction": "US", "m_iStartHours": 7, "m_bRandomStartingTime": false, "m_sStartingWeather": "Clear", "m_fTimeAcceleration": 5.0, "m_iInsurgency": 1, "m_eStartType": 0, "m_fPatrolSpawnChance": 0.05, "m_iCivilianPresence": 1, "m_fVehicleSpawnChance": 0.250, "m_fMapItemChance": 0.125, "m_fStaticLocationChance": 0.50, "m_bUseSetupMenu": 0 } That last bUseSetupMenu is the key to skip the start window.
  5. Yea, that is a good idea, I doubt all players know how to vote and command the server. Is there a server login messaging system, that you can send to player? In Arma 3 dedi server I could send a welcome message to players, is something similar in Reforger?
  6. Escapists - Arma Reforger Workshop I've setup dedicated server and we are playing the Escapists mission, only problem is that when a regular player joins the server, there is always an info that waiting Host to configure the session, if we are not playing. With that, if server is just running without us, no one can join and start the escape. Is there anything I can do about this? Or is that mission design is what it is?
  7. I learned that you need to exit and create your own Group in Group Management by pressing P
  8. Is it possible to command friendly AI during Compat Ops if I am a server admin and able to use Game Master? I selected my self as an officer or squad leader, but when pressing § on another AI unit, I get an error something like "commanding is available only for group leaders". It does not count me as an officer for some reason. I tried the same on a single gamemaster empty mission and I managed to get AIs under my command but not in Combat Ops. AI selected is same faction than me.
  9. Solved. I replaced thermal paste on my GPU.
  10. I guess today it is still like this?
  11. My PC setup is AMD Ryzen 3600, 32gb ram and GTX 3070 8GB. I played 2 years of Arma 3 on this machine and now when I got into Reforger, my fans are going nuts. 1. I did update to latest Nvidia drivers. 2. I lowed graphic settings, tried to limit FPS to 60. Nothing helps. Funny thing is, that with Arma 3, my game machine did not make so much noise. Any ideas?
  12. Do you have a Discord server for this? I wish you would.
  13. If I am running https://steamcommunity.com/workshop/filedetails/?id=722652837 on dedicated server, friendly AI at start can't move. They don't react. With same mod setup, if I host same game on my gaming machines, AI is moving nicely. I have these mods lodead; 17:20:46 @708931058 | @708931058 | false | false | GAME DIR | 5dfd5c5c11865c21e20174ee4a357aeb7f889455 | b29281e7 | D:\Games\ArmA3\A3Master\@708931058 17:20:46 WebKnights Footsteps | @2806487814 | false | false | GAME DIR | 5891dab845960c109f435c65b1016049669ac856 | 94b412bc | D:\Games\ArmA3\A3Master\@2806487814 17:20:46 SFX Project: Remastered | @2129532219 | false | false | GAME DIR | 8d20efcc734c32aaffcf8c43311e70aa5e6fb04c | b1434f1a | D:\Games\ArmA3\A3Master\@2129532219 17:20:46 Dying and Hit Reactions | @2993442344 | false | false | GAME DIR | 788a0825a076c260067c20ffae4b658ef1752427 | 5b5becd2 | D:\Games\ArmA3\A3Master\@2993442344 17:20:46 Enhanced Movement Rework | @2034363662 | false | false | GAME DIR | 8bf1a91aa4c72d994113cb594e0e57d03fab4f53 | 5d2b39a0 | D:\Games\ArmA3\A3Master\@2034363662 17:20:46 Enhanced Movement | @333310405 | false | false | GAME DIR | fbc1f582c89f11919f9c6ead5d842e6c1aea9b71 | a47fddc8 | D:\Games\ArmA3\A3Master\@333310405 17:20:46 Community Base Addons v3.17.1 | @450814997 | false | false | GAME DIR | b1bba6ed2df7f371de833183693f367d8dff152b | 143629e0 | D:\Games\ArmA3\A3Master\@450814997 17:20:46 ACSTG AI Cannot See Through Grass | @2946868556 | false | false | GAME DIR | cdfb88d6af2188d551e08fd029a54ff2abbc3788 | 81990094 | D:\Games\ArmA3\A3Master\@2946868556 Tested without mods.... no change in sitation. Looks like this does not work in Dedi Server at all.
  14. Probably solved it. Steamcmd downloaded the content to different location that I am using.
×