Author Topic: Radio Mod [Progress Update]  (Read 13902 times)

Radius Voice Command Bricks, another neat edition may be playing music from it.
Broadcasting bricks:
BLID Owner based channels
< 10 bricks away to team chat into it and broadcast messages and music

Recieving bricks:
Clicking to change channels
< 10 bricks away to recieve extra messages + hear music emitted from bricks

Radio Bricks:
Color based channels
< 10 brick away to team chat send/recieve messages

Maybe later, sounds cool.


i think the not being able to drop it bug is pretty big, but this is still a nice add-on. hopefully you guys fix that.

Change:
Code: [Select]
datablock ItemData(mRadioItem)
{
   category = "Tools";
   className = "Weapon";
   shapeFile = "./mRadio.dts";
   uiName = "Radio";
   image = mRadioImage;
};

To:
Code: [Select]
datablock ItemData(mRadioItem)
{
   category = "Tools";
   className = "Weapon";
   shapeFile = "./mRadio.dts";
   uiName = "Radio";
   image = mRadioImage;
  canDrop = true;
};
To fix the undroppable bug. Yes, it's that simple.


Change:
Code: [Select]
datablock ItemData(mRadioItem)
{
   category = "Tools";
   className = "Weapon";
   shapeFile = "./mRadio.dts";
   uiName = "Radio";
   image = mRadioImage;
};

To:
Code: [Select]
datablock ItemData(mRadioItem)
{
   category = "Tools";
   className = "Weapon";
   shapeFile = "./mRadio.dts";
   uiName = "Radio";
   image = mRadioImage;
  canDrop = true;
};
To fix the undroppable bug. Yes, it's that simple.
lol, woops, i guess i forgot it. I've started writing items from scratch :P

lol, woops, i guess i forgot it. I've started writing items from scratch :P
A little silly to do so, unless you've somehow memorized everything but it's usually safer to work off a base. But I'm just a mediocre coder anyway, so who the hell am I to begin with?


Psst, it's supposed to be "Marble Man and me".
A minor mistake in the OP, but this sounds great.

Not being able to be thrown away?
...thats easy to fix.
[quote = code]{
   category = "Tools";
   className = "Weapon";
   shapeFile = "./mRadio.dts";
   uiName = "Radio";
   image = mRadioImage;
   canDrop = true;
};[/quote]

title needs more exclamation marks



if slender can use it. We would all die. Wait a second....... CAN SLENDER USE IT. OH CRAP. NOOOOOOOOOOOOOOOOOOOOOOOO.


if slender can use it. We would all die. Wait a second....... CAN SLENDER USE IT. OH CRAP. NOOOOOOOOOOOOOOOOOOOOOOOO.
thank goodness he doesnt exist!

Updated Topic [Bug Fixes]

But what if you want a hidden channel?
What if you want jammers?

But what if you want a hidden channel?
What if you want jammers?
Learn to code or ask the op politely if he'd add those features in!
:D