[0.12.4] [kovarex] Multi-surface POOF Redux

This subforum contains all the issues which we already resolved.
Post Reply
GopherAtl
Fast Inserter
Fast Inserter
Posts: 177
Joined: Sat Jan 31, 2015 7:54 pm
Contact:

[0.12.4] [kovarex] Multi-surface POOF Redux

Post 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
Attachments
tardis_0.1.0.zip
(973.77 KiB) Downloaded 156 times
My Mods:
Nixie Tubes - numeric displays for your circuit networks!
Logistic Combinators - use logistics values in circuit logic! -
Autowire - automate red/green wire connections

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

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

Post 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.

Post Reply

Return to “Resolved Problems and Bugs”