Purchased item on steam, but item won't download

Post your problems and installation issues here!

Re: Purchased item on steam, but item won't download

Unread postby buzz456 » Mon Sep 15, 2014 4:12 pm

Look in your program files and see if the Steam folder is still there. Or better yet do a whole computer search for 'Railworks' and or 'Content' and see if either show up. If they do your stuff is still there even if right now you can't get Railworks to run.
Buzz
39 and holding.
"Some people find fault like there's a reward for it."- Zig Ziglar
"If you can dream it you can do it."- Walt Disney
Image
User avatar
buzz456
Site Admin
 
Posts: 20926
Joined: Sun Mar 21, 2010 8:30 am
Location: SW Florida

Re: Purchased item on steam, but item won't download

Unread postby BoostedFridge » Mon Sep 15, 2014 4:24 pm

Thanks for the quick reply!

It looks like I'm S.O.L. on this one; no Railworks folder. The game is downloading now, so I'll see how far back this sets me in 15 minutes.

To get my route back into the game, is it a matter of just dropping the folder for it back into the 'Content'/'Routes' folder?
User avatar
BoostedFridge
 
Posts: 2277
Joined: Sat Aug 24, 2013 6:39 am
Location: Vancouver, BC

Re: Purchased item on steam, but item won't download

Unread postby UPSD70ACe » Mon Sep 15, 2014 4:55 pm

Yup always worked for me dropping the Route folder in Routes,Hope it works out bro ya bro good luck.
UPSD70ACe
 
Posts: 842
Joined: Sun Dec 12, 2010 12:57 pm

Re: Purchased item on steam, but item won't download

Unread postby Chacal » Mon Sep 15, 2014 5:58 pm

Your Railworks folder was entirely erased?
Then yes.
You may try an undelete utility, though.
Over the hill and gathering speed
Chacal
Site Admin
 
Posts: 6479
Joined: Tue Jul 05, 2011 1:11 pm
Location: Quebec, Canada

Re: Purchased item on steam, but item won't download

Unread postby BoostedFridge » Mon Sep 15, 2014 7:02 pm

Well, lesson learned here. Backup your routes if you don't want to lost progress. Only 31 miles of track, and some terrain and scenery to redo... !*hp*!
User avatar
BoostedFridge
 
Posts: 2277
Joined: Sat Aug 24, 2013 6:39 am
Location: Vancouver, BC

Re: Purchased item on steam, but item won't download

Unread postby Chacal » Mon Sep 15, 2014 8:12 pm

Yup. Especially since it is quick and easy to set-up a two-click backup.
Here's a trick. Use the following code in a .BAT file to take a quick snapshot of a route.
It will create a new folder with the date and time, every time you use it.
Put a shortcut to this BAT file on your desktop. Double-click on it and it's done.
Use many times a night when you are working on the route.
Delete a few older backups when you need disk space.

Code: Select all
@ECHO OFF
REM Backup of Railworks route in progress
REM This will copy files from the source folder to a new destination folder
REM The name of the destination folder is the current date and time

REM Change variables "Source" and "Destination" in the two lines below to suit your project
SET Source=I:\Steam\steamapps\common\railworks\Content\Routes\00000001-0000-0000-0000-000000000000
SET Destination=J:\railworks\MyRoute

REM Change variable "Files" for your file filter if needed
SET Files=*.*

REM We use current date and time for versioning
REM Note that the output of date and time is locale-dependent
REM You will have to adjust the parsing to fit the output of your DATE and TIME commands.
REM To do this, open a command window (Start / Run / cmd)
REM Type DATE. Whatever comes after "The current date is: " is your localized date format.
REM Type TIME. Whatever comes after "The current time is: " is your localized time format.
REM Then adjust the following SET lines to set variables correctly for year, month, etc.


rem Parse the date (e.g., 2013-01-01)
rem Example: the line below takes the first 4 characters of "2013-01-01" and puts them in "cur_year".
set cur_year=%date:~0,4%
set cur_mo=%date:~5,2%
set cur_da=%date:~8,2%

rem Parse the time (e.g., 16:20:08,69)
set cur_hh=%time:~0,2%
if %cur_hh% lss 10 (set cur_hh=0%time:~1,1%)
set cur_mm=%time:~3,2%
set cur_ss=%time:~6,2%
set cur_ms=%time:~9,2%

rem Set the timestamp format
set timestamp=backup%cur_year%%cur_mo%%cur_da%%cur_hh%h%cur_mm%
rem Example: backup2013010116h37

ECHO %timestamp%
CD %Destination%
MD %timestamp%
CD %timestamp%
XCOPY %Source%\%Files% /S
PAUSE

rem Clear environment variables
set cur_year=
set cur_mo=
set cur_da=
set cur_hh=
set cur_mm=
set cur_ss=
set cur_ms=
set timestamp=
Set Source=
Set Destination=
Set Files=


Note: I can't know your local DATE and TIME formats, but just follow the instructions and you should be OK.
Over the hill and gathering speed
Chacal
Site Admin
 
Posts: 6479
Joined: Tue Jul 05, 2011 1:11 pm
Location: Quebec, Canada

Re: Purchased item on steam, but item won't download

Unread postby BoostedFridge » Mon Sep 15, 2014 9:19 pm

Thats fantastic! Thanks Chacal!
User avatar
BoostedFridge
 
Posts: 2277
Joined: Sat Aug 24, 2013 6:39 am
Location: Vancouver, BC

Previous

Return to Problems and Peculiarities

Who is online

Users browsing this forum: No registered users and 2 guests