Knuckle Cracker Knuckle Cracking Goodness!
knucklecracker.com
Try some  CW1 CUSTOM MAPS!  and some  CW2 CUSTOM MAPS!
May 18, 2013, 04:59:25 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register Chat(1)  
Pages: [1]   Go Down
  Print  
Author Topic: "Save As" function?  (Read 296 times)
DethbyIT
beta
*****
Posts: 1233


« on: November 15, 2011, 03:49:12 pm »

I think the "Save" function we now have (CW2) is a huge plus for all the players - even in the relatively simple games. It makes it so much easier (and tempting) to experiment with different approaches to problem-solving.

Is there any known method to "Save" a game in progress to a file on my computer? I would love to be able to store more than the alloted 8 games and return to some of the tougher ones as I have time.

The reason for asking this is that I just accidentally saved over the top of my "Liberation Pinball" game that I've been working on for almost 2 months <insert lots of rude words here>.

Thanks,
dbit
Logged
thepenguin
beta
*****
Posts: 2657


"What if ..."


WWW
« Reply #1 on: November 15, 2011, 03:52:14 pm »

for a PC the save games are stored in %appdata%\CreeperWorld2, and so they can be moved around from there
Logged

We have become the creeper.
DethbyIT
beta
*****
Posts: 1233


« Reply #2 on: November 15, 2011, 04:06:16 pm »

for a PC the save games are stored in %appdata%\CreeperWorld2, and so they can be moved around from there

Excellent!
On Windows 7, it is:
C:\Users\MyName\AppData\Roaming\CreeperWorld2 - with all 8 slots, plus the QuickSave showing as *.CW2 files.

I had Pinball sitting in Slot 7, so I could have saved that somewhere else on my HDD - then copied it back any time I wanted to give it another go - right?


* SavedGames.jpg (160.18 KB, 1007x612 - viewed 27 times.)
Logged
thepenguin
beta
*****
Posts: 2657


"What if ..."


WWW
« Reply #3 on: November 15, 2011, 04:38:05 pm »

I had Pinball sitting in Slot 7, so I could have saved that somewhere else on my HDD - then copied it back any time I wanted to give it another go - right?

correct, I wrote a script to get all the files out of the folder, but I never wrote the part to put them back in because I didn't want to over-write any of my saves by accident

1. Open notepad
2. Copy and paste this code
Code:
@echo off
if exist "C:\Program Files\Windows NT\Pinball" echo d | xcopy "%appdata%\Creeperworld2" "%cd%\Creeperworld2" /e /s
if not exist "C:\Program Files\Windows NT\Pinball" echo d | robocopy "%appdata%\Creeperworld2" "%cd%\Creeperworld2" /e /s
3.Save as GetCW2Dir.bat
« Last Edit: November 15, 2011, 04:41:32 pm by thepenguin » Logged

We have become the creeper.
DethbyIT
beta
*****
Posts: 1233


« Reply #4 on: November 15, 2011, 05:01:13 pm »

Ahh - simple is good!
Thank you for the Batch code. I can always read those things, but not much at writing them.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!