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 - Badger

Pages: 1 ... 183 184 185 186 187 188 189 [190] 191 192 193 194 195 196 197 ... 308
3781
I find that not worrying/caring about the mark that you get helps a great deal.

3782
Off-Topic Discussion / Re: General Chatter Thread
« on: February 09, 2013, 06:43:28 PM »
...

:FFFUUU

Please tell me someone saved the 'oh **** I love cocks' image that Noodle posted...

Also
Literally 38 inches that I had to shovel.

3783
Off-Topic Discussion / Re: General Chatter Thread
« on: February 09, 2013, 06:15:52 PM »
Where's Phoenix's ragequit thread, where he bitched at people for using his copyrighted avatar, and noodle posted some hilarious stuff.

I need to bookmark it, funniest thing on GTM IMO.

3784
Existing Games / Re: GTM Counter Strike Tounament
« on: February 07, 2013, 11:27:43 AM »
One problem is servers. I don't have one, so you'd have to find an empty server and hope nobody joins. Unless anyone has any other ideas?

3785
Chatterbox / Re: The Sane General Chatter Thread
« on: February 06, 2013, 05:40:47 PM »
>GTM
>Sane

Pick one.

3787
Off-Topic Discussion / Re: General Chatter Thread
« on: February 02, 2013, 01:53:32 PM »
Look HerpsAndDerps, use proper english or else, noone will understand you.
I lel'd
Look TheRoyalBadger, use proper english or else, noone will understand you.
k i wil breh lel

3788
Off-Topic Discussion / Re: General Chatter Thread
« on: February 02, 2013, 01:42:24 PM »
Look HerpsAndDerps, use proper english or else, noone will understand you.
I lel'd

3789
Off-Topic Discussion / Re: General Chatter Thread
« on: February 01, 2013, 02:50:26 PM »
God damnit Jonzu, take a chill break and stop being so confrontitive. This is what gets everyone pissed off at you in the first place. If it doesn't have any effect, then there is no need to exclaim it to the world, because it just causes more pointless bitching.

3790
Existing Games / Re: Conraaa's Minecraft Server
« on: February 01, 2013, 02:48:21 PM »
I should probably be the one annoyed as i'm the only one who actually sank money into this server, then more time trying to get it to work properly.

Good job for not making regular backups there mr. guy.

Did you really expect to put up a public MC server and it not be griefed?

True. I should have, but never got around to it due to laziness. I think I only ever took one backup near the beginning and that was it. But hindsight's 20/20 and all that.

And Sylandro, this was never a e-penis comparison contest. I just thought that a minecraft server should be accesible 24/7, and not just under your terms.
If you still have any use for it, and if I get it done in time, I would be happy to share the auto-back script I'm using, it would help a lot in these kinds of situations I feel.

3791
Off-Topic Discussion / Re: General Chatter Thread
« on: February 01, 2013, 02:44:07 PM »
So I want to upgrade my PC. I can only spend a maximum of ~£400. What would give me the greatest performance increase for the money?

Current PC:
Intel i5 2500-k sandy bridge @ 3.3ghz
nVidia GTX 570 1GB VRAM
8 GB DDR3 Ram @ 933 MHz
Asus ROG motherboard
3 trillion USB ports
Get an i7
What is the slowest part of the system ATM? CPU, GPU or Ram???

3792
Off-Topic Discussion / Re: The "I Need Help With Code" Thread
« on: February 01, 2013, 02:33:37 PM »
The If statement in the loop didn't have and 'End If'. Stupid mistake, strange error message.

I have a new problem now, the script won't detect the world/autosave folders. The code and folder is below.



Code: [Select]
Set obj = CreateObject("Scripting.FileSystemObject")

Dim worldfolder
Dim backupfolder

worldfolder = "..\world"
backupfolder = "..\autosave"

Do
    If (obj.FolderExists("..\world")) Then
    msgbox "World file found!"
    obj.CopyFolder "..\world", "..\autosave"
    obj.CopyFile "..\world\*", "..\autosave"
    msgbox "Autosave complete!"
    Else
    msgbox "Error"
    Wscript.quit
    End If
        WScript.sleep 21600000 '6 hours in milliseconds, according to google.
Loop

3793
Existing Games / Re: Conraaa's Minecraft Server
« on: February 01, 2013, 01:21:45 PM »
Good job for not making regular backups there mr. guy.

Did you really expect to put up a public MC server and it not be griefed?

3794
Off-Topic Discussion / Re: General Chatter Thread
« on: January 31, 2013, 05:38:51 PM »
1) A very annoying 'friend' of mine decided to purchase a gaming PC after I did, and he has a GTX 680 in his. I would very much like to 1-up him.

2) I probably won't be able to run Crysis 3 on ultra at 60FPS

3) I have nothing else to spend it on. =P

@HA
So should I get 2 more 4gb sticks?

3795
Off-Topic Discussion / Re: General Chatter Thread
« on: January 31, 2013, 05:07:50 PM »
So I want to upgrade my PC. I can only spend a maximum of ~£400. What would give me the greatest performance increase for the money?

Current PC:
Intel i5 2500-k sandy bridge @ 3.3ghz
nVidia GTX 570 1GB VRAM
8 GB DDR3 Ram @ 933 MHz
Asus ROG motherboard
3 trillion USB ports

3796
Off-Topic Discussion / Re: General Chatter Thread
« on: January 31, 2013, 02:49:01 PM »

3797
Off-Topic Discussion / The "I Need Help With Code" Thread
« on: January 28, 2013, 02:24:00 PM »
Because I don't want to make a new thread every time I mess up in a new programming language.

So I'm learning VBscript and I'm getting a compile error every time because apparently there's a loop without a do.

Code: [Select]
Dim no

no = 10

Set obj = CreateObject("Scripting.FileSystemObject")

Do while no = 10
    If obj.FolderExists("..\world") Then
    obj.CopyFile "..\world", "..\Backups"
    WScript.sleep 86400000 '1 day in milliseconds, according to google.
Loop while no = 10
But, as you can see, there is a Do (Line 7). So, how do I fix this?

3798
General Support / Re: 2.1 download error
« on: January 26, 2013, 11:54:10 AM »

3799
General Support / Re: 2.1 download error
« on: January 26, 2013, 10:05:27 AM »

3800
Off-Topic Discussion / Re: General Chatter Thread
« on: January 21, 2013, 06:57:29 AM »
1) Nobody in the UK sells them
2) They're insanely expensive
3) Useful only once in a blue moon

Pages: 1 ... 183 184 185 186 187 188 189 [190] 191 192 193 194 195 196 197 ... 308