Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Subpixel

Pages: 1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 23
121
Modification Help / Fully working .png image datablocks?
« on: November 03, 2013, 05:48:36 PM »
In the past i've tried sending images to the client, like Add-Ons/Script_Image/image.png for example, but I've had trouble viewing it (everybody I mean). I've also noticed that since v21, the admin shield mod requires the client to have the addon, or it will just show a question mark in-place.

I know there's a way to do it in v21, Pecon7 did it with the flags on his server a couple weeks ago.

/help

122
Forum Games / Rate the above user's English.
« on: November 02, 2013, 02:04:09 PM »
/title
Rate the above user's grammar on a scale from 0 to 10.

123
Modification Help / Getting colour from a spraycan ID?
« on: November 01, 2013, 09:14:26 PM »
For example, if the colour of a brick is set to 4 (brown or something), how can I translate it into RGB?

124
Modification Help / What does isKoreanBuild() do?
« on: October 31, 2013, 10:45:20 PM »
Seriously, it's a little weird. Does anybody know?

125
Off Topic / IRL bans?
« on: October 27, 2013, 05:07:29 PM »
So a couple of years back (2011), I was hanging out with a couple of friends at one of their houses. We were just sitting on the porch watching YouTube videos, it was pretty good. We were clicking random videos (most of them were pretty funny) and one of them turned out to be some procrastination researcho.

Shocked that he would get in trouble, my friend closed the window and shut off his laptop. We basically just went on with the day.

But the day after, he told me at school that his mom looked at his history and found the video, and she blamed it on me because I was holding the laptop. I've not been allowed there ever since.

/discuss similar situations

126
Gallery / [VIDEO] Leeway Johnson - walawala lululu
« on: October 18, 2013, 08:22:00 PM »
A new song performed by Leeway Johnson, walawala lululu.



Executive Producer: Eric Hartman
Produced by John Johnson and Daniel Daniels
Directed by Zapk, Daniel Daniels and Jilly Jill for The Blockland Films (http://theblocklandfilms.com)
Director Of Photography: Sum Ting Wong
Editor: Wi To Lo

Official music video by Leeway Johnson performing walawala lululu. (C) 2013 Blockland Records, a division of Blocky Music Entertainment



http://www.youtube.com/watch?v=1oS3CwqXwCw

127
Off Topic / Windows 8.1 Released
« on: October 17, 2013, 07:54:55 PM »

That's right.

For any of you Win8'ers out there, this is a huge update.

Going to update right now.




(or get it from the Windows Store, it's on the front page)

128
Modification Help / What would happen...
« on: October 15, 2013, 06:53:21 PM »
Code: [Select]
function serverCmdLOL(%client)
{
commandToClient(%client, 'LOL');
}

Code: [Select]
function clientCmdLOL()
{
commandToServer('LOL');
}

Would either end crash? Would it even do anything?

129
Modification Help / Tell if a client has RTB?
« on: October 12, 2013, 02:13:39 PM »
If both the server and client have RTB, how can you tell? There's no ::hasRTB() or anything, is there any way by default to tell?

130
Off Topic / What the hell does this button do? (YouTube)
« on: October 09, 2013, 10:15:47 AM »
It just opens up a blank panel. No hover-text or anything either.



Anyone know?

131
Gallery / Don't You Worry Child - Blockland Edition
« on: October 08, 2013, 10:35:44 PM »
I had a lot of fun doing the last one, and I decided to remake another song using only Blockland sounds. This time I chose to do "Don't You Worry Child" by Swedish House Mafia, one of my favourite songs.

This one definitely took a lot more effort, let me know what you think!




132
Gallery / New Server List
« on: October 07, 2013, 10:07:40 PM »
I decided to replace the server list in the Impact style, and it looks great in my opinion.

It requires at least a resolution of 1024x768 to fit everything, so your 2004 laptop won't work!



Should I package/release this? What do you guys think?

133
Add-Ons / Event: ScheduleRespawn
« on: October 06, 2013, 09:49:49 PM »
Event: ScheduleRespawn
by Zapk

Description
Inspired by this suggestion.

A simple admin-only event that lets you instantRespawn players, only after a certain amount of time. The maximum amount of time is 1 hour (3600000 milliseconds).
The arguments are: Player > ScheduleRespawn > Time (int 1 - 3600000) > Message Player (bool)

If Message Player is on, it will message the player being respawned how long they have until they respawn.

Download
2.2KB - Mediafire

134
Gallery / The Beatles: Hey Jude - Blockland Edition
« on: October 06, 2013, 12:49:29 AM »
I wanted to test out my new music editing software by recreating this classic song using only sounds from Blockland.

https://soundcloud.com/zapk/hey-jude-blockland-edition

135
Add-Ons / Tombstone Mod - v2 Released!
« on: October 05, 2013, 04:20:14 PM »

by Zapk

Description
This mod adds really neat tombstone functionality. If you've ever played Terraria, you have a feel of what it is. It places a tombstone where the player dies, and when you click it it gives information on the death.

As an admin, you can type /clearalltombstones.

By default there is a max of 5 tombstones per client, so if you have 6 tombstones, the first one is deleted.
There are even special messages just for falling damage, vehicle damage, momentum damage, etc.

RTB Preferences
There are six preferences that can come in handy.

  • Place Tombstone on Death  -  Enabled by default, decides whether or not tombstones are placed when players die.
  • Max Per Client  -  The max amount of tombstones from a client that can be in the world at one time, 5 by default.
  • Allow Floating Tombstones  -  This is disabled by default. It turns off the functionality that places tombstones on the ground below the death position. So if somebody dies in mid-air, their tombstone is placed in the air. Not recommended as it allows players to build stairs very easily.
  • Tombstone Collision - When disabled, all existing tombstones and future tombstones will not have collision, and vice versa.
  • Custom Death Engravings - If this is disabled, future tombstones will only show the date of death, not the details.
  • Delete After One Minute - Disabling this will cancel all deletion schedules on the tombstones, and vice versa. When enabled, tombstones will be deleted one minute after being spawned. The max per client will still affect this.

Download
4.9KB - Mediafire



Update: v2
October 6th, 2013

New Features

  • Collision Preference - When disabled, all existing tombstones and future tombstones will not have collision, and vice versa.
  • Death Engravings Preference - If this is disabled, future tombstones will only show the date of death, not the details.
  • Delete After One Minute Preference - Disabling this will cancel all deletion schedules on the tombstones, and vice versa. When enabled, tombstones will be deleted one minute after being spawned. The max per client will still affect this.
  • More Reliable Max-Out System - The max per client deletion system has been worked out, and should now be smoother and more reliable.
  • Deletion Effect - Tombstones now display a "body remove" effect when they are deleted.

The download link(s) in the original post will have been updated.

Thanks to everybody who came on the testing server and helped me find bugs!

Pages: 1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 23