What's on your clipboard right now?

Chat about various topics.

What's on your clipboard right now?

Postby Blink on Tue Jun 16, 2009 9:46 pm

Come into this thread whenever you're bored, hit CTRL+V and post. Be honest!

If you have nothing then come back again another time :-)

/* Latest Battle */
#info-bar > p {
background: url(../images/site/wrench.png) no-repeat 0 0;
float: left;
margin: 5px 0 0 10px;
padding: 1px 0 2px 20px;
}


Some lopers code...
User avatar
Blink
Cool 'n that
Cool 'n that
 
Joined: Fri Oct 08, 2004 4:16 pm
Location: UK

Re: What's on your clipboard right now?

Postby Spas12 on Tue Jun 16, 2009 9:47 pm

Past Treyarch Level Designer

Portfolio
Spas12
Veteran
Veteran
 
Joined: Thu Mar 31, 2005 3:21 pm
Location: trapped in level-design factory, send help

Re: What's on your clipboard right now?

Postby Chopium on Tue Jun 16, 2009 9:47 pm

http://www.youtube.com/watch?v=KmK1agiw ... BF&index=0
Was going to post it into it into the Virus Alert topic, but it had embedding disabled...
User avatar
Chopium
Senior Member
Senior Member
 
Joined: Sun Apr 12, 2009 1:52 am
Location: Illinois

Re: What's on your clipboard right now?

Postby moroes on Tue Jun 16, 2009 9:48 pm

User avatar
moroes
Ubisoft
 
Joined: Tue Dec 26, 2006 5:00 pm

Re: What's on your clipboard right now?

Postby vcool on Tue Jun 16, 2009 9:49 pm

length_multiple = ''
Image

Neighborhood Forum Elitist
User avatar
vcool
Veteran
Veteran
 
Joined: Fri Jun 23, 2006 1:03 am
Location: USSR

Re: What's on your clipboard right now?

Postby tundra_cool on Tue Jun 16, 2009 9:53 pm

activator_relay01 disable
User avatar
tundra_cool
Been Here A While
Been Here A While
 
Joined: Thu Feb 23, 2006 5:48 am

Re: What's on your clipboard right now?

Postby Blade Nd64 on Tue Jun 16, 2009 9:54 pm

Code: Select all
   "ravenholmbeta"
   {
      "l4d_ravenholmbeta01_blackmesa"   "1"
      "l4d_ravenholmbeta02_traptown"   "2"
      "l4d_ravenholmbeta03_church"   "3"
      "l4d_ravenholmbeta04_cavern"   "4"
      "l4d_ravenholmbeta05_docks"   "5"
   }


Take a wild guess.
User avatar
Blade Nd64
Regular
Regular
 
Joined: Fri Feb 20, 2009 12:42 am

Re: What's on your clipboard right now?

Postby Megadude on Tue Jun 16, 2009 10:03 pm

A bunch of brushes in Hammer.
Wrathborne 711 wrote:OH MY GOD.........MEXICANS!


Image

End of Humanity - beta version 3.0 released!
User avatar
Megadude
Veteran
Veteran
 
Joined: Tue Sep 20, 2005 6:20 pm
Location: UK

Re: What's on your clipboard right now?

Postby Armageddon on Tue Jun 16, 2009 10:05 pm

My account name is to big for puny humans.
User avatar
Armageddon
Forum Goer Elite™
Forum Goer Elite™
 
Joined: Sun Dec 14, 2008 5:53 am

Re: What's on your clipboard right now?

Postby mat_de_b on Tue Jun 16, 2009 10:09 pm

interior is just

(I've got a copy what you highlight addon for firefox...)
User avatar
mat_de_b
Pheropod
Pheropod
 
Joined: Mon Apr 10, 2006 7:32 pm

Re: What's on your clipboard right now?

Postby Psy on Tue Jun 16, 2009 10:15 pm

moroes wrote:http://www.youtube.com/watch?v=MMsPS7ULAYA

Metallica Guitar Lesson ^^


I love that melody. Great song too. :)
User avatar
Psy
Veteran
Veteran
 
Joined: Sat Dec 03, 2005 5:41 pm
Location: United Kingdom

Re: What's on your clipboard right now?

Postby cz_squishy on Tue Jun 16, 2009 10:21 pm

Code: Select all
rain()
{
   rain = getentarray ("trigger_rain", "targetname");
   if (rains.size > 0)
   {
      level._effect["rain"] = loadfx ("fx/atmosphere/chateau_rain.efx");
   }

   for (i=0;i<rain.size;i++)
   {
      rains[i] thread rain_think();
   }
}

rain_think()
{
   while (1)
   {
      self waittill ("trigger",other);

      if(isSentient(other))
         other thread rain_kill(self);
   }
}

rain_kill(trigger)
{
   if(isDefined(self.flag))
      return;

   wait(.5);
   wait(randomFloat(.5));

   if(self istouching(trigger))
   {
      if (self == level.player)
      {
if(players.size > 0) {
      
         max_nodes       = 20;
         max_nodes_per_player    = max_nodes/players.size;
      
      
         for(ii=0;ii<max_nodes_per_player;ii++) {
         
            for(i = 0; i < players.size; i++) {
                  
               player = players[i];
                     
               if(isAlive(player)) {
               
                  x= 350-randomfloat(700);
                  y= 350-randomfloat(700);               
            
                     pos = player.origin +(x,y,200) ;                  
                     trace = bulletTrace(pos,pos +(0,0,-250), true, undefined);
                     
                     if(trace["fraction"] != 1) playfx(level.rain,trace["position"]);            
                     wait 0.05;
      }
      else
return;
   
   }

   self.flag = undefined;
}
User avatar
cz_squishy
Sir Post-a-lot
Sir Post-a-lot
 
Joined: Sat Jan 31, 2009 12:02 am
Location: Bottom Dakota

Re: What's on your clipboard right now?

Postby Lord Ned on Tue Jun 16, 2009 10:26 pm

_________________________________________________________________________________________
ATTENTION: Packages sent to warm climates must utilize expedited shipping methods!
We include cold packs for free. Sorry, no refunds for products melted in the delivery process.
Resident Source Guru, Competent Level Designer, Talented Artist, Horrible Speller
User avatar
Lord Ned
Sir Post-a-lot
Sir Post-a-lot
 
Joined: Thu Jul 17, 2008 8:42 pm

Re: What's on your clipboard right now?

Postby Zaxx on Tue Jun 16, 2009 10:29 pm

Code: Select all
protected function updateUserDetails(array $details) {
   if ( $this->isLoggedIn() ) {
      $validDetails = array_intersect_key($details,$this->_userDetails);
      if ( count($validDetails) < 1 ) {
         return false;
      }
      foreach ( $validDetails as $key => $value ) {
         $detailsSql[$key] = $key . ' = \'' . $this->db->escapeString($value) . '\'';
      }
      $sql = $this->db->queryUpdate(implode(',',$detailsSql),$this->getUserDetails('userID'));
      if ( $this->db->query($sql) ) {
         $this->_userDetails = array_merge($this->_userDetails,$validDetails);
         return true;
      }
   }
   return false;
}


My predecessor wasn't a big fan of comments :|
User avatar
Zaxx
Member
Member
 
Joined: Sat May 13, 2006 2:22 pm

Re: What's on your clipboard right now?

Postby cdxx on Tue Jun 16, 2009 11:03 pm

Battery Pack Grip for Nikon D80
Image
User avatar
cdxx
Been Here A While
Been Here A While
 
Joined: Mon Jan 31, 2005 7:01 pm
Location: San Diego, CA
Next

Return to General Discussion

Who is online

Users browsing this forum: No registered users