TeamCoop

by Darkcry

Teams can build their own Factory with separate research. By default the rocket silo can not be build by players but there is one randomly spawned in the world

3 years ago
0.14 - 1.1
1.07K

b New players get stuck on startscreen.

6 years ago

New players aren't able to trigger the OK button. when pressed it shows a highlight that it's being clicked but they aren't moving on to the next panel (screen) for choosing team
IMG: https://cdn.discordapp.com/attachments/425318132991655966/430056005288722453/unknown.png

Can this be a configuration error or something? please help we're having this bug for 2 days now.

6 years ago
(updated 6 years ago)

I've also tried removing the player data from those new players but didn't work:
CMD i've used to remove player-data:

===============================================================

/c
local player = game.players["NameGoesHere"]
if not player then return end
local toRemovePlayers = {}
table.insert(toRemovePlayers, player)
game.remove_offline_players(toRemovePlayers)

===============================================================

6 years ago
(updated 6 years ago)

Hi
What is your game version? And what other mods do you use?
How many players are online?

6 years ago

It is working with Version 0.16.36 and without other mods. At least with 2 players.
I need more information about your settings. Did you changed any config files?
Based on your screenshot be sure any player already on the server is in the correct force/team before others join. Changing/adding team while someone is joining is probably not a good idea.
As soon the game get it's new UI System i will overhaul this mod.

New response