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

Pages: 1 [2] 3 4 5 6 7 ... 45
16
Off Topic / i'm a bit stressed out
« on: September 05, 2015, 07:25:23 PM »
i came back from a party, was fun, sucked at dancing, hung out with crush, etc.
some crush things happened that i can't and don't want to share, and right now they have me stressed out

so, recommend some things to cheer me up or just get my mind off of stuff, pls

17
For some reason, when I create a GuiControl, and dump it, it doesn't come with an onWake method.

Code: [Select]
package SomethingClient
{
function SomethingGui::onWake(%this)
{
commandToServer('getEditorData');
Parent::onWake(%this);
}
};

if(isPackage(SomethingClient))
activatePackage(SomethingClient);

Code: [Select]
==>canvas.pushDialog(SomethingGui);
Add-Ons/Client_Something/client.cs (0): Unknown command onWake.

the gui opens, but the commandToServer command doesn't execute
i'm not sure what the problem is here, don't all GUIs come with the onWake command?

18
Off Topic / this is the saddest video i've ever watched
« on: August 12, 2015, 11:37:22 AM »
https://www.youtube.com/watch?v=IcN3ymJPVBw

this may be the first youtube video that made me cry.
post videos that hit the feels hard

19
Modification Help / Code for doing math with military time?
« on: August 11, 2015, 10:56:56 PM »
Hi, I can't seem to figure out how to do math with military time.

Code: [Select]
function AddTime(%time1,%time2)
{
%time1 = strReplace(%time1,":","");
%time2 = strReplace(%time2,":","");
%t1m = strLen(%time1) > 3 ? getSubStr(%time1,2,2) : getSubStr(%time1,1,2);
%t2m = strLen(%time2) > 3 ? getSubStr(%time2,2,2) : getSubStr(%time2,1,2);
%t1h = strLen(%time1) > 3 ? getSubStr(%time1,0,2) : getSubStr(%time1,0,1);
%t2h = strlen(%time2) > 3 ? getSubStr(%time2,0,2) : getSubStr(%time2,0,1);
if(%t1m + %t2m > 60)
{
%tm = (%t1m + %t2m) % 60;
%ah = mFloor((%t1m + %t2m) / 60);
}
else
{
%tm = %t1m + %t2m;
}

if(%t1h + %t2h > 23)
{
%th = ((%t1h + %t2h) % 23) + %ah;
}
else
{
%th = (%t1h + %t2h) + %ah;
}

if(%tm == 60)
{
%tm = "00";
%th++;
}
if(strLen(%tm) == 1)
%tm = "0" @ %tm;
if(strLen(%th) == 1)
%th = "0" @ %th;
if(%th @ %tm > 2400)
{
%time = %th @ %tm + (%th @ %tm) % 2400;
}
else
{
%time = %th @ %tm;
}

return %time;
}

This is my code for adding two times. It's not perfect, it doesn't work completely, it can probably be simplified or rewritten, but this is what I've got going on right now. Does anyone have a better way to handle this?

20
Modification Help / Typemask for AIPlayers?
« on: August 06, 2015, 08:57:23 AM »
Doing something such as
Code: [Select]
centerPrintAll("\c6< test >");
defaults the message color, including the < and > signs to red. How can I turn this off?

New question. Is there a typemask for AIPlayers, because I can't seem to find it. $TypeMasks::PlayerObjectType doesn't seem to work.

21
Games / stuff
« on: July 26, 2015, 12:44:20 PM »
I'm thinking about buying the game, $60 on Steam was already hefty enough. But then I saw that it was $40 online at this website. Is this the same thing, or does it have like limited features or somethin'.

22
Creativity / Comic Collab Brawl V3.5: DEEPER SPACE
« on: July 22, 2015, 01:48:38 PM »
OP UNDERGOING REVISION
Please check back soon :)

23
Off Topic / Giving away Stencyl 1 year Indie Edition Steam Key
« on: July 08, 2015, 02:43:45 PM »
http://www.stencyl.com/
http://www.stencyl.com/pricing/

Indie edition just lets you port to Web & Desktop, along with other small benefits, so i'unno if anyone wants this or not. I don't need it.
I will give it to a random poster in this topic once I have a few.

24
Off Topic / I feel like upgrading my graphics card
« on: July 05, 2015, 03:27:03 PM »
I'm currently using the one that came with my PC. If I wanted a new one, say one that was so good it could even run Blockland on max shaders with minimal lag, (and from Amazon) which would I buy?

25
Creativity / Comic Collab Brawl v3: DEEP SPACE
« on: July 02, 2015, 06:10:01 PM »
HEY, WE MOVED TO V3.5


Don't worry, I have received permission from Sev

This is a lame, nerdy revival of this thread
Except this time, it's centered in SPACE. Yessire, no more being limited to the boring rocky grounds of Earth. Now, not only can we blow each other up on land, but we can do it inside the infinite realm of space as well! To keep things a little organized, here's an overview of where we're at. In the middle is the center of all the action, where Earth just so happens to be placed. The map will be updated as more people post their comics, so check back here once in a while, as you may see a fleet of spaceships running around or a new planet that just happened to appear.


[ Current Status: Majority of the brawlers are gathered on Earth. ]



CHARACTERS
The benefits of joining the brawl include a BRAND NEW STYLISH CHARACTER CARD!

PurpleMetro's Character

Bomb Kirby's Character. Submitted 7/2/15

F3d323's Character. Submitted 7/2/15

TeeOS' Character. Submitted 7/2/15

Landmineman4000˛'s Character. Submitted 7/2/15

Neon's Character. Submitted 7/3/15

Kel'Block's Character. Submitted 7/3/15

???'s Character. Submitted 7/3/15

WaffleCake's Character. Submitted 7/3/15

WaffleCake's Character #2. Submitted 7/3/15

Glass Joe's Character. Submitted 7/4/15

Tudoreleu's Character. Submitted 7/4/15

Kochieboy's Character. Submitted 7/10/15

PowerDag's Character. Submitted 7/7/15

TheKid's Character. Submitted 7/8/15

TheKid's Character #2. Submitted 7/8/15

Niblic˛'s Character. Submitted 7/11/15

KelBlock's Character #2. Submitted 7/10/15

Flatflyer's Character. Submitted 7/15/15

Legoboss' Character. Submitted 7/19/15

*Facepalm*' Character. Submitted 7/15/15

Lady Sevacre's Character. Submitted 7/16/15



SIGN ME UP!

Before you can join the brawl, you will obviously need an OC (Original Character), or a character of some sorts to play as. Secondly, read the rules in the post below so you don't forget yourself over somewhere. Third, you must include at least one small comic (comprised of 4 panels minimum) involving your character. If you have all of these things done, then send me a PM with the details of your OC, (name and race are mandatory) and a color for your card, including the comic, and I'll notify you back when you're allowed to make comics for this.

There is also a nifty new Skype group, because the old one is full of retired old men. If you'd like to join, give me or PM your Skype name, and I'll add you in.

27
Off Topic / Any good defrag tools?
« on: June 28, 2015, 02:26:30 PM »
I've never really used any of these before, but since I'm using a laptop and it's starting to act slow, I don't know what else to do.. Does anybody recommend any good ones?

28
Modification Help / Adding to getSimTime() returns truncated value?
« on: June 27, 2015, 12:01:51 PM »
After the game's simtime has progressed long enough, it seems that adding or subtracting any sort of value to it returns a truncated string like 1.61372e+006 instead of the actual number. How can I get the actual number instead of that?

29
Off Topic / I finished Season 7 of Doctor Who recently..
« on: June 16, 2015, 01:40:41 PM »
Why did the Eleventh have to go? I miss him already. And this new doctor, I swear, I can't get over his face looking like some kind of angry owl.

Does anyone know when Season 8 is coming out on Netflix?

30
General Discussion / Is there a server hosting issue going on?
« on: June 14, 2015, 09:30:16 PM »
Yesterday, me and my friends could host servers just fine.

Now we can't, all of our servers show up as --- ping. We can all join other servers just fine, but none of ours work anymore. I'm not sure what's going on :/

Pages: 1 [2] 3 4 5 6 7 ... 45