spacechase0 / StardewValleyMP

Temporary solution for multiplayer until official multiplayer is released.
MIT License
38 stars 17 forks source link

Problem with MP and ALL #59

Open chaos234 opened 7 years ago

chaos234 commented 7 years ago

I don't know why but the Map isn't shared correctly, means, that if I am the host, other players are not having the same map as me (farm).

Mods which where installed with this mod:

!EntoaroxFramework AdvancedLocationLoader (for StardewValleyExpansion) SMAPIChestLableSystem

Seems that the ALL isn't a good friend for this MP mod so I hope that I can get help to get this running.

spacechase0 commented 7 years ago

Go into the config file and make sure "Coop" is set to true.

(I accidentally included a config file with it set to false in one of the older versions.)

chaos234 commented 7 years ago

It is set to true from default:

{ "DefaultIP": "127.0.0.1", "DefaultPort": "24644", "AllowFriends": true, "AllowLanDiscovery": true, "Debug": false, "Coop": true, "PacketLogging": 1 }

spacechase0 commented 7 years ago

Ah, okay. Just wanted to be sure.

Anyways, I'll need your and your friends full log files. http://canimod.com/for-players/faqs#smapi-log

chaos234 commented 7 years ago

Ok, I'll collect the files and will them attach here if it won't work now :)

chaos234 commented 7 years ago

Ok, here is the log: https://pastebin.com/nZw9n5xh

We have played a new game only with MP and TrainerMod but as I reinserted the mods above the hole map was overwritten (planted plants are no longer theire). Means that reinserting ALL and the other Mods are doing smth. wrong or it is an other bug.