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 - Kyuande

Pages: 1 ... 395 396 397 398 399 [400] 401
5986
Modification Help / Re: Trigger isn't following the static shape?
« on: July 14, 2015, 11:28:55 PM »
Yeah, every time this function calls, it's the only function that seems to change the world box. Everything else works fine.

5987
Well, you can probably detect the missing events from your event system in-game.

5988
you're a bad person and you need to feel bad
Why does everyone hate on each other about Sugar in such a way?

5989
Modification Help / Trigger isn't following the static shape?
« on: July 14, 2015, 07:39:44 PM »
I've wrote this code to fix the laser's trigger position and angle based on the laser. The laser is a static shape. Any ideas on why it isn't correctly following the static shape?
Code: [Select]
function fxDTSBrick::CheckLaser(%this)
{
if(!isObject(%laser = %this.laser))
return;

if(!isObject(%trigger = %laser.trigger))
return;

%boxMax = getWords(%laser.getWorldBox(), 3, 5);
%boxMin = getWords(%laser.getWorldBox(), 0, 2);
%boxDiff = vectorSub(%boxMax, %boxMin);
%trigger.setScale(%boxDiff);

%trigger.setTransform(%laser.getWorldBoxCenter() SPC getWords(%laser.getTransform(), 3, 6));
}

5990
Modification Help / Re: Can StaticShapes work with triggers?
« on: July 14, 2015, 06:54:46 PM »
Dang, it seems to not be possible :(

5991
General Discussion / Re: Boss Battles - Cute ducks
« on: July 14, 2015, 04:41:40 PM »
I would love to see a boss shop.

5992
General Discussion / Re: Boss Battles - Cute ducks
« on: July 14, 2015, 04:19:28 PM »
From Tophat, there were a few people who are abusing the boss coins, these people have been giving away free boss coins to many players on the server.

5993
Stop playing on a damn toaster.
Do you even notice a tiny bit of lag when she joins? I think it's something to do with sending too many packets.

5994
Modification Help / Re: Can StaticShapes work with triggers?
« on: July 14, 2015, 01:55:47 PM »
Well, does the trigger call if a static shape goes inside a trigger?

5995
Off Topic / Re: i need this image transparent
« on: July 14, 2015, 01:33:29 PM »
How about this?

5996
Off Topic / Re: i need this image transparent
« on: July 14, 2015, 01:22:06 PM »
Here you go! You can use Paint.Net for this kind of stuff.

5997
Off Topic / Re: My dad has a ruptured disk in his neck.
« on: July 14, 2015, 01:07:46 PM »
we've had the technology to correct this for over 40 years wtf are you talking about
Whoops, my brain had a malfunction there. I forgot this isn't the 1600s.

5998
When I join servers, and Sugar if joins, the servers seem to lag a bit, anyone know why?

5999
Add-Ons / Re: Commands Manager GUI [My First Add-On Ever]
« on: July 14, 2015, 12:56:04 PM »
I love this! Great first add-on!

6000
Off Topic / Re: My dad has a ruptured disk in his neck.
« on: July 14, 2015, 12:38:40 PM »
stuff, was it DVD or Blu-Ray?
I would love to watch movies with my neck..



It probably is possible to have it fixed, since of today's technology. Problem is, it would cost lots of money since the amount of people want so much now.

Pages: 1 ... 395 396 397 398 399 [400] 401