[2.0.7] Disabling the extension on the server

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
keto
Burner Inserter
Burner Inserter
Posts: 5
Joined: Mon Oct 21, 2024 6:44 pm
Contact:

[2.0.7] Disabling the extension on the server

Post by keto »

Hello,

We're playing on a server, and today the game clients were updated via Steam to version 2.0.7.
It's now impossible to connect to the server running version 1.1.110, so I updated the server to 2.0.7.

However, when I try to connect to the server, it's asking for three mods (the space-age mods).

How can I disable these three mods? I already tried editing /mods/mod-list.json like this:

Code: Select all

{
  "mods": 
  [
    
    {
      "name": "base",
      "enabled": true
    },
    
    {
      "name": "elevated-rails",
      "enabled": false
    },
    
    {
      "name": "quality",
      "enabled": false
    },
    
    {
      "name": "space-age",
      "enabled": false
    }
  ]
}
But the mods are still not disabled on the server.

Code: Select all

0.074 Running in headless mode
   0.074 Audio is disabled
   0.102 Info ModManager.cpp:434: FeatureFlag expansion-shaders = true
   0.102 Info ModManager.cpp:434: FeatureFlag freezing = true
   0.102 Info ModManager.cpp:434: FeatureFlag quality = true
   0.102 Info ModManager.cpp:434: FeatureFlag rail-bridges = true
   0.102 Info ModManager.cpp:434: FeatureFlag segmented-units = true
   0.102 Info ModManager.cpp:434: FeatureFlag space-travel = true
   0.102 Info ModManager.cpp:434: FeatureFlag spoiling = true
   0.112 Loading mod core 0.0.0 (data.lua)
   0.160 Loading mod base 2.0.7 (data.lua)
   0.528 Loading mod elevated-rails 2.0.7 (data.lua)
   0.609 Loading mod quality 2.0.7 (data.lua)
   0.640 Loading mod space-age 2.0.7 (data.lua)
   1.166 Loading mod base 2.0.7 (data-updates.lua)
   1.230 Loading mod quality 2.0.7 (data-updates.lua)
   1.327 Loading mod space-age 2.0.7 (data-updates.lua)
Any suggestions?
User avatar
vinzenz
Factorio Staff
Factorio Staff
Posts: 354
Joined: Mon Aug 02, 2021 6:45 pm
Contact:

Re: [2.0.7] Disabling the extension on the server

Post by vinzenz »

Are you loading a save that was created with space-age enabled?
bringing the oops to devops
keto
Burner Inserter
Burner Inserter
Posts: 5
Joined: Mon Oct 21, 2024 6:44 pm
Contact:

Re: [2.0.7] Disabling the extension on the server

Post by keto »

No, the save file comes from version 1.1.110, so it should be without space-age mods.
keto
Burner Inserter
Burner Inserter
Posts: 5
Joined: Mon Oct 21, 2024 6:44 pm
Contact:

Re: [2.0.7] Disabling the extension on the server

Post by keto »

I had set up a new server to try and understand how it works.
I noticed different behavior—when I modified the /mods/mod-list.json file and restarted the server, it automatically turned the "false" values back to "true."

With your question, I realized that the map might have an influence.
So, I created a third server and modified /mods/mod-list.json before launching the server.
This time it worked—Space Age is properly disabled.

Now I need to understand why my initial server doesn't behave the same way.
It seems like it's not reading the /mods/mod-list.json file. Maybe the link got broken during the update.
keto
Burner Inserter
Burner Inserter
Posts: 5
Joined: Mon Oct 21, 2024 6:44 pm
Contact:

Re: [2.0.7] Disabling the extension on the server

Post by keto »

It's working now.
I started with a "fresh" server and, before launching it for the first time, I modified the /mods/mod-list.json file to set the new mods to false.

Then I copied the following files:

- data/server-settings.json
- saves/gamesave.zip
- player-data.json

I hope I haven't forgotten anything.
8BitWit
Burner Inserter
Burner Inserter
Posts: 5
Joined: Mon Oct 21, 2024 7:53 pm
Contact:

Re: [2.0.7] Disabling the extension on the server

Post by 8BitWit »

@keto

Were you able to resolve this?

I am having a similar issue.

Happy to hop into discord call to troubleshoot together
Last edited by 8BitWit on Mon Oct 21, 2024 10:00 pm, edited 2 times in total.
keto
Burner Inserter
Burner Inserter
Posts: 5
Joined: Mon Oct 21, 2024 6:44 pm
Contact:

Re: [2.0.7] Disabling the extension on the server

Post by keto »

Yes, I solved my problem. Starting from a new installation was much more effective.

I just hope I haven't forgotten any files to back up.

Sorry, I don't speak English, my messages (in English) are translations from French to English by ChatGPT.
Post Reply

Return to “Technical Help”