Multiplayer UI

by bykoow

Show list of players on server

Tweaks
a month ago
1.1 - 2.0
1.44K

g Error on loading

a month 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

a month ago

Second this.

a month ago
(updated a month 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 works perfectly if you update that line 3 in control.lua to:

Position = require '__kry_stdlib__/stdlib/area/position'
30 days 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?

30 days 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.

28 days ago

Fifth this.

16 days ago

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

New response