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

BreathX

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About BreathX

  • Rank
    Newbie

Recent Profile Visitors

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

  1. Myself, along with a few others have been trying to figure out the best way to increase the amount of factions in the Campaign game mode, instead of it being limited (such as in the image below), to the typical BLUFOR, OPFOR and INDFOR factions. As seen here, there is only a maximum of three units, BLUFOR, OPFOR and then the last being INDFOR, which is mainly used for AI. Now, we done some investigating, trying to figure out ways around this, one idea we had was to simply duplicate all of the scripts used to make the Campaign function, but this would involve amending many files and adjusting class names. Another workaround we had was to just create a new Scenario using the ScenarioFramework but how hard would it be to build up a lot of the functionality found in Campaign into another scenario. We done some more digging on the script side of the Campaign and discovered we could just use the modded keyword (as seen below) but we ran into many issues, furthermore, it becomes difficult having to do this for so many files whilst making sure that everything is working together correctly. modded class SCR_GameModeCampaign : SCR_BaseGameMode { [Attribute("Insert value 1", category: "Campaign")] protected FactionKey m_sEXTRA1FactionKey; [Attribute("Insert value 2", category: "Campaign")] protected FactionKey m_sEXTRA2FactionKey; [Attribute("Insert value 3", category: "Campaign")] protected FactionKey m_sEXTRA3FactionKey; } We're really just looking for some guidance on this for someone who is experienced within this area of the game. If other details are needed, I will respond ASAP.
  2. FYI: Yes, I have googled and researched a lot about the issue I am having. Arma Discord, Enfusion Discord, ChatGPT, Bard, Forums and so much more and it appears that the coverage about my issue is either very hard to find or there isn't much on it. What have I done so far? Reinstalled the server. Restarted multiple times. Changed scenarios multiple times. What issues was I having before? My previous issue was that my server couldn't be connected too, Arma Reforger Server application was not listening on the correct port, I am unaware at this current time whether this is an issue with my hosting company (OVH), as we did research that they were using a switch. (Yes, I have opened the ports fully through the windows firewall for UDP port 2001, 17777, 50000-65000, 5678; however, this did not seem to work, it's as if the application itself is refusing to listen on that port). I am unaware of whether this issue is fixed yet or not as we cannot even get the server to appear online. What issue am I having now? I am receiving A LOT of script errors (logs attached below), these errors are now appearing to stop the server from fully becoming online and causing the server to crash upon start-up. What type of environment am I working on? Windows Server 2019 OVH Bare Metal Cloud Dedicated Server (AMD Ryzen 9 5900X - 12c/24t - 3.7 GHz/4.8 GHz, 64 GB ECC 3200 MHz, 2×1.92 TB SSD NVMe (Soft RAID), 500mbps up/down public bandwidth, 100mbps up/down private bandwidth) No mods installed or in my configuration. Latest version on both client and server. StartArmaReforgerServer.bat file attached. https://pastebin.com/UA0CJULZ UpdateArmaReforgerServer.bat file attached. https://pastebin.com/v3Xw9BUB config.json file attached. https://pastebin.com/De6pEbMH console.log file attached (server). https://pastebin.com/VriF7APR error.log file attached (server). https://pastebin.com/KGv8VBkJ script.log file attached (server). https://pastebin.com/ix9Bq5zp Arma Reforger Server folder structure. https://imgur.com/a/3sFImFE Any and all help would be appreciated, I have been at this for straight hours over days now.
×