Multiplayer UI

by bykoow

Show list of players on server

Tweaks
8 months ago
1.1 - 2.0
1.56K

g Error on loading

8 months ago

Hi,

I added these mod to my game and tried to load a Space Age 2.0.10 game. While loading the game I get the following error.

Tried to load in Single- and Multiplayer.

following Libraries are loaded:
https://mods.factorio.com/mod/kry_stdlib
https://mods.factorio.com/mod/flib

multiplayer-ui/control.lua:3: Path stdlib/stdlib/area/position.lua does not match any enabled mod.
stack traceback:
[C]: in function 'require'
multiplayer-ui/control.lua:3: in main chunk

8 months ago

Second this.

8 months ago
(updated 2 months ago)

Yeah, unfortunately, you can't just mark my mod as a dependency and have it work without changing anything. I don't think I'm allowed to use the same stdlib name as the original (since that internal name is already in use on the mod portal), so the internal mod folder name would be kry_stdlib, instead of just stdlib.

The mod appears to works if you update that line 3 in control.lua to:

Position = require '__kry_stdlib__/stdlib/area/position'
7 months ago

Wait, so did bykoow break his mod 23 days ago when updating to Space Age and hasn't bothered to come back and fix it?

7 months ago

That does appear to be the case. Someone could try pinging the author through some other platform, or considering the MIT license, just re-uploading this mod with a slightly different internal name, and the line fix I provided above, would work just as well.

7 months ago

Fifth this.

7 months ago

There are more problems than just the kry_stdlib rename, its not getting the icon for the equipped armor for example.

6 months ago

Very sad its not usable right now

New response