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

Pages: 1 ... 236 237 238 239 240 [241] 242 243 244 245 246 ... 1041
3601
Any suggestions for how I could improve this? The tiny "dot" under the X in the transparent print will be removed in just a bit.

3602
Suggestions & Requests / Re: Taking up requests
« on: June 27, 2013, 06:17:33 AM »
Can you make a script that disables client rapidfire on your server?

Use properly made items. There's a single attribute on images that fixes it (that, or a longer equip time).

3603
If the client part of the engine is loaded, you can use alxWaveLen(audioProfileName.fileName) to get it's length in MS.
This, however, does not work on dedicated servers, since the server does not try to parse the file and buffer it, only serve it to clients.

Is there a way to do do it, though?

3604
You could convert it to RGB, use the following function and convert it back.

function rgbGradient(%step, %c1, %c2)
{
   %r1 = getWord(%c1, 0);
   %g1 = getWord(%c1, 1);
   %b1 = getWord(%c1, 2);

   %r2 = getWord(%c2, 0);
   %g2 = getWord(%c2, 1);
   %b2 = getWord(%c2, 2);

   %r3 = %r1 + %step * (%r2 - %r1);
   %g3 = %g1 + %step * (%g2 - %g1);
   %b3 = %b1 + %step * (%b2 - %b1);

   return %r3 SPC %g3 SPC %b3;
}

3606
Off Topic / Re: loveIEST FORUMER 2013 ELIMINATED ALL THE friendS
« on: June 26, 2013, 01:35:34 PM »
why am I even in the poll

3607
Humph. Good riddance.

I wanna be the king of 100 so I'm just letting this post sit here.

I suppose I gets 100?

EDIT yay I'm king of 100 of a dead topid.


3608
So what? A foot?

The pants? Oh. How did I forget that they rotate too? Wow.

3609
Off Topic / It's KelBlock's birthday
« on: June 26, 2013, 08:48:41 AM »
KelBlock


14:41 - ProSlayer64: gah, I'm waiting for somebody to create a tpic
14:41 - ProSlayer64: topic* No, it won't be me.
14:41 - ProSlayer64: And no, I'm asking you t ocreate it... unless you want to
...
14:47 - ProSlayer64: plz cna u mak top
14:47 - ProSlayer64: :c

3610
Gallery / Re: [VIDEO] Arekan's Sound Design Method (parodymuch)
« on: June 26, 2013, 07:03:46 AM »
-snip-

3611
Gallery / Re: INF_VRTRAINING: A Virtual Reality themed stealth map
« on: June 26, 2013, 06:33:58 AM »
this looks a lot like transparent print in the source dev textures ad-

Masterlegodude for the two custom modter prints used

.. oh

ok

3612
General Discussion / Re: Who is in your trust list?
« on: June 26, 2013, 06:31:45 AM »
Quote

3613
Is there any other way of making a circle if a slot can't fix it?

Mount it to something that doesn't rotate with the player's pitch.

3614
Off Topic / Re: Post Your Desktop 2
« on: June 26, 2013, 05:09:16 AM »
TBP is really good at making people jealous.

yep

3615
Off Topic / Re: Post Your Desktop 2
« on: June 26, 2013, 04:59:21 AM »
I have literally never seen an environment prettier than TheBlackParrot's.

Pages: 1 ... 236 237 238 239 240 [241] 242 243 244 245 246 ... 1041