Page 1 of 1

[Rseding91] [0.15.19] Custom inserter vectors still usable in vanilla

Posted: Thu Jun 08, 2017 11:38 pm
by zx64
Summary: Custom inserter vectors set in blueprints stored in your save or library are applied in vanilla.

Image

Demonstration: blueprint-storage.dat and vanilla save
Save has the blueprint imported and ghost placed showing the custom vectors.

How to recreate:
1) Start the game with a mod that enables custom_vectors, e.g.

Code: Select all

for _, i in pairs(data.raw.inserter) do
    i.allow_custom_vectors = true
end
2) Create an inserter and change its pickup/drop position

3) Create a blueprint of the customised inserter

4) Save the blueprint in your library

5) Restart with only base mod enabled

6) Create a new game

7) Import the blueprint from your library and place it.

8) Observe the custom vectors are applied.

Re: [0.15.19] Custom inserter vectors still usable in vanilla

Posted: Fri Jun 09, 2017 4:19 am
by TruePikachu
Does this also apply to blueprint strings? (I doubt it.) If so, can you post one?

Re: [Rseding91] [0.15.19] Custom inserter vectors still usable in vanilla

Posted: Sun Jun 11, 2017 9:52 pm
by Rseding91
Thanks for the report. This is now fixed for the next version of 0.15.