[Resolved 0.4.1] Pump not placeable

This subforum contains all the issues which we already resolved.
Post Reply
gr0mpel
Fast Inserter
Fast Inserter
Posts: 107
Joined: Fri May 03, 2013 6:23 pm
Contact:

[Resolved 0.4.1] Pump not placeable

Post by gr0mpel »

the pump doesnt seem to be placeable.
neither on the shore nor elsewhere.
existing pumps work fine.
removing an existing pump and trying to place it again at the exact same spot doesnt work either

Candunc
Inserter
Inserter
Posts: 49
Joined: Tue Feb 19, 2013 6:09 pm
Contact:

Re: [0.4.0] Pump not placeable

Post by Candunc »

I can confirm on a brand new game, Windows 64 bit, that pumps are not placeable.

Dakkanor
Fast Inserter
Fast Inserter
Posts: 243
Joined: Wed Feb 27, 2013 6:18 am
Contact:

Re: [0.4.0] Pump not placeable

Post by Dakkanor »

a quick fix is to go in and change one file a little.

in
Factorio\data\base\prototypes\entity
open demo entities search for pump and add "placeable-player", so that it looks like the code below

Code: Select all

{
    type = "pump",
    name = "pump",
    icon = "__base__/graphics/icons/pump.png",
    flags = {"placeable-neutral", "placeable-player", "player-creation"},
    minable = {mining_time = 1, result = "pump"},

gr0mpel
Fast Inserter
Fast Inserter
Posts: 107
Joined: Fri May 03, 2013 6:23 pm
Contact:

Re: [0.4.0] Pump not placeable

Post by gr0mpel »


MF-
Smart Inserter
Smart Inserter
Posts: 1235
Joined: Sun Feb 24, 2013 12:07 am
Contact:

Re: [0.4.0] Pump not placeable

Post by MF- »

gr0mpel wrote:didnt work for me http://postimg.org/image/uc9fx5phf/
(Basic question, just to check that the file got actually read after you edited)
Did you shutdown the game before you edited the file?

DRBLN
Filter Inserter
Filter Inserter
Posts: 411
Joined: Sat Mar 23, 2013 12:44 pm
Contact:

Re: [0.4.0] Pump not placeable

Post by DRBLN »

Dakkanor wrote:a quick fix is to go in and change one file a little.

in
Factorio\data\base\prototypes\entity
open demo entities search for pump and add "placeable-player", so that it looks like the code below

Code: Select all

{
    type = "pump",
    name = "pump",
    icon = "__base__/graphics/icons/pump.png",
    flags = {"placeable-neutral", "placeable-player", "player-creation"},
    minable = {mining_time = 1, result = "pump"},


Does not work for me as well.

slpwnd
Factorio Staff
Factorio Staff
Posts: 1835
Joined: Sun Feb 03, 2013 2:51 pm
Contact:

Re: [0.4.0] Pump not placeable

Post by slpwnd »

Thanks for the reports. The problem with the pump is an internal problem that can't be fixed by changing the lua data files. It will be addressed in the 0.4.1 bugfix release.

DRBLN
Filter Inserter
Filter Inserter
Posts: 411
Joined: Sat Mar 23, 2013 12:44 pm
Contact:

Re: [0.4.0] Pump not placeable

Post by DRBLN »

slpwnd wrote:Thanks for the reports. The problem with the pump is an internal problem that can't be fixed by changing the lua data files. It will be addressed in the 0.4.1 bugfix release.
When is the release expected?

gr0mpel
Fast Inserter
Fast Inserter
Posts: 107
Joined: Fri May 03, 2013 6:23 pm
Contact:

Re: [0.4.0] Pump not placeable

Post by gr0mpel »

allright
then we'll just wait for it!
this game is so awesome :D my gf hates it already +1 !!

Post Reply

Return to “Resolved Problems and Bugs”