Moving a Saved File from Computer to Online

Bino668

Member
Oct 9, 2015
8
0
All my save files were deleted the other day.  It's never happened to me before.  Luckily I do back up frequently and have an old save file on my computer.  I prefer to play on the website rather than by downloading the game, and the website doesn't allow you to load files.  Is there any method of somehow getting this data back onto the website at all?  Or is the only way I'll ever play on the website again to start a completely new save?
 

Nik_van_Rijn

Well-Known Member
Sep 10, 2015
2,407
506
Moscow, RF
All my save files were deleted the other day.  It's never happened to me before.  Luckily I do back up frequently and have an old save file on my computer.  I prefer to play on the website rather than by downloading the game, and the website doesn't allow you to load files.  Is there any method of somehow getting this data back onto the website at all?  Or is the only way I'll ever play on the website again to start a completely new save?

Easuest way would be using a CoCEd. Load a local save and then save in as on-line one.

Alternatively, you can just manually copy and paste your save into the on-line folder, since saves have the same format. Here's the information you'll need. 
 

Bino668

Member
Oct 9, 2015
8
0
Easuest way would be using a CoCEd. Load a local save and then save in as on-line one.

Alternatively, you can just manually copy and paste your save into the on-line folder, since saves have the same format. Here's the information you'll need. 

Unfortunately I'm on a Mac (I know don't make fun of me) and there isn't really a CoCEd for OS X.  I made some progress with the second option, though.  After some digging I found the on-line folder.  The issue is my save on my desktop is not a .sol format file, but rather a "TextEdit" file with no extension.  I tried simply adding the extension and inserting it into the folder, but when I get on the website to load it it disappears from the folder entirely.  Any ideas on how to convert it?  I tried using Minerva, but I can't import my save from my desktop because, as previously mentioned, the format is not correct.

Scratch that!!! I found the .sol version of my file and should be able to get it working!  Thanks a ton for your help!  Now I just need to figure out how to edit saves on my Mac because I desperately want Marble in my camp but somehow messed up way back.  But that's unrelated haha
 
Last edited by a moderator:

Belgrath

Member
Sep 4, 2015
23
0
I got all my saves on Dropbox (so both online and local write to the same save) so I can play it anywhere on any of my machines. I havea dual boot Fedora 22/Win 8. desktop, a Win 10 laptop and a Fedora 22 laptop  

This should work for anyone able to workout their user name and their Macromedia Flash Player number

For windows from Vista or newer:
for playing online at http://www.fenoxo.com
mklink /j "C:\Users\[Username]\Documents\Dropbox\localhost" "C:\Users\[Username]\AppData\Roaming\Macromedia\Flash Player\#SharedObjects\[Random numbers and letters]\www.fenoxo.com"
For playing local swf (or swf turned to exe)
mklink /j "C:\Users\[Username]\Documents\Dropbox\localhost" "C:\Users\[Username]\AppData\Roaming\Macromedia\Flash Player\#SharedObjects\[Random numbers and letters]\localhost"

For Linux I use:
for playing online at http://www.fenoxo.com
ln -s /home/[username]/.macromedia/Flash_Player/#SharedObjects/[Random numbers and letters]/www.fenoxo.com ~/Dropbox/localhost
For playing local swf
ln -s /home/[username]/.macromedia/Flash_Player/#SharedObjects/[Random numbers and letters]/localhost ~/Dropbox/localhost

Mac OS X should (not tested):
for playing online at http://www.fenoxo.com
ln -s /Users/[Username]/Library/Preferences/Macromedia/Flash Player/#SharedObjects/[Random numbers and letters]/www.fenoxo.com ~/Dropbox/localhost
For playing local swf
ln -s /Users/[Username]/Library/Preferences/Macromedia/Flash Player/#SharedObjects/[Random numbers and letters]/localhost ~/Dropbox/localhost


If your play it online from somewhere else you will need to change the directory after the random numbers.
So if you played https://e621.net/post/show/690539 they use
"C:\Users\[Username]\AppData\Roaming\Macromedia\Flash Player\#SharedObjects\[Random numbers and letters]\static1.e621.net"

I know of many places to get CoC from but these are 4 I use
https://github.com/Kitteh6660/Corruption-of-Champions-Mod/releases/download/0.9.4_mod_1.2.18/CoC_0.9.4C_mod_1.2.18.swf
https://github.com/herp-a-derp/CoC-Alpha/blob/master/CoC-0.9.4-A-9c2cb12.swf?raw=true
http://www.fenoxo.com/play/CoC_0.9.4c.swf
https://e621.net/post/show/690539
 
Last edited by a moderator: