Jump to content

Recommended Posts

It's useful to discuss updates to the Steam Experimental build in one centralized place. The changelog thread can be found here. This thread mainly serves for our team to rapidly see if a daily update is very broken or very epic.
 

Quote
  • The experimental build is not final software; content, and technology are subject to change and may still contain errors/ lack certain features.
  • There is the real possibility that any new feature/fix temporarily affects performance in an unintended manner.

 

 

Actual issue reporting should still happen via the Feedback Tracker. Thank you!

Share this post


Link to post
Share on other sites

Hello, Bohemia, unfortunately I don't speak English very well, so the translation will be via Google.Translate.

The hull of one of the main lines for the map of the USSR Armed Forces was the MPL-50,

TERIAHm.png

 

At one time I was preparing this file for Arma 3, but I didn't have enough time. Please add the appropriate ruler to the map for the USSR faction.

In addition, if possible, please make a separate inventory so that such a tool cannot be provided to all units, since it is an officer's tool.


upd: AK-3 (Артиллерийский круг 3) 

Attach files
Scan

Vector image in Figma

  • Like 2

Share this post


Link to post
Share on other sites

If I work on a mod using the experimental tools, will it work with the regular prod version of the tools when the next major version drops?

Share this post


Link to post
Share on other sites

Good evening / night, Bohemia, I ask you to add caterpillar vehicles to the game, vehicles with the installation of rocket launchers, and good basements on the maps to hide from artillery shelling or air raids.

Share this post


Link to post
Share on other sites

Quisiera saber cuál es la solución para la descarga de mods en consolas Xbox serie S ya que al ir a la mitad de descarga se cancela y solo deja completar la descarga cuando el mods pesa alrededor de 4MB 

Share this post


Link to post
Share on other sites
2 hours ago, Shuriken.8612 said:

I would like to know what is the solution for downloading mods on Xbox series S consoles since going to the middle of download is canceled and only lets complete the download when the mods weighs around 4MB

Hi, this is an English speaking forum, please use it.

https://forums.bohemia.net/guidelines/

Share this post


Link to post
Share on other sites

No update since more than a month 😕 I feel like the experimental branch is more a stable branch.

Share this post


Link to post
Share on other sites

Probably have dev, test ,stage and main branches.

Guess which ones we see 😉

Also guys at BI, dont be lazy , write changelogs for us before mergeing branches 😜
(Context , 240 MB update of experimental today , not even a peep anywhere)

Share this post


Link to post
Share on other sites

Can anyone help, I'm attempting to get a dedicated server to run the Experimental Build but I keep getting a server config error:

 

07:05:02.589 Loading dedicated server config.

07:05:02.589 BACKEND : JSON Schema Validation:

07:05:02.589 BACKEND : additionalProperties error:

07:05:02.589 BACKEND (E): Param "#/game/autoJoinable" is not allowed and must be removed.

07:05:02.589 BACKEND (E): Reference in schema: "#/properties/game"

07:05:02.589 BACKEND (E): JSON is invalid!

07:05:02.589 BACKEND (E): There are errors in server config!

07:05:02.589 BACKEND (E): Unable to continue with a broken DS config! Shutdown!

07:05:02.589 ENGINE (E): Error while initializing game.

07:05:02.615 ENGINE (E): Unable to initialize the game

07:05:03.493 RESOURCES (E): ==== Resource leaks ====

07:05:03.493 RESOURCES (E): ui/fonts/robotomono_msdf_28.edds 1

 

Does the Experimental Build have a different scenario iD from the Stable Build?

Share this post


Link to post
Share on other sites

Please check if your server.json is without errors. Probably typo or something. You can use notepad++ or visual studio code to check for errors

Share this post


Link to post
Share on other sites
5 hours ago, ozzbik said:

Please check if your server.json is without errors. Probably typo or something. You can use notepad++ or visual studio code to check for errors

 

Thanx for taking the time to reply.

I use JSON Online Validator and it says my JSON server config is good to go????

Share this post


Link to post
Share on other sites

So the file structure itself isn't the problem. 👍

 

Can you verify that the following parameter line exist in your file;          "autoJoinable": true,   (or false)

 

As the error message states that something about that parameter is not allowed. Perhaps this setting is commented out or something like that?

 

If it not there at all, set it in the {game} section of the .json file

 

        "autoJoinable": true,

or

        "autoJoinable": false,

 

Share this post


Link to post
Share on other sites
2 hours ago, ozzbik said:

So the file structure itself isn't the problem. 👍

 

Can you verify that the following parameter line exist in your file;          "autoJoinable": true,   (or false)

 

As the error message states that something about that parameter is not allowed. Perhaps this setting is commented out or something like that?

 

If it not there at all, set it in the {game} section of the .json file

 

        "autoJoinable": true,

or

        "autoJoinable": false,

 

 

Here is my server config (i did remove sensitive ip address etc)

 

{
    "dedicatedServerId": "",
    "region": "US",      
    "bindAddress": "",
    "bindPort": 2001,
    "publicAddress": "",
    "publicPort": 2001,
    "game": {
        "name": "Tac-Ops Gaming",
        "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
        "maxPlayers": 128,
        "autoJoinable": true,  
        "visible": true,
        "supportedPlatforms": [
            "PLATFORM_PC",
            "PLATFORM_XBL"
        ],
        "gameProperties": {
            "serverMaxViewDistance": 5000,
            "battleEye": false,
            "fastValidation": true
        },
        "mods": []
    }
}

 

 

 

 

Share this post


Link to post
Share on other sites

I've reproduced the issue

 

 

Tip: Use a password for connection if you want to control who accesses your server (if only used with friends). 😉

Edited by ozzbik
Issue reproduced instead of solution

Share this post


Link to post
Share on other sites

I guess multiple parameters are missing or otherwise unavailable in the latest Experimental Server iteration.

Removing these parameters result in a startup without DS fault but, for me, does not start the server as far as to be able to connect.

I will check if changing different settings has any effect.

 

Parameters that seem effected:

autoJoinable

a2sQueryEnabled

steamQueryPort

 

Edited by ozzbik
added effected parameters

Share this post


Link to post
Share on other sites
1 hour ago, ozzbik said:

I guess multiple parameters are missing or otherwise unavailable in the latest Experimental Server iteration.

Removing these parameters result in a startup without DS fault but, for me, does not start the server as far as to be able to connect.

I will check if changing different settings has any effect.

 

Parameters that seem effected:

autoJoinable

a2sQueryEnabled

steamQueryPort

 

 

 

My server hosting company were finally able to fix the issue after communicating with a Reforger Dev.  I will post the working server config tomorrow on this thread in case it is helpful for others in the future.  Thanx again for looking into this and taking the time to help - most appreciated!

  • Thanks 1

Share this post


Link to post
Share on other sites
9 hours ago, reaper lok said:

 

 

My server hosting company were finally able to fix the issue after communicating with a Reforger Dev.  I will post the working server config tomorrow on this thread in case it is helpful for others in the future.  Thanx again for looking into this and taking the time to help - most appreciated!

Here is the current server config that is working!

 

{
    "dedicatedServerId": "",
    "region": "US",      
    "bindAddress": "",
    "bindPort": 2001,
    "publicAddress": "",
    "publicPort": 2001,
    "game": {
        "name": "Tac-Ops Gaming",
        "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
        "maxPlayers": 128,
        "visible": true,
        "supportedPlatforms": [
            "PLATFORM_PC",
            "PLATFORM_XBL"
        ],
        "gameProperties": {
            "serverMaxViewDistance": 5000,
            "fastValidation": true
        },
        "mods": []
    }
}

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

So on the experimental build the older M69 Flak vest is added for variety for the US faction? But why is it offered in Woodland painscheme? I havent been able to find images of M69 issued to US army using that camo scheme. Instead M69 was issued in Olive green.

 

 

Here is a image of US national guard units being deployed during 1992 LA riots. They have M69's. all are olive green.

 

 

5ed7da72f34d0506f55783a7?width=1136&form

 

 

comapre to texture and camo of m69 in reforger at the moment

 

wXBZFN5.png

 

 

BWwDQ0K.jpg

Share this post


Link to post
Share on other sites

FEEDBACK: Logistics System

It seems to be coming overly complicated. Sometimes the simpler the better.

 

1. Arsenals don't work as current version.

2. Required to have arsenal inside a cache entity. I don't know if this is intentional or not.

 

Here is reality...

1. Small arms weapons are issued with magazines that are empty, not full.

2. Ammunition comes in crates that are full, not empty. Normally with some kind of Bandoleer of ammunition with speed loader. And individual bullets are on strip clips that can be loaded 10 at a time.

3. Medical supplies are not in a metal box, the squad combat life saver was issued what was called a "Combat Life Saver bag" from the medical company.  

4. I shouldn't have to load crates with supplies, the are issued full.

 

BI should make...

1. Supply points issue full crates.

2. Players can pick up crates and move them.

3. Players can place crates on ground or load them into vehicles.

 

Just look at R3F Logistics for ARMA III. They had the go to system.

 

 

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

×