Author Topic: Urination Item  (Read 1405 times)

A weapon that when fired it creates a particle effect originating from your Blockhead's groin.
I believe there was an Emote addon that was made which had urination.

Perhaps there could even be a keybind for off-hand/non-tool situations, or maybe you wanna have a different item/weapon out while creating this particle effect.

I don't know why but I think this would be a pretty cool feature.

Marble man made a arced laser. You could use that, but this is still dumb.

Marble man made a arced laser. You could use that, but this is still dumb.
Actually it's the best idea of all time ever forever.


(The following was typed on a phone, fix errors if necessary)

datablock ItemData(PeeingItem:PrintGun)
{
    uiname = "Pee";
    image = PeeingImage;
    colorshiftColor = "1 1 0 1";
};
datablock ShapeBaseImageData(PeeingImage:PrintGunImage)
{
   colorShiftColor = "1 1 0 1";
   shapeFile="base/data/shapes/empty.dts"; //might have to change this (wrong file path)
   stateEmitter[2] = "PeeEmitter"; //you will have to make this
   stateSound[2] = "";
   offset="-0.25 0 -1"; //You might have to adjust this
   eyeOffset = "-0.25 0 -1"; //Same as above
};


godspeed

Reminds me of a certain topic long ago:
http://forum.blockland.us/index.php?topic=113733.0
Related, but it's an emote.

(The following was typed on a phone, fix errors if necessary)

datablock ItemData(PeeingItem:PrintGun)
{
    uiname = "Pee";
    image = PeeingImage;
    colorshiftColor = "1 1 0 1";
};
datablock ShapeBaseImageData(PeeingImage:PrintGunImage)
{
   colorShiftColor = "1 1 0 1";
   shapeFile="base/data/shapes/empty.dts"; //might have to change this (wrong file path)
   stateEmitter[2] = "PeeEmitter"; //you will have to make this
   stateSound[2] = "";
   offset="-0.25 0 -1"; //You might have to adjust this
   eyeOffset = "-0.25 0 -1"; //Same as above
};


godspeed
Neat little tutorial.

Can you give me a list of common commands/functions used in blockland mods? That would help alot.

This is already made for some people (maybe using them as private addons, but idk).  Tezuni has it so if you type /pee in chat box a yellow arc comes out of your blockhead.

This is already made for some people (maybe using them as private addons, but idk).  Tezuni has it so if you type /pee in chat box a yellow arc comes out of your blockhead.
item

item
Yeah that reminds me, I tried fiddling around with some code, and I can get it to appear in the add-on list, but I can't seem to get it to appear as an item in-game.

Yeah that reminds me, I tried fiddling around with some code, and I can get it to appear in the add-on list, but I can't seem to get it to appear as an item in-game.
Syntax errors? I'll make something when I get home




(avatars are nude because of the shameful mod, not because everyone in the community is a pervert)