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.


Messages - Trinick.

Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 ... 14
91
Off Topic / Re: The EDM Megathread - Monday Monstercat release!
« on: December 04, 2012, 10:48:41 PM »
or you could just not declassify it as hardstyle just because it doesn't sound like every other hardstyle song that exists

being unique within a genre isn't impossible
Being unique isn't impossible, but when you change everything about it besides 50% of one element, it's no longer that genre.

92
Modification Help / Re: Coding issue
« on: December 04, 2012, 10:46:30 PM »
Do you have the file in the proper place?

93
Off Topic / Re: The EDM Megathread - Monday Monstercat release!
« on: December 04, 2012, 10:41:05 PM »
I'm not saying I'm a genre master I'm just a person who actually listens to Hardstyle and it sounds nothing like Hardstyle, even the kick is off from the Hardstyle kick sound.

94
Off Topic / Re: The EDM Megathread - Monday Monstercat release!
« on: December 04, 2012, 10:35:11 PM »
No, it isn't. Just because it has a prominent kick with a long decay doesn't make it Hardstyle.

95
Off Topic / Re: Top 5 Despised people on the forums
« on: December 04, 2012, 10:33:31 PM »
In order from most disliked to least disliked:
1. Badspot
2. Kalphiter
3. Alyx Vance
4. Port
5. After some consideration, I think that's all the people I expressly don't like. I may edit later though.

96
Off Topic / Re: Top 5 favorite people on the forums
« on: December 04, 2012, 10:22:56 PM »
1. Robo Noob
2. Dotdotcircle
3. Ephialtes
4. BubbaGum
5. Boltster

Though that's my top 5 friends filtered by presence on Blockland. If you filter to only posts on the BLF;

1. Dotdotcircle
2. Ephialtes
3. Boltster
4. Rub
5. Stocking (for her Dusty12 post)

97
Off Topic / Re: The EDM Megathread - Monday Monstercat release!
« on: December 04, 2012, 10:18:10 PM »
ephixa is making hardstyle? :o
I wouldn't have called that Hardstyle but I can see why you'd think it was.

98
Modification Help / Re: Relocate Default Bricks?
« on: December 04, 2012, 10:10:54 PM »
You may be able to change the category and subCategory of the brick post-initialization but I'm unsure. You'd have to test.

99
Modification Help / Re: Coding issue
« on: December 04, 2012, 10:05:48 PM »
Code: [Select]
package tmlChat
{
function serverCmdMessageSent(%client,%message)
{
%message = stripMLControlChars(%message);
%message = strReplace(%message,":)","<bitmap:Add-Ons/Script_Smiley_System/Smileys/cool.png>");

$DoNotStripMLControlChars = 1;
parent::serverCmdMessageSent(%client,%message);
$DoNotStripMLControlChars = "";
}

function stripMLControlChars(%flag)
{
if($DoNotStripMLControlChars)
return %flag;
return parent::stripMLControlChars(%flag);
}
};
activatePackage(tmlChat);
Added a line, will prevent abuse.

100
Off Topic / Re: The EDM Megathread - Monday Monstercat release!
« on: December 04, 2012, 03:16:09 AM »
So, I know at least one of you is interested in Hard Dance, so while this is a pretty old mix I particularly liked it.

http://www.youtube.com/watch?v=fs-eHtGbRcs

101
Modification Help / Re: Deleting item from inventory
« on: December 03, 2012, 11:06:16 PM »
That drops the item, he wants it gone.

102
Modification Help / Re: Where to start with AI?
« on: December 03, 2012, 11:05:41 PM »
Look up A* pathfinding or Dijkstra's pathfinding. I personally prefer Dijkstra's but it's harder to implement in Blockland due to the limitations of Torque.

103
Modification Help / Re: Deleting item from inventory
« on: December 03, 2012, 02:57:47 AM »
You may wanna remove "%obj.hasSTD=0;"

104
Drama / Re: RTB Dedicated Hosting Service - Launch
« on: December 03, 2012, 12:58:14 AM »

105
Modification Help / Re: Fake Admin
« on: December 02, 2012, 09:06:28 PM »
Lol. So they can open the GUI, but cannot use any of the admin powers?
Yes.

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