Jump to content

1wsx10

Member
  • Posts

    94
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Contact Methods

  • Steam
    1wsx10

Profile Information

  • Gender
    Male
  • Location
    Australia, mate ;)
  • Interests
    I am interested in the tubes that span across the globe known as the Internets.
    also...
    24903AB9B2B2103A

System

  • CPU
    I7-3770
  • Motherboard
    ASUS P8Z77-V
  • RAM
    4x4GB
  • GPU
    2x MSI GTX 660 ti power edition
  • Case
    Corsiar Carbide 500R
  • Storage
    2TB segate barracuda + random scrap 500GB
  • PSU
    thermaltake tr2 800w
  • Cooling
    corsair H100i
  • Keyboard
    cm storm quickfire TK
  • Mouse
    logitech G600
  • Operating System
    win 7 home premium 64bit

Recent Profile Visitors

1,019 profile views
  1. i figured the warranty was already gone because it has had multiple coffees on it thanks, ill see about the diode
  2. so i have had one of these for quite a while and put up with what i thought was a broken switch for my left arrow key: http://gaming.coolermaster.com/en/products/keyboards/quickfiretk/ i have just replaced the switch for the key and it still does not work! is there any thing i can do to get this key working?
  3. geforce experience is a tool you use for updating your drivers. reinstalling gforce experience when you want to backdate your driver is like getting your screw driver repaired when you want to fix a table follow the instructions here to backdate your driver
  4. will do, thanks for the offer
  5. i started this partly because it would be helpful and partly because i want to learn more coding, if i accept yours i would have to start over with syntax in C or just trust some exe handed to me over the internet. so thank you for the offer, but no thank you
  6. so i recently decided to make a small batch program that would shutdown my pc after a given amount of minutes, as this would be useful when downloading things from steam while i sleep. i am having a small amount of trouble because it has been a little while and i don't really remember thy syntax anyway, here is as far as i have gotten: @[member='Echo'] offecho if you want to abort a scheduled shutdown, type aset /P t=how many minutes untill shutdown?:if /I %t%==a (shutdown /aecho shutdown abortedtimeout /t 5 /NOBREAKgoto e ) elseset /a tt=%t% * 60set /P yn=are you sure? (y\n):if /I %yn%==y (shutdown /s /f /t %tt%echo shutting down in %t% minutes ) else:eexit edit: sorry for the strange variables
  7. i assumed the non techie was talking about their experiences with fake updates that give malware, but real updates do occasionally break things - people aren't perfect
  8. my bad, i did forget about this im now downloading the latest recommended driver for my system, it is currently 344.48 and im downloading 344.75 once this has finished downloading i will perform a clean install and grab directX no crash since the first incident thanks for the help
  9. a few weeks ago, from the nvidia website
  10. ok so my computer just did a BSOD it happend a few seconds after i loaded www.youtube.com on google chrome just before this i unplugged my rocksmith cable after closing rocksmith 2014 the message from "windows recovered from an unexpected shutdown": Problem signature: Problem Event Name: BlueScreen OS Version: 6.1.7601.2.1.0.768.3 Locale ID: 1033Additional information about the problem: BCCode: 116 BCP1: FFFFFA80106F5010 BCP2: FFFFF8800F574C14 BCP3: 0000000000000000 BCP4: 0000000000000002 OS Version: 6_1_7601 Service Pack: 1_0 Product: 768_1Files that help describe the problem: C:\Windows\Minidump\112114-26769-01.dmp C:\Users\<myname>\AppData\Local\Temp\WER-53586-0.sysdata.xml the first file is attached (apparently .dmp is not allowed so i renamed it to .txt) the second file is not in the folder that is shown there any help in identifying the cause of this would be great p.s. working on putting my specs now 112114-26769-01.txt
  11. ITS SCREEN IS A SPEAKER mine=blown http://www.amazon.com/Sharp-Aquos-Crystal-Silver-Contract/dp/B00O15E3MQ/ref=sr_1_1?s=electronics&ie=UTF8&qid=1413607724&sr=1-1&keywords=Sharp+AQUOS+Crystal
  12. did you know, for each dynamic light (lights that cast shadows) your pc has to render the scene... so if you have 48 dynamic lights, you are rendering the game 48 times... the game is optimized ok... what really needs work is netcode tip: the lights you used should be used sparingly, they are for things like headlights, the other lights dont render the scene and therefore use way less resources, you can have hundreds of them compared to the dynamic lights you really only need dynamic lights for when you will be moving the light over things or moving things in the light... not interiors
×