| Blockland Forums > Suggestions & Requests |
| Auto Tunnel |
| (1/3) > >> |
| MARBLE MAN:
Basically, autoroad with tunnel like bricks that are 8xCubes (Dead ends, T, X and L pieces) Here's what i suggest you use: Tunnel Bricks (8xCubes that are hollow) Auto Road Bricks - Broken (does not rotate bricks) http://www.mediafire.com/download.php?mpee8f92h1m1z28 Missing IDtoRot Function: (i wrote it my self, it works on autoroad partially) --- Code: ---function idtorot(%ad) {if(%ad==0)return "1 0 0 0"; else if(%ad==1) return"0 0 1 90"; else if(%ad==2) return "0 0 1 180"; else if(%ad==3) return "0 0 -1 90"; else return "1 0 0 0";} --- End code --- I'm just having trouble making the tunnels work with autoroad... I don't actually need this anymore.. |
| Demian:
Why not build it the usual way? |
| MARBLE MAN:
--- Quote from: Demian on January 26, 2013, 04:39:59 AM ---Why not build it the usual way? --- End quote --- because I am spawning bricks that are adjacent, and I'm not building |
| Tudoreleuu:
So you're basically telling us that you want an addon that adds road bricks with tunnels on them because you can't be arsed to build some? |
| MARBLE MAN:
--- Quote from: Tudoreleuu on January 26, 2013, 05:09:39 PM ---So you're basically telling us that you want an addon that adds road bricks with tunnels on them because you can't be arsed to build some? --- End quote --- ... Hollow 8x Cubes I'm not building, I'm spawning I want a reduced brick count, so spawning 30 bricks for every tick would make ghosting lag everyone on the server --- Quote from: MARBLE MAN on January 26, 2013, 03:17:04 PM ---because I am spawning bricks that are adjacent, and I'm not building --- End quote --- |
| Navigation |
| Message Index |
| Next page |