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

Recommended Posts

Let's talk about missionHeader in the server config file.  i have been playing around to see what setting works for the stock Campaign missions. 

This is what I have so far:

 

"missionHeader": {
                "m_iPlayerCount": 100,
                "m_eEditableGameFlags": 6,      (WORKS) 
                "m_eDefaultGameFlags": 6,      (WORKS)
                "m_bIsSavingEnabled": true,
                "m_bUsePredefineStartingTimeAndWeather": true,  
                "m_iStartingHours": 10,
                "m_iStartingMinutes": 10,
              	"m_sStartingWeather": "Clear",
                "m_bRandomStartingDaytime": false,
                "m_fDayTimeAcceleration": 0.0,
                "m_fNightTimeAcceleration": 12.0,
                "m_bRandomStartingWeather": false,
                "m_bRandomWeatherChanges": false,
                "m_fXpMultiplier": 2.0,       (WORKS)
              	"m_fRespawnTime": 5
              
            }

Inside the editor you have SCR_MissionHeaderCampaign this is where I have been getting the settings from I have some working and some that do not work. 

Has anyone else played around with these settings? if so what ones have you got working? It would be good if we could get the start time working. 

There are many more settings to try I will post an update here when I know more.

Ps,   We need a way to get these settings to work so as server owners we don't have to login to game master to edit the setting. I understand we have mods but 60% of the player base is on PS and they can't download mods. 

  • Like 1

Share this post


Link to post
Share on other sites

×