GAME #1: Asus ROG Strix X299-XE Gaming II || Intel® Core™ i9-10900X @ 4.8GHz (100x48) || 4x8Gb DDR4-3600 @ 3600 || Asus Strix GTX3080 OC || EK Custom CPU Loop || Corsair 800D || Oculus Quest 2 || G920 || GT Omega Cockpit
GAME #2: Asus ROG Strix X299-XE Gaming II || Intel® Core™ i7-7800X @ 4.4Ghz (100x44) || 4x4Gb DDR4-3600 @ 3600 || nVidia GTX1080ti FE || EK Custom CPU & GPU Loop || Corsair 900D || Oculus Rift
HTPC: Asus Sabertooth X99 || Intel® Core™ i7-6850K || 4x4Gb DDR4-2800 || 1x GTX1050ti || EK-AIO Basic 240 || Streacom ST-F12CB
DEAD #1: Asus TUF X299 MARK 1
DEAD #2: Asus ROG Strix X299-XE Gaming
RETIRED: Asus Rampage V Extreme || Intel® Core™ i7-6900K
RETIRED: Asus P9X79LE || Intel® Xeon® Processor E5-2660 v2 || 4x4Gb DDR3-1866 ECC || Noctua NH-D15
SOLD: Asus Sabertooth X79 || Intel® Xeon® Processor E5-1650 v2 @ 4.5Ghz (100x45)|| 4x4Gb DDR3-2133 || 1x GTX1060 || Corsair H100i GTX
The following user likes this Post: r_outsider
I'm kinda hoping that this forum is an "off the shelf" product that has some kind of export utility.
GAME #1: Asus ROG Strix X299-XE Gaming II || Intel® Core™ i9-10900X @ 4.8GHz (100x48) || 4x8Gb DDR4-3600 @ 3600 || Asus Strix GTX3080 OC || EK Custom CPU Loop || Corsair 800D || Oculus Quest 2 || G920 || GT Omega Cockpit
GAME #2: Asus ROG Strix X299-XE Gaming II || Intel® Core™ i7-7800X @ 4.4Ghz (100x44) || 4x4Gb DDR4-3600 @ 3600 || nVidia GTX1080ti FE || EK Custom CPU & GPU Loop || Corsair 900D || Oculus Rift
HTPC: Asus Sabertooth X99 || Intel® Core™ i7-6850K || 4x4Gb DDR4-2800 || 1x GTX1050ti || EK-AIO Basic 240 || Streacom ST-F12CB
DEAD #1: Asus TUF X299 MARK 1
DEAD #2: Asus ROG Strix X299-XE Gaming
RETIRED: Asus Rampage V Extreme || Intel® Core™ i7-6900K
RETIRED: Asus P9X79LE || Intel® Xeon® Processor E5-2660 v2 || 4x4Gb DDR3-1866 ECC || Noctua NH-D15
SOLD: Asus Sabertooth X79 || Intel® Xeon® Processor E5-1650 v2 @ 4.5Ghz (100x45)|| 4x4Gb DDR3-2133 || 1x GTX1060 || Corsair H100i GTX
PC Setup : Intel Core i9-9900K w/Noctua NH-D15 Black cooler // MSI RTX 3080 Suprim X GPU // Gigabyte z370 Aorus Gaming 7 motherboard // 2 x 8GB Kingston HyperX DDR4-2666MHz RAM // Corsair RM850i 850W PSU // Windows 10 64-bit // Fractal Design Define R4 case w/5 cooling fans // Acer Predator X34P 34" IPS 3440x1440 100Hz //
Does anyone here object to anyone taking a copy of the all the data? I will take silence as consent (TWSS).
Any webdev out there? It's not my bag, but I can read it.
https://www.reddit.com/r/DataHoarder..._forum_thread/
This bit just installs some prerequisites - comment it out when you're done
#import subprocess
#subprocess.call("pip install pdfkit")
#subprocess.call("choco install wkhtmltopdf -y")
#Change this to change the location things download to
downloadFolder = "C:\supercell_downloader"
import pdfkit
import os
lastpage = input("What is the URL of the last page of the thread? ")
firstpage = lastpage.split("/page")[0]
#example input
#https://forum.supercell.com/showthre...ar-Clan/page20
numPages = int(lastpage.split("/page")[1])
title = lastpage.split("php/")[1].split("/page")[0]
taskFolder = os.path.join(downloadFolder,title)
print("Saving in " + taskFolder)
os.mkdir(taskFolder)
print("OK, grabbing " + title + ", which has " + str(numPages) + " pages")
for page in range(numPages,0,-1):
pageNum = str(page)
print("Working on page " + pageNum + " ")
if page > 1:
URL = firstpage + "/page" + pageNum
PDF = os.path.join(taskFolder, "page" + pageNum + ".pdf")
print(URL)
print(PDF)
pdfkit.from_url(URL, PDF)
if page == 1:
URL = firstpage
PDF = os.path.join(taskFolder, "page" + pageNum + ".pdf")
print(URL)
print(PDF)
pdfkit.from_url(URL, PDF)
GAME #1: Asus ROG Strix X299-XE Gaming II || Intel® Core™ i9-10900X @ 4.8GHz (100x48) || 4x8Gb DDR4-3600 @ 3600 || Asus Strix GTX3080 OC || EK Custom CPU Loop || Corsair 800D || Oculus Quest 2 || G920 || GT Omega Cockpit
GAME #2: Asus ROG Strix X299-XE Gaming II || Intel® Core™ i7-7800X @ 4.4Ghz (100x44) || 4x4Gb DDR4-3600 @ 3600 || nVidia GTX1080ti FE || EK Custom CPU & GPU Loop || Corsair 900D || Oculus Rift
HTPC: Asus Sabertooth X99 || Intel® Core™ i7-6850K || 4x4Gb DDR4-2800 || 1x GTX1050ti || EK-AIO Basic 240 || Streacom ST-F12CB
DEAD #1: Asus TUF X299 MARK 1
DEAD #2: Asus ROG Strix X299-XE Gaming
RETIRED: Asus Rampage V Extreme || Intel® Core™ i7-6900K
RETIRED: Asus P9X79LE || Intel® Xeon® Processor E5-2660 v2 || 4x4Gb DDR3-1866 ECC || Noctua NH-D15
SOLD: Asus Sabertooth X79 || Intel® Xeon® Processor E5-1650 v2 @ 4.5Ghz (100x45)|| 4x4Gb DDR3-2133 || 1x GTX1060 || Corsair H100i GTX
It was a daily routine for a long time, to check this place out, and I've learned a lot. Can't name everyone that deserves to be thanked, but apart from Konan + mods, I'd like to do a special shoutout to blinkngone, who helped us console peasants with setups for so long, thanks man!
Thrustmaster TX, Ferrari 599XX Alcantara rim, T3PA-Pro, Firmware 54, Xbox One X, public OS, 28" 4K monitor
Don't miss Yorkie065's excellent videos: Ep26-LiveTrack pt1. Ep 27-LiveTrack pt2.
Project CALC - cross-platform PC2 leaderboards per car - Xbox/PS4/PC - Forum thread
The following 6 users likes this Post: cluck, Konan, PostBox981, r_outsider, Sum Dixon-Ear, Womp83
Just want to say thanks to everyone - been a great community on here (even if I haven't been around much the last couple of years). See you all around I hope
The following 4 users likes this Post: Konan, Sum Dixon-Ear, Tank621, Womp83
You can always join the new forum![]()
AN OUTLAW MIGHT GIVE IN TO DESTINY BUT HIS LEGEND LIVES ON FOR ETERNITY!
DIY rig walk-through :
http://forum.projectcarsgame.com/sho...nd-walkthrough
Where is the new forum?
Mobo: Gibabyte Z690 UD AX - 16GB DDR5 Ram | CPU: Intel i5-12600K 4.9 GHz | GPU: MSI GTX 1080 OS: Windows 11 64 bit | VR: Oculus Rift S | Displays: 40 inch Samsung TV | Optoma Full HD Projector with 80 inch Screen | Sound: Edifier S550 | Wheelbase: Fanatec CSW v2 | Wheels: BMW GT3 / F1 | Pedals: CSR elite | Shifter: CSS SQ V 1.5 EU | Rig: Rexroth frame on aluminium tear plate mounted on springs | Motion: 2 DOF SCN5 simulator | Tactile feedback: 2 ButtKicker BKA1000-N Amps with 2 big LFE's: Simvibe Extreme Tactile Audio: ButtKicker Mini LFE | FFB settings: Jack spade tweaker files
"when pCars gets in the blood, one must drive to live."
AN OUTLAW MIGHT GIVE IN TO DESTINY BUT HIS LEGEND LIVES ON FOR ETERNITY!
DIY rig walk-through :
http://forum.projectcarsgame.com/sho...nd-walkthrough