Redo's Blockland Add-Ons

How to Install Add-Ons

DLLs

BlockLua (More Info) (Source Code)

Complete API for writing add-ons in Lua instead of TorqueScript. It's just better.
more like TorqueShit am i right

RedBlocklandLoader (More Info) (Source Code)

Utility for loading DLL mods in Blockland.
Required for all other DLL mods.

Tools

Tool_NewDuplicator (Source Code)

Updated fork of Zeblote's New Duplicator. See the readme for details.

Bricks

Brick_FastLogic (More Info) (Source Code)

Bricks that simulate logic gates at VERY high speed (MHz range).
The best way to build a computer in Blockland.

Brick_RedFill

The filler brick pack to end all filler brick packs. Contains basically every size brick you could ever want - over 500 total - all with pixel-perfect default-style icons.

Server Scripts

Server_BuildPrint

Script to make writing with print bricks easier.
Make a print brick ghost and type /bp yourText
See also Client_BuildPrint

Server_NoF8Delay

Removes the delay after teleporting before you can interact with stuff.
Yeah, that wasn't a bug, that was intentional. No idea why.

Server_NoObservers

Removes the annoying "1 observer" bottom print message.
Good for using /spy for its intended purpose

Server_RedEval

Chat eval add-on. Cleaner than Port's. Also supports BlockLua.
To eval, send a chat message prepended with \ (backslash)
To eval Lua (when BlockLua is installed), prepend with \' (backslash single-quote)

Server_RedFloatingBricks

The simplest and best floating bricks mod. Basically removes the concept of floating bricks from the game.
Other mods only make some bricks self-supporting, and if you undo one of those, say goodbye to your build. Not this one - every brick is self-supporting.
Has the side effect of fixing ownership when saving. The base game only saves the ownwership of baseplates, but this makes every brick a "baseplate" causing ownership to be saved for every individual brick.

Server_SaveNames

Saves the names of players who build, so if you restart the server and reload, bricks will still show names instead of a BLID.

Server_UnlimitedEvents

Removes most of the limits on events. "Too many events at once!"
They can now be decently reliable, and you can make bigger contraptions.
Makes it easier to lag the shit out of the server, but it was already pretty easy.

Client Scripts

Client_BuildPrint

Client-side component to Server_BuildPrint. Not required to use.
Adds the console command bp_clipboard(); which builds the contents of your clipboard out of print bricks (if the server has Server_BuildPrint).

Events

Event_SetEventParameter

An output event that can set the parameters of other output events (or itself?)
Turing complete. Voids your Blockland warranty.

Event_SpawnProjectileVariable

SpawnProjectile output event, but you can use VCE replacers in the velocity fields.

Event_Zones

Edit of the common Event_Zones, which adds the setZoneBox event.
Best used with my fork of the New Duplicator to set the zone using the selection box.

Projectile_RadioWaveSilent

Clone of the default Radio Wave, without the sound. Good for eventing if you're lame.

Other

Print_Letters_ExtraExtended

Once you have Print_Letters_Lowercase and Print_Letters_Extra (neither mine) installed, this completes the set of printable ASCII characters.
Pairs well with Server_BuildPrint

Other People's Add-Ons

Redo's Modding Resources