Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://www.reddit.com/r/StardewValley/comments/8gb9ph/how_to_kick_remove_someone_from_our_game/
However that feature has been temporarily disabled in the latest patch due to an issue. The workaround is to open your save file and an xml editor:
Step 1: Locate your multiplayer safe file and back it up
Step 2: Open up the safe file called yourname_bunchofnumbers in an XML Editor (i used sublime 3)
Step 3: Press Ctrl+F to open up the search menu
Step 4: Search for farmhand. You should find a tag called <farmhand> which is immediatly followed by a <name>farmhand's name</name> tag
Step 5: Locate whatever player you want to remove
Step 6: Delete everything including the <farmhand> tag of said player up to the </farmhand> tag (including it)
Step 7: Safe the file
Step 8: Boot up Stardew Valley, start Co-op as usual and invite the new friend
After reading the above I would say, delete this
<farmhand>
<name>
Person you want to remove
</name>
</farmhand>
Then I don't see the </farmhand> afterwards