Blockland Forums > Modification Help
"Should never be considering a brick bigger than us here!" -Solved
Jardev:
--- Quote from: Greek2me on February 20, 2012, 11:50:08 PM ---Maybe you're simply creating bricks too quickly?
--- End quote ---
It's possible. I'll try spacing it out in chunks and see if that helps.
Kalphiter:
Try rounding the position correctly and ridding those exponential numbers.
CityRPG:
There's a finite number of possible positions a brick can be in.
I'm pretty sure it has to be #.0, #.3, or #.6 -- anything else is invalid.
Ipquarx:
--- Quote from: CityRPG on February 21, 2012, 05:12:05 AM ---I'm pretty sure it has to be #.0, #.3, or #.6 -- anything else is invalid.
--- End quote ---
Not true, I created a script to make bezier curves out of 1x1's (Horribly spammy by the way) and it would generate odd positions like 2.69382 and 1.59348, stuff like that. It just rounds it off. It's definetly still valid.
Chrono:
It may round off for the visuals, but it's physical position will definitely forget stuff up.