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 ... 44
1
Drama / Re: DotDotCir-Square is back
« on: November 24, 2012, 10:46:36 PM »

2
Drama / Re: DotDotCir-Square is back
« on: November 24, 2012, 09:36:29 PM »
Don't mind that one if it registers a key, it's not him. But you guys will think it is, so whatever. More lulz. Welcome the dotdot legion.

3
Off Topic / Re: "We are 99.999% certain"
« on: November 24, 2012, 08:43:36 PM »
I bet they guy was murdered and they just made it look like a Self Delete.
It in NO way looks like a Self Delete, that's why it's so ridiculous that they call it a Self Delete. However, I believe it was a Self Delete. Think about it. If you wanted to go out in an extravagant way, what better way would there be than to look like someone murdered you? I mean, you can blow up your house but then you'll look like a total richardwad and nobody wants that. So think, how do I make it look like a Self Delete? Stand on a ledge with your feet in a sack, pull the sack up over your head, tighten it just enough so your hand can fit out with the gun in it, and shoot yourself in the head. The fall will cause you and the gun to both fall into the water-- the gun will sink, making it unrecoverable, but you will float and be found. To anyone looking, you're a dead carcass in a sack. Total murder. Like, obvious murder. No traceable weapon found, nothing. Bam, your death triggers a murder investigation.

4
Off Topic / Re: "We are 99.999% certain"
« on: November 24, 2012, 08:36:29 PM »
Yea of course, I shoot myself in the head, jump in a sack full of rocks, tie it up with cable clips, and jump in the river

That's like
i don't even
How do they get the handicapped idea that he could have managed to do that?
Are you as dumb as Elecro? Read the article, handicap.

5
Off Topic / Re: The Computer Megathread
« on: November 24, 2012, 07:56:24 PM »
What? Arch? Ease of use? You're confused. Arch is probably the hardest OS to use, figuring you have to configure the entire thing from the command line. Only once you actually go off the guided trail do you begin to even see graphical interfaces, and it's a million personal options before you even see a desktop. Ubuntu, Fedora, RedHat, Debian, SlackWare, etc, all are like 5 clicks away from being fully operational on your computer.

6
Modification Help / Re: Modelin help
« on: November 24, 2012, 04:53:08 PM »
I got it now.But one other problem its slanted instead of strait.
:/
This is more "general modification help" because these aren't usually things you fix through code. I seriously recommend just rotating the model in your modelling program.

7
Modification Help / Re: Triggering code when a bot is in the line of sight
« on: November 24, 2012, 04:18:43 PM »
Oh, I have some code for you. One minute. had to plug in my second harddrive to get it, lol.

Code: [Select]
function Player::canSeeObject(%this, %object)
{
%ev = %this.getEyeVector();
%pos = %this.getPosition();
if(!isObject(%object))
return 0;
%ep = isFunction(%object.getClassname(), getEyePoint) ? %object.getEyePoint() : %object.getPosition();
%vd = vectorDist(%pos, %ep);
if(%vd > 64)
return 0;
%cast = containerRaycast(%pos, %ep, $TypeMasks::FxBrickObjectType);
if(isObject(%cast))
return 0;
%adjp = vectorSub(%pos, %ep);
%angle = mATan(getWord(%adjp,1), getWord(%adjp,0));
%ea = mATan(getWord(%ev,1), getWord(%ev,0));
%cansee = %ea - %angle;
%canSee = mAbs(%canSee);
if(%cansee > 3.92689 || %cansee < 2.35629)
return 0;
return 1;
}

Then, for the loop:
Code: [Select]
function Player::CanSeeLoop(%this)
{
if(%this.canSeeObject($HorrorObject))
{
whatever();
}
%this.schedule(100,canSeeLoop);
}

8
Off Topic / Re: Mocheeze
« on: November 24, 2012, 04:09:26 PM »
Mocheeze is actually dead. Like, I'm sorry to break it to you for the five hundredth time, but Mocheeze died in a tragic ballooning accident. I don't know how his account posted, but I know it wasn't him. I was never too close with the guy but I am close with some of his closest friends and I know for a fact that he is dead.

RIP Mocheeze, HPRC, the docter

9
Off Topic / Re: The EDM Megathread - Friday Monstercat release!
« on: November 24, 2012, 02:51:25 PM »
Thanks, that's issue numero uno.

Second issue: How do I automate rate of the LFO without it sounding bad?
Open a second LFO, make it a stepper or performance, bind it to the rate of the first LFO, design your rate automation.

10
Off Topic / Re: The Computer Megathread
« on: November 24, 2012, 02:44:29 PM »


Man, I love the customizability of linux.

11
Off Topic / Re: Funny Steam/Skype Conversations
« on: November 24, 2012, 04:47:18 AM »


L O L

LMFAO

12
Off Topic / Re: The EDM Megathread - Friday Monstercat release!
« on: November 24, 2012, 04:41:44 AM »
Someone teach me how to make dubstep tomorrow, I mean come in to a steam or skype, tell me what type of sound I should be looking for and tell me how to modulate it correctly. It always either sounds robotic if I automate the rate or it sounds too fast and offbeat.
In Massive? Set filter 1 to a Low Pass filter, drag an LFO onto the SC for the cutoff, play with the amount and the rate and the waveform. Wub wub wub.

13
Off Topic / Re: Post your thoughts of the above user's signature.
« on: November 24, 2012, 04:15:17 AM »
Lowest quality GIF I've ever seen.

14
General Discussion / Re: RTB Dedicated Hosting Service
« on: November 24, 2012, 02:31:08 AM »
"Are you willing to help me fix what I forgeted up, for no extra charge?"

I can answer that for you. No.

15
General Discussion / Re: Blockland is 75% off - POTENTIAL ALTS READ THIS
« on: November 24, 2012, 02:26:36 AM »

Pages: [1] 2 3 4 5 6 ... 44