[QUOTE=Mr Anonymous;36120194]Yeah, I don't play AS. Also, just seen that video on Garry's Twitter :v:[/QUOTE]
Yeah, I sent him the link to the video over steam. :)
Wait he actually talks to people over steam? I thought he would just be like fuck off I'm working
Ended up reuploading as the first video is still processing...
[media]http://www.youtube.com/watch?v=if06mPi0G40&feature=youtu.be[/media]
If anyone is interested :)
[QUOTE=Legend286;36120099]It's time to cum in your pants.[/QUOTE]
Well you got me.
[QUOTE=Legend286;36120099]It's time to cum in your pants.
[hd]http://www.youtube.com/watch?v=bMjXx-KweIo[/hd][/QUOTE]
How well does this run? looks amazing, release date or something?
[QUOTE=Stiffy360;36120614]How well does this run? looks amazing, release date or something?[/QUOTE]
Click video, read description, realise it is released are cum in your pants again.
[QUOTE=Legend286;36120669]Click video, read description, realise it is released are cum in your pants again.[/QUOTE]
How well does this run? Cause my computer barely meets the minimum requirements for skyrim :/
[QUOTE=Stiffy360;36120770]How well does this run? Cause my computer barely meets the minimum requirements for skyrim :/[/QUOTE]
Maybe it'll run, maybe it won't.
EDIT: How would I instal this? I am a complete Noob when It comes to coding and the like...
Bought this because I fucked up my cpu... memorial day slowed ups' shipping, hopefully it will come in today.
[IMG]http://i.imgur.com/vu2il.jpg[/IMG]
[QUOTE=Mr Anonymous;36121699]Getting to a stage in the gaming industry where we're going to start questioning what is reality after play games.
Well, I guess it's time to upgrade my rig...
[editline]29th May 2012[/editline]
My next upgrade.
[URL="http://gyazo.com/ffa74924e44a6f2776ab87239f70c91b"][IMG]http://i49.tinypic.com/1ysift.png[/IMG][/URL]
Going to kill off Kurtis' dad and then I get some money from Kurtis :v:[/QUOTE]
No idea why you don't get an ivy bridge.
So yeah now I'm making an album for Tyler's mod, Carriers.
we carriers now
[QUOTE=TCB;36122069]we carriers now[/QUOTE]
First song is almost done. Been workin on it all day and a lot of yesterday.
[QUOTE=TCB;36122069]we carriers now[/QUOTE]
So...you have the music now...presumably, you now need to find a way to coax sphinxa into coding for you.
He still owes me £20. We've got a mapper, an animator, a modeller (who is fucking amazing) and now a musician. All we need is a programmer.
i can be the supporter who cheers loudly in the background? can i do that?
[code]//health link
var cam : Camera;
//sounds
var explosion : AudioClip;
var earwhine : AudioClip;
var initialclick : AudioClip;
//distance calculation
var dist : int;
var player : Transform;
var tripwire : Transform;
function Start () {
}
function Update () {
dist = Vector3.Distance(player.position,tripwire.position);
if (dist == 1) {
Explode();
}
}
function Explode() {
yield WaitForSeconds(1);
AudioSource.PlayClipAtPoint(initialclick , transform.position);
}[/code]
mmm...old code...
stealing and making my own game thanks
[QUOTE=mopman999;36122267]stealing and making my own game thanks[/QUOTE]
It doesn't work properly :(
Running a rewrite of that code.
Oh, i have a plan for getting sphinxa to code...turn him into a zombie.
[QUOTE=Mr Anonymous;36122295]Just want to stick with Sandybridge.[/QUOTE]
But it's the same socket so who cares?
Ivybridge is a nicer architecture, and it runs cooler.
gm_ghosthunt strikes again
[url]http://www.facepunch.com/showthread.php?t=1187075&p=36122488#post36122488[/url]
Well, gee used up 2Gb of space for Alien Swarm, and I can't figure out how to install the differed lighting thing.
[QUOTE=mopman999;36122624]gm_ghosthunt strikes again
[url]http://www.facepunch.com/showthread.php?t=1187075&p=36122488#post36122488[/url][/QUOTE]
sweet jesus
[QUOTE=mopman999;36122624]gm_ghosthunt strikes again
[url]http://www.facepunch.com/showthread.php?t=1187075&p=36122488#post36122488[/url][/QUOTE]
for a minute I thought gm_ghosthunt 3 was released.
I've been fooled. :c
EDIT:
OH DAMN.
I just read through every single one of his posts and all of MGen's...
I think I'm going to cry...
[QUOTE=Stiffy360;36122665]Well, gee used up 2Gb of space for Alien Swarm, and I can't figure out how to install the differed lighting thing.[/QUOTE]
Download the svn, extract the SwarmDeferred folder inside of build to your steamapps/sourcemods folder and restart Steam. The mod is named SwarmBase by default.
Sorry, you need to Log In to post a reply to this thread.