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
have you tried pressing 'm' to pullup the map? That should show you where your animals are if they're somewhat nearby.
If the bug gets resolved, we will receive our animals back? My cat house disappeared when I tried to get my cat (That disappeared too) back
Yeah but if I enable creative mode it will block my world to complete anchievements, no?
How did your cat house disappear? Did you misplace it, or drop it?
My cat had disappeared, so to "fix" it we have to replace the house right? When I breaked the house, it disappeared too, it didn't drop
At one point I had 2 cows and 3 chickens. Shortly after getting the 3rd chicken my first chicken (Megg) disappeared. I wrote a command to list out all the entities in the game and found that I now only have 4 farm animal entities in-game.
Megg isn't lost on the map, she is gone.
Yes, I did a word count for "FarmAnimal" and it came up with 4 entries.
Megg is really gone.
// Entity ID, Kind, (Coordinates X, Y, Z)
1804406 staxel.entity.FarmAnimal (27.8343449388588, 36.3624969625209, 109.549596561061)
1804396 staxel.entity.FarmAnimal (22.7049224766404, 36.3624964126719, 132.748166009364)
1910418 staxel.entity.FarmAnimal (21.3369681611453, 36.3374542605682, 141.365820204273)
1806018 staxel.entity.FarmAnimal (20.3126392336321, 36.3374478786718, 140.982636810782)
The plug-in is basically
// In class derived from Staxel.Commands.ICommandBuilder
public string Execute(string[] bits, Blob blob, ClientServerConnection connection, ICommandsApi api, out object[] responseParams) {
foreach (var keyval in api.Facade().AllEntities()) {
// Log to file here.
}
}
Cool plug-in! Yeah we're hoping to have this issue fixed soon :)