Page 1 of 1

Creating entities round the position (tested with particles)

Posted: Wed May 08, 2013 4:12 pm
by ficolas
I was making a explosion for the underground mining drill (when it finds oil :) ) and when I used the underground mining drill position, it wasnt centrated, so I adjusted the position, but it needs a decimal number (position -1.5) for it to be ok, but that .5 is rounded... so I cant put it exactly in the middle :S

Re: Creating entities round the position (tested with partic

Posted: Wed May 08, 2013 4:20 pm
by kovarex
Hmm, this is probably caused by the engine wanting it to put it on grid.
Try to add this flag into the entity specification: "placeable-off-grid"

Code: Select all

flags = {"placeable-off-grid"}