Jump to content

Recommended Posts

i just created a Arma reforger server and after i put my mods in i got this 

 

Modded scenarios are unavailable to select at this time, because the Workshop API returned an error:data[0].asset.id should match pattern "^[0-9A-F]{16}$"Please check your server configuration or try again later.

 

only mods i have installed are for overthrow and Where am i, mods list before the server config file is

beetle 1967

CO everon recruitable AI

CRX enfusion AI

Enfusion Database Framework

Enfusion Persistence framework

Modest AI Radio

Overthrow

Overthrow RHS compatibility 

Overthrow but solo in mind (might remove this one)

RHS Status Quo

RadioRock ByHeine

Where Am I.

 

 

those are all the mods i have installed and i am getting that error message on Nitrado interface without mods says it cannot read config file too, i am new to server and would love to know whats going on! here is my server config with some stuff blurred out, 

 

{
  "dedicatedServerId": "nitrado_<cid>",
  "region": "EU-FFM",
  "game": {
    "name": "LU57FULSOUL",
    "password": "XXXX",
    "passwordAdmin": "XXXX",
    "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
    "maxPlayers": 32,
    "visible": true,
    "gameProperties": {
      "serverMaxViewDistance": "1600",
      "networkViewDistance": "500",
      "serverMinGrassDistance": "150",
      "disableThirdPerson": false,
      "battlEye": true
    },
    "mods": [
      {
        "modId": "Beetle1967_61081370197674F9",
        "name": "Beetle 1967",
        "version": "1.0.4"
      },
      {
        "modId": "COEveronRecruitableAI_61BB3DE3B644A425",
        "name": "CO Everon Recruitable AI",
        "version": "1.0.1"
      },
      {
        "modId": "CRXEnfusionA.I._5F268647F8A1A1F4",
        "name": "CRX Enfusion A.I.",
        "version": "0.0.9"
      },
      {
        "modId": "EnfusionDatabaseFramework_5D6EA74A94173EDF5",
        "name": "Enfusion Database Framework",
        "version": "0.6.7"
      },
      {
        "modId": "EnfusionPersistenceFramework_5D6EBC81EB1842EF",
        "name": "Enfusion Persistence Framework",
        "version": "0.6.8"
      },
      {
        "modId": "ModestAIRadio_61A6B4C21F6FCF22",
        "name": "Modest AI Radio",
        "version": "1.0.1"
      },
      {
        "modId": "Overthrow_59B657D731E2A11D",
        "name": "Overthrow",
        "version": "1.2.43"
      },
      {
        "modId": "OverthrowbutSoloinmind._61DADC8C15062982",
        "name": "Overthrow but Solo in mind.",
        "version": "0.0.46"
      },
      {
        "modId": "Overthrow-RHSCompatibility_5D8CAE1570401332",
        "name": "Overthrow - RHS Compatibility",
        "version": "1.0.7"
      },
      {
        "modId": "RadioRockByHeine_60AF3CF79243766A",
        "name": "RadioRock ByHeine",
        "version": "1.0.11"
      },
      {
        "modId": "RHS-StatusQuo_595F2BF2F44836FB",
        "name": "RHS - Status Quo",
        "version": "0.9.2973"
      },
      {
        "modId": "WhereAmI_5965550F24A0C152",
        "name": "Where Am I",
        "version": "1.1.0"
      }
    ]
  },
  "operating": {
    "lobbyPlayerSynchronise": true
  }
}

Share this post


Link to post
Share on other sites

ok i got the mods installed now, no more Data asset error, server now is just restarting over and over

Share this post


Link to post
Share on other sites

Hey just saw your post,

 

If you haven't figured it out yet - the constant restart loop is most likely due to a syntax error somewhere in your code, conflicting mods, or a general bug with one of the selected mods.

 

From looking at your mod list, I imagine it is having all the "AI" mods. There's probably conflict with them running together, if I had to assume.

 

You can use this website to have it check your code for immediate syntax errors:

 

https://jsonchecker.com/

 

It will not catch spelling errors or incorrect characters though. Purely formatting and coding syntax.

 

I've had several modded servers and this was my experience. There could be a myriad of other reason I suppose, but I'd start there, if anywhere else.

 

If you still have issues with the server I'd be happy to assist you in resolving it. My discord is bzavod.

Share this post


Link to post
Share on other sites

Why are you using the modname in front of the id? Lose the text before the _ and only use the code.  as an example "Beetle1967_61081370197674F9" to "61081370197674F9"

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×