Jump to content

? servers

? players online

jazzy

Board of Directors
  • Posts

    2191
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by jazzy

  1. rush was terrible and linear as fuck. the first stage was a complete fuckfest for defender. you are worse than a nintendo fanboy
  2. if you've ever played omgpop, no doubt you have played the wonderful "draw my thing" game. no doubt this game involved many a phallic objects. anyway, i thought in commemoration of how often sg members play this game, we should make a thread dedicated to the great things we draw. harro's great drawings from last night:
  3. host it for a month and if it isn't full 14 hours out of the day, no more bf3 servers. have fun seeding fullmetal.
  4. just realized that screenshot is pretty fake, has bc2 slated as 64 slots. but i think the price still stands at about $1k/yr from news source
  5. animations look fucking terrible, looks like a rehash clone of cs:s which was a rehash clone of cs:cz which was a rehash clone of cs1.6. this is caw of doody shitfest. a rehash of a rehash of a rehash. they fail to make proper animations, they make over maps without actually adding new content. after cs:go this will make it what, 5 new maps and guns over a 10 year time frame? note on animations: watch draw animations on guns, they look awful. watch fire animations on m4 on first video mid-way. you'll notice how the barrel flips up on the first shot, but due to the animation repeating it looks fucking awful and unappealing. i'm not usually an aesthetics guy but when all you're doing is rehashing a game atleast put a little effort into it. we all know it's not going to be even remotely innovative and that if there is a mod scene, it's the only thing that's going to keep cs:go alive 4 years after release. gun models look okay but still not great, i'm glad they carried over the same gun holding animations as l4d2. real quality work there. map looks like they played mw2's favela and thought "damn this would look great as a counter-strike map skin" 0/10. this game is going to be released as a $40 cs:s clone. i'll most likely buy it if there will be custom gamemodes, but if not, i really can't see myself thinking about purchasing it also hats
  6. Battlefield 3 64 Player Server Rental Priced At Over $1000 - Hooked Gamers Mind you this is the price for some weird ass hosting company and that more "reputable" (lol) game providers may be slightly cheaper, but it's no doubt that all server providers will definitely keep it above 1.50/slot IMO. It's definitely going to be atleast $100/mo. Starting to believe a BF3 server wouldn't be worth it :/ edit: i should mention it's not so much as the EA/game server having crazy prices, but it's been the standard to have inane prices. this is why people like SG use dedi servers, they are just a helluva lot cheaper than that. ea is setting a shit standard as are activision. shit like this in all actuality, is going to kill pc gaming.
  7. If CS:GO uses the same type of skin installation that L4D2 and Portal 2 use. AKA vpk's. You won't be able to use skin in multiplayer games. Anywho, the origins on the guns look like shit. Looks like some caw of doody shitfest. I always figured every new iteration of cs was complete shit but this pretty much takes the cake.
  8. valve fans will defend this regardless
  9. Razer Blade.

    guys look at me im saving pc gaming! buy my $10,000 debranded HP laptop!
  10. JC ITS A BOMB
  11. iirc that's a hypnic jerk. i've had some where i fell off of something in my dream and right as i hit the ground i wake up with a sort if jolting sense all around my body. turns out you can have a heart attack from those as well. have fun.
  12. Just wondering

    Reg CS:S but with custom maps. There are fun nipper maps along with hundreds of other custom maps that are just dandy to play. Half of SG sucks at cs:s as it is, custom maps are generally really unbalanced and it's more about having fun with others than actually "scrimming" which is why most people don't bother playing on the reg server as it's mostly just for cs:s pros
  13. My brain hurts

    this thread is proof none of you will ever get laid
  14. SWEP.slot 6 is correct from looking at the knife's lua file as well as c4's and silenced pistols. i may need to update my repositories however because the ttt gamemode i have is really old
  15. like i said to elfbart, i don't want detectives being gun aggressive. bad king's original intention was never to have detectives fight, they are meant to investigate. i don't really see a problem with a razorback for detectives as i would simply make it so that knife damage does 50hp/hit so that it's like vanilla knife on detectives who buy the armor. i might try to make the visualizer glow on the detectives (albeit a different color) to tell traitors that they have the upgrade.
  16. looking for case

    HAF 912 is a great budget case, nice airflow, and good cable management but if you're looking for the best airflow you should knock up to the 922 or 932, I've heard great things.
  17. if SERVER then AddCSLuaFile( "shared.lua" ) end SWEP.HoldType = "ar2" --uses the same slot as knife, uses SMG (mac10 & UMP45 ammo, but i might change it to something else) if CLIENT then SWEP.PrintName = "TMP" SWEP.Author = "TTT" SWEP.Slot = 6 SWEP.SlotPos = 0 SWEP.EquipMenuData = { type="Weapon", desc="An automatic silenced pistol!\n\n" }; --do not have a icon for tmp SWEP.Icon = "VGUI/ttt/icon_mac" end SWEP.Base = "weapon_tttbase" SWEP.Spawnable = true SWEP.AdminSpawnable = true --ammo shit SWEP.Kind = WEAPON_EQUIP SWEP.WeaponID = AMMO_MAC10 --ttt gameplay shit SWEP.CanBuy = {ROLE_TRAITOR} -- only traitors can buy SWEP.LimitedStock = false -- only buyable once SWEP.IsSilent = true --damage stats shit --to put into perspective what i changed, the TMP does less damage (9 dmg a bullet, meaning 12 bullets to kill a person without the use of headshots) --slightly bigger recoil than the mac10 as well --the delay is the same as the mac10 (fires at same rate) --the cone however, is slightly bigger and is about double the spray of the pistol. --the clip is 20 instead of 30. and that's pretty much it SWEP.Primary.Damage = 9 SWEP.Primary.Recoil = 1.8 SWEP.Primary.Delay = 0.065 SWEP.Primary.Cone = 0.045 SWEP.Primary.ClipSize = 20 SWEP.Primary.ClipMax = 60 SWEP.Primary.DefaultClip = 20 SWEP.Primary.Automatic = true SWEP.Primary.Ammo = "smg1" SWEP.AutoSpawnable = true SWEP.AmmoEnt = "item_ammo_smg1_ttt" --can't remember what the sounds were SWEP.Primary.Sound = Sound( "Weapon_mac10.Single" ) SWEP.ViewModel = "models/weapons/v_smg_tmp.mdl" SWEP.WorldModel = "models/weapons/w_smg_tmp.mdl" --these vectors are not correct, i'll make some later SWEP.IronSightsPos = Vector( 6.62, -3, 2.9 ) SWEP.IronSightsAng = Vector( 0.7, 5.3, 7 ) the vectors are off but it should work, i don't know if i need to do animations or not (and god i hope i dont) but this should work for testan if anyone would like to try it, i don't know how to setup ttt weapons in game i just edited the mac10 lua file with some stats and switched around models and whatnot. ill make some vectors later as i have a tool to do that with ease in gmod. as for the tripmine or whatever ill look into it.
  18. Although I'm skeptic as well, I doubt CS:GO is really going to be _that_ bad of a game to compare to MW3. It'd be the same scale of shit that CS:S was considering CS:S was garbage since it was just a reskinned cs1.6 done horribly wrong. Anyway, if Valve is limiting modding on cs:go it's a serious problem, even valve is showing that modding is becoming less and less attractive to corporations. disgusts me tbh. i think modders have made games better than half of the AAA games released in 2010
  19. Computer Exploded

    yes because it could only be a bootleg if it was a failed powersupply under corsairs name.
  20. Hidden Path Entertainment? The same guys who fucked up CS:S? Okay.
  21. About my cousin

    I'd bang 64.7% of the people in that photo
  22. Computer Exploded

    I'm now less worried about Geek Squad and the fact you paid $300 for a psu without warranty and then paid $300 for a motherboard. Parts like that haven't cost that much since the 90's bro
×
×
  • Create New...