PostBadge tag to show // FeedBurner FeedFlare. // ------------------------- // FeedBurner account and feed required. // Sign up at http://feedburner.com //================================================ class module_feedflare { function init(){ global $gregarious; $gregarious->add_settings ( array ( 'feedburner_url' => '' ) ); $gregarious->add_page ( 'FeedFlare', 'modules/feed-flare/icn_Flare.png', 'page_feedflare();', 'feedFlare' ); } function postbadge_tags(){ return array ( array ( 'tag' => '%FLARE%', 'replacewith' => 'feed_flare("",false)' ), ); } function update_info(){ return 100; } } //------------------------------------------ // TEMPlATE TAGS //------------------------------------------ function feed_flare($settings = '', $echo = true){ global $wp_query; $post = $wp_query->post; $sets = array('postID' => $post->ID, 'before' => '', 'after' => 'Gregarious FeedFlare', 'force' => 0 ); grab_sets($settings, $sets); if ( !$sets['force'] && hideOnID($sets['postID']) ){ return ''; } if( !$path = _get_feedburner_url() ) return ''; if( substr( $path, -1 ) == '/' ){ $path = substr( $path, 0, strlen( $path ) -1 ); } $path = str_replace ( 'feedburner.com/', 'feedburner.com/~s/', $path ); $path .= '?i='.get_permalink($sets['postID']); $result = $sets['before'] . "" . $sets['after']; if($echo) echo $result; else return $result; } function _get_feedburner_url(){ $feedurl = greg_get_option( 'feedburner_url' ); if ( $feedurl ){ return attribute_escape($feedurl); } else { $feedburner_settings = get_option('feedburner_settings'); if( is_array($feedburner_settings) && ($feedurl = $feedburner_settings['feedburner_url']) ) { return attribute_escape($feedurl); } else { return false; } } } //------------------------------------------ // OPTIONS PAGE //------------------------------------------ function page_feedflare(){ $feedurl = _get_feedburner_url(); ?> Reflections on TF2 at spencerb.net



Reflections on TF2

Any given day that I decide to play TF2, I am probably play more than I should have in a week. You can ask anyone from the Middlebrook days when I forced everyone to install Team Fortress Classic (TFC). There is something so addictive and entertaining about the game that I cannot put my figure on.

For instance, I should apologize to tschwab for texting him yesterday after I felt particularly victorious in a round of cp_gravelpit, my new favorite map.

A few things to note about gravelpit: 1) play on a big server 2) your team needs some coordination to succeed. These factors are explained quite simply by the lay out of the map. It is a triangle of three capture points. You spawn with easy access to two of those points. Therefore, you have to be coordinated to cap and keep all 3, while you also need enough people to cover the large map.

Yesterday, I had an amazing round as engineer. 7 dominations in one life…as engineer. (All gloating intended.) It was strange how honestly great I felt about being so successful. So strange to think that a video game inspired such strong emotions. All I did was click a few buttons and a few keys for about an hour.

I’m not sure the point of this post, but to reflect a little. Oh yeah, play gravel pit cap A + B, then build a sentry gun in the hallway to C. If you have 2+ engineers, you can be super-aggressive and build into the hallway. Seriously, it was a lot of fun.

[?]
Share This

Related posts:

  1. Program Recommendation: Raptr
  2. Age of Empires II
  3. Disaster in Hyrule
  4. Law and Virtual Words Part I
  5. Law in Vitrual Worlds Part II
  1. Tony Schwab posted the following on March 9, 2009 at 7:13 pm.

    Lol you should be giving me constant updates on the TF2 going-ons. TF2 has developed into one of my passions as of late (not really that sad, the game owns).

  2. Dan Schoppe posted the following on March 11, 2009 at 10:13 am.

    I miss CSS :-/ Sounds like you’re way too familiar with this game, Spencer!
    Maybe we should skip the TF2 and play some DII?


Leave a reply



Get Adobe Flash playerPlugin by wpburn.com wordpress themes

Close
E-mail It