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 - Headcrab Zombie

Pages: 1 ... 251 252 253 254 255 [256] 257 258 259 260 261 ... 781
3826
Off Topic / Re: Furry Megathread - Furry Things Here
« on: March 06, 2015, 09:27:25 PM »
Well pie made that statement false
...............oh




the 'flatflyer is a joke' trend is stale
flatflyer is stale

3827
Off Topic / Re: Furry Megathread - Furry Things Here
« on: March 06, 2015, 09:21:32 PM »
I'm not loveually attracted to it.
You don't need to be











Found this at work

3828
Modification Help / Re: How does the client find LAN servers?
« on: March 06, 2015, 08:01:17 PM »
These two (potentially outdated) functions:

Code: [Select]
//----------------------------------------
function JoinServerGui::update(%this)
{
   // Copy the servers into the server list.
   JS_queryStatus.setVisible(false);
   JS_serverList.clear();
   %sc = getServerCount();
   for (%i = 0; %i < %sc; %i++) {
      setServerInfo(%i);
      JS_serverList.addRow(%i,
         ($ServerInfo::Password? "Yes": "No") TAB
         $ServerInfo::Name TAB
         $ServerInfo::Ping TAB
         $ServerInfo::PlayerCount @ "/" @ $ServerInfo::MaxPlayers TAB
         $ServerInfo::Version TAB
         $ServerInfo::GameType TAB
         %i);  // ServerInfo index stored also
   }
   JS_serverList.sort(0);
   JS_serverList.setSelectedRow(0);
   JS_serverList.scrollVisible(0);

   JS_joinServer.setActive(JS_serverList.rowCount() > 0);
}

//----------------------------------------
function onServerQueryStatus(%status, %msg, %value)
{
   // Update query status
   // States: start, update, ping, query, done
   // value = % (0-1) done for ping and query states
   if (!JS_queryStatus.isVisible())
      JS_queryStatus.setVisible(true);

   switch$ (%status) {
      case "start":
         JS_joinServer.setActive(false);
         JS_queryMaster.setActive(false);
         JS_statusText.setText(%msg);
         JS_statusBar.setValue(0);
         JS_serverList.clear();

      case "ping":
         JS_statusText.setText("Ping Servers");
         JS_statusBar.setValue(%value);

      case "query":
         JS_statusText.setText("Query Servers");
         JS_statusBar.setValue(%value);

      case "done":
         JS_queryMaster.setActive(true);
         JS_queryStatus.setVisible(false);
         JoinServerGui.update();
   }
}

and that link are about all you have

What exactly are you trying to do?

3829
Modification Help / Re: How does the client find LAN servers?
« on: March 06, 2015, 07:11:48 PM »
Code: [Select]
function JoinServerGui::queryLan(%this) 
{
   queryLANServers(
      28000,      // lanPort for local queries
      0,          // Query flags
      $Client::GameTypeQuery,       // gameTypes
      $Client::MissionTypeQuery,    // missionType
      0,          // minPlayers
      100,        // maxPlayers
      0,          // maxBots
      2,          // regionMask
      0,          // maxPing
      100,        // minCPU
      0           // filterFlags
      );
}

queryLANServers is an engine function which can be found here

3830
Off Topic / Re: Furry Megathread - Furry Things Here
« on: March 06, 2015, 12:17:38 PM »
So much fluff omg






3831
Off Topic / Re: Furry Megathread - Furry Things Here
« on: March 06, 2015, 10:23:10 AM »
The hug is welcome, don't let my expression tell you otherwise :P
but why so maaaaadddd

Also why would the ref sheet not have a tail lol

3832
Modification Help / Re: Pie's Gamemodes
« on: March 06, 2015, 12:58:30 AM »
This will be similar to Civilization from Sid Meir
The biggest difference is Civ is turn based whereas C&C is real time

3833
Off Topic / Re: Furry Megathread - Furry Things Here
« on: March 05, 2015, 10:19:30 PM »

3834
Off Topic / Re: Bitcoins for dummies
« on: March 05, 2015, 12:34:56 PM »
As long as people invest in mining rigs
I'm not an expert on bitcoins but isn't that exactly why it dove? Someone released a new, really efficient rig optimized for mining, and the value dropped because the currency was easier to obtain?

keep thinking that bitcoins have value
That's what value is

3835
Off Topic / Re: Bitcoins for dummies
« on: March 05, 2015, 09:22:44 AM »
Why
It's more work for him to buy the bit coins to give to you
More work for you to do convert them to a currency that's accepted everywhere
Only way I'd see it as worth it is if you're getting paid more
Which I doubt since he'd have to spent time converting to bit coins

Tbh, except for the people with powerful enough hardware to run a serious mining operation, bitcoins just seem like kids trying to be cool.
That and underground, illegal purchases lol

3836
Off Topic / Re: Furry Megathread - Furry Things Here
« on: March 05, 2015, 09:16:12 AM »
Holy stuff, I just noticed that your image is the first one I see anatomically correct with ferals. 5 fingers in the front paws and 4 in the hind paws.
That's totally anthro

3837
Off Topic / Re: Furry Megathread - Furry Things Here
« on: March 05, 2015, 08:43:32 AM »

3838
Modification Help / Re: Complex Bricks [Solved]
« on: March 05, 2015, 08:35:08 AM »
If only Torque would output a stuffload of syntax errors when you forget the % instead of defaulting to Null, I would be so happy.
It's completely valid syntax as far as Torque cares.
It interprets it as you wanting %array["i"]

3839
Off Topic / Re: itt: we call each other vegetables
« on: March 04, 2015, 11:18:02 PM »
and so are cucumbers, sadly for you
I don't get it

3840
Off Topic / Re: itt: we call each other vegetables
« on: March 04, 2015, 09:34:19 PM »
i'm going to squash some misconceptions.

tomatoes are fruit.
So are squash

Pages: 1 ... 251 252 253 254 255 [256] 257 258 259 260 261 ... 781