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

Locate feature may not return to player #36

Open
gabbyzhat opened this issue Oct 14, 2016 · 7 comments
Open

Locate feature may not return to player #36

gabbyzhat opened this issue Oct 14, 2016 · 7 comments

Comments

@gabbyzhat
Copy link

Seems to persist on rejoins

https://plays.tv/video/5800e54469bb1b2de6/advanced-shadow-realm

@ghost
Copy link

ghost commented Nov 24, 2016

Hey @AkariAkaori , did you found a fix for this issue? If yes how did you do it? If not, @anoutsider have you any ideas?
I currently have the exact same problem!
Thanks,
xilef6000

@brad-anderson
Copy link

Same problem here.

@ghost
Copy link

ghost commented Dec 6, 2016

I found a "workaround", for as long as the bug isn't fixed:
(but you will loose your inventory, armor, weapons, etc you had on/in your character!)
Open up the console, and paste the following command:

/c game.local_player.character=game.local_player.surface.create_entity{name="player", position={0,0}, force=game.local_player.force}
(Do not change the attribute "name"!)
This will create a "new player" with your name at the spawn point of the map (0,0)

@brad-anderson
Copy link

My "solution" was to get my friend running the server to disable the mod. Then I had a controllable character again but the sprite was flying through the air (no animation) and without all my inventory. My original character was stuck where I first used the mod (amusingly his personal roboport still worked). I just ran off into the wilderness to be killed by biters then I combat shotgunned my doppleganger. It worked but it was very frustrating losing everything I had on me.

@Demosthenexx
Copy link

We had the same issue in our multiplayer, and we were able to fix it by having one player ("xargs") point their cursor at the body of the dislocated player ("Demosthenex") with the following command:

/c game.players["Demosthenex"].character = game.players["xargs"].character.selected

@gabbyzhat
Copy link
Author

@anoutsider Has this been fixed in the current versions yet?

@ghost
Copy link

ghost commented Sep 27, 2017

It has not. I just came across this with the latest released version on the mod portal.

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

No branches or pull requests

3 participants