Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with Alien Biomes on 2.0 #250

Open
numbernegative opened this issue Nov 4, 2024 · 6 comments
Open

Crash with Alien Biomes on 2.0 #250

numbernegative opened this issue Nov 4, 2024 · 6 comments
Labels

Comments

@numbernegative
Copy link

Describe the bug

Failed to load mods: Error while loading tile prototype "dect-paint-refined-operations-right" (tile): Value (256) outside of range. The data type allows values from 0 to 255 in property tree at ROOT.tile.dect-paint-refined-operations-right.layer
Modifications: Dectorio › Alien Biomes

How to reproduce
Steps to reproduce the behaviour:

  1. Launch game with both Dectorio and Alien Biomes enabled

Mod list
mod-list.json

Multiplayer
Solo

@jpanther
Copy link
Owner

jpanther commented Nov 4, 2024

This issue is because there's too many tiles being loaded into the game as there's a max 255 possible tiles permitted. You'll need to load up with only one of Dectorio/Alien Biomes enabled and then in the mod settings turn off some of the tiles - ie. reduce the number of biomes in Alien Biomes or turn off some of the concrete/flooring options in Dectorio. Then you should be able to load up the game.

@numbernegative
Copy link
Author

2.0 Has raised that tile limit to above 65,000
https://forums.factorio.com/viewtopic.php?p=589483#p589483

@jpanther
Copy link
Owner

jpanther commented Nov 4, 2024

Hmm interesting, I did not know this! I'll look into this further.

@numbernegative
Copy link
Author

Alien Biomes devs are aware of this issue as well.
According to them this is an issue with the layers system.
Tile limit has been increased but layers are still limited to 255

@jpanther
Copy link
Owner

jpanther commented Nov 4, 2024

I guess this means there isn't a fix for this at the moment as the base game is the limitation here. I think part of the problem is that Alien Biomes uses up as many tiles as possible when it starts up and so there's no room left in the layers for other mods.

@Wiwiweb
Copy link

Wiwiweb commented Nov 6, 2024

We fixed this in Alien Biomes 0.7.2, just released.
We're still kinda figuring out how we're going to handle grouping tiles so that their layers only overlap if the tiles won't be placed next to each other. There might be more issues around that in the future, sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants