Page 1 of 1

[0.12.4] [kovarex] Multi-surface POOF Redux

Posted: Fri Aug 21, 2015 6:22 pm
by GopherAtl
The same bug was reported before, here and moved to "resolved" for 0.12.3, but I'm still seeing this with my tardis mod's surfaces in 0.12.4?

:update: it seems to be an issue with create_entity specifically, doesn't happen when players build items manually (tested this in mp)

This is an early wip mod so bear with me for the instructions, but still probably easier than reproing it from scratch

launch up a new world with the tardis mod (attached)

:edit: simpler and quicker repro steps.

New version: just launch with the mod, restart til yuo get a spawn that's not obstructed by trees or whatever, then type this command:

Code: Select all

/c game.surfaces.tardis.create_entity{name="stone-furnace",position={0,0}}
You'll see the poof from the furnace being placed on the tardis surface.

edit2:
If you want repro steps WITHOUT a mod, the following series of commands work...

Code: Select all

/c game.create_surface("otherland")
/c game.local_player.teleport(game.local_player.position,"otherland")
/c game.surfaces.nauvis.create_entity{name="stone-furnace",position=game.local_player.position}
ignore the rest of this unless you just wanna play with the tardis

Re: [0.12.4] [kovarex] Multi-surface POOF Redux

Posted: Mon Aug 24, 2015 1:16 pm
by kovarex
Ok, I fixed that when the latency hiding is on, but not when it is off, fixed for 0.12.5 and thx for the report.