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 - 0xBRIANSMITH

Pages: [1] 2 3 4 5 6
1
My PC's internet sort of is borking up with this error message whenever I click Troubleshoot.
wat do?

2
Suggestions & Requests / Sepukku Item
« on: July 29, 2014, 10:13:00 PM »
An item that takes out a sword and when you click it you commit sepukku.
please also model the organs too

3
Off Topic / Just watched Boyhood
« on: July 25, 2014, 09:56:44 PM »
Amazing movie, wonderful execution of a crazy concept.
I recommend everyone in the known universe go see it.

4
Off Topic / Brian Smith streams Receiver
« on: July 22, 2014, 12:30:59 PM »
And sucks at it
Check it out

5
Creativity / Create some insults
« on: July 09, 2014, 12:30:11 PM »
Post some funny insults.

"The people who worked at your hospital should be fired because no taring your head off when you were born is medical malpractice."

6
Off Topic / Manhattan Film Institute Summer Camp
« on: July 06, 2014, 08:12:36 PM »
Currently attending this thang in Greenport, Long Island.
Anyone near that area?

7
Modification Help / Rotate a point around another point
« on: June 25, 2014, 02:48:15 PM »
I'm trying to make %pos rotate based on %col's rotation. I took the angle code from I think greek2me's forum post.

%curAim = %col.getEyeVector();
   %curX = getWord(%curAim,0);
   %curY = getWord(%curAim,1);
   %curZ = getWord(%curAim,2);
   %theta = mRadToDeg(mATan(%curY,%curX));
   if(%curX > 0 && %curY > 0)
      %angle = %theta;
   else if(%curX < 0 && %curY > 0)
      %angle = 180 - %theta;
   else if(%curX < 0 && %curY < 0)
      %angle = %theta + 180;
   else if(%curX > 0 && %curY < 0)
      %angle = 360 - %theta;

   talk(%angle);

   %lastAngle = %col.lastAngle;
   if(%lastAngle !$= "") {
      %col.lastAngle = %angle;
      %diff = %lastangle - %angle;

      %s = mSin(%diff);
      %c = mCos(%diff);

      %px = getWord(%pos, 0);
      %py = getWord(%pos, 1);

      %ox = getWord(%col.getHackPosition(),0);
      %oy = getWord(%col.getHackPosition(),1);

      %nx = %c * (%px - %ox) - %s * (%py - %oy) + %ox;
      %ny = %s * (%px - %ox) + %c * (%py - %oy) + %oy;

      %pos = %nx SPC %ny SPC getWord(%pos,2);
      %obj.GrappleRopePos = %pos;
   }
   else {
      %col.lastAngle = %angle;
   }


right now it just spazzes out.

8
Off Topic / Just finished my last final
« on: June 23, 2014, 08:28:25 AM »
Finally :D

9
Modification Help / Function/Variable to set the skybox?
« on: June 21, 2014, 11:36:41 AM »
Is there a way to do this?

10
Drama / The *pack1 brothers
« on: June 18, 2014, 10:31:01 PM »
andrewpack1
20196
keenanpack1
16061
jeremiahpack1
14132








uh
I'm not too sure what just happened
there is a lot more I didn't get. sorry :(

11
Off Topic / Some random person sent me a Linkedin thing request
« on: June 13, 2014, 06:08:29 PM »

for whatever loving reason I got got this email


please note I've never heard of this dude in my entire life.

12
General Discussion / List of Blockland Launch Options?
« on: June 11, 2014, 10:22:32 PM »
Does anyone have a list of these? Thanks.

13
Modification Help / loadBricks()
« on: June 07, 2014, 10:46:36 AM »
Does anyone know where that custom loadBricks function is? I need it so I can make it load a custom variable.

14
Off Topic / The secret is out, I'm the cause of ping
« on: June 05, 2014, 02:46:34 PM »

I'm sorry I didn't tell you sooner.

Please note: this was on Jack Noir's server.

15
Off Topic / Artificial Feelings
« on: June 04, 2014, 06:32:19 PM »
Hypothetical question:

Say you are told to talk in a chat with someone. You start talking and for whatever reason you unintentionally make someone feel bad. You then (through talking to the person) find out that they feel bad, and then feel bad yourself. You apologize but still feel bad. You are then told this person is an artificial intelligence.

Do you still feel bad?

Pages: [1] 2 3 4 5 6