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 - Dyed Brownie

Pages: [1] 2
1
Off Topic / Escape the 'dear X' topics!
« on: August 24, 2008, 10:36:01 PM »
Escape them!

2
Off Topic / Dear Sister
« on: August 24, 2008, 10:10:26 PM »
Ooh watcha say..

Click here for the video.

3
General Discussion / Wikipedia
« on: August 24, 2008, 05:02:12 PM »
http://en.wikipedia.org/wiki/Blockland

Quote
Blockland's development was heavily influenced by user mods created during the open beta stage. Some features that can be seen in the retail edition that were influenced by user mods include: letter/print bricks, the brick selection system and interactive bricks to an extent.

The large number of user mods also led to the development of a plugin add-on system, making it much easier to manage the large amount of user created content available for the game.

Eric was approached by LEGO for a job but declined, and then the game, originally free, was developed into a retail product. Blockland is still updated with content/patches/bug fixes.

Seriously, what?

4
Modification Help / PeopleMods: Dig
« on: August 24, 2008, 03:29:24 AM »
I can't be bothered finishing it, and it'd need some major rewrites.

Here's the source code.

Edit: New link.

5
Off Topic / Item Icon Avatars
« on: August 21, 2008, 11:14:27 AM »
Guys, what's up with all the item icon avatars?

6
Drama / Facechild Lied
« on: August 19, 2008, 05:36:09 PM »
He didn't make the USSR clan.





Edit: Capitalized the 'USSR'.

7
Suggestions & Requests / UI Bug
« on: August 18, 2008, 07:40:08 AM »
If you open the admin window, maxmize it, close it, open it again and unmaximize it, it'll clear the player list on the UI.

I'm suggesting to fix this.

Edit: Locked.

8
Drama / DRAMA: Guns
« on: August 17, 2008, 09:16:03 PM »
Cut the crap, I'm posting a gun Gikon made. Below is a chatlog of me.

I was going to post the gun so he didn't need to.

I had another crappy gun image.



Edit: Decided to just remake the post

9
Drama / H.. ow.. wha... ?!
« on: August 17, 2008, 11:03:01 AM »


Didn't Badspot prevent this?!
Seriously though, I later got loads of addons wrongly installed like that one.

Also, what's up with textures in the root of my add-ons folder?
HOW DID THEY GET THERE? I get them from multiple servers. HOW? Did they extract files and the models and change the directorys in the script just to annoy everybody?

Edit: Added more information and thumbnailed the picture.

10
Off Topic / Education System
« on: August 17, 2008, 10:29:42 AM »
What are they teaching kids these days?

There's 11-16 year old people not using grammar and can hardly spell.

Seriously, what?

When I was in kindergarten I learnt to sound out words. From then on they only taught us the primary rules of spelling and the hard words which make no sense.

As for grammar, they taught us the rules for it in kindergarten and left us.

11
Drama / Bad Server Hints
« on: August 17, 2008, 10:06:29 AM »
I can instantly tell which servers are bad in the join list, just by their names. I'd like you to share your tips.

1. It points out it has a mod or v9 or both. [masterchief723's v9 with JVS doors server]
2. 'Do something for admin' servers. JJA79 ID 6097 is responsible for the one that I'm talking about right now. [climb for admin server]

12
Drama / Badspot don't read this, read this if your not Badspot.
« on: August 16, 2008, 04:24:39 PM »
Gee, thanks for reading this.

Anyway, I'm getting ticked off at members who can't find the private message button.

It's not that hard!


13
Modification Help / aOrAn
« on: August 16, 2008, 04:05:02 PM »
This is a small function I made for my RP.

Code: [Select]
function aOrAn(%word)
{
%letter = strLwr(getSubStr(%word, 0, 1));

if(%letter $= "a" || %letter $= "e" || %letter $= "i" || %letter $= "o" || %letter $= "u")
{
return "an";
}

return "a";
}

It can be used like so:

Code: [Select]
echo("There is " @ aOrAn("Oak Tree") @ " Oak Tree.");
echo("There is " @ aOrAn("Pine Tree") @ " Pine Tree.");

Great for dynamic stuff, like inventorys or a.. woodcutting mod.

14
Off Topic / No-Profile Week
« on: August 15, 2008, 10:42:00 AM »
I'm not going to be having a profile this week.

Join the fun and remove your profile!

Edit: Locked.

15
Modification Help / Save Files
« on: August 14, 2008, 02:53:39 PM »
I'd like to discuss which methods we all use for save files.

I like storing by Blockland IDs then all their data per line to one file.

Pages: [1] 2