
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Sami Ovaskainen wrote in message <[EMAIL PROTECTED]>: > Thanks, but this doesn't really answer my question. ZIP is now in the > correct location, and characters can be saved normally. The main > concern here is whether I can salvage the one character that wasn't > saved because of this. I have the following files in /opt/crawl/lib: > > Rofus1000.00a > ... > > Is there any way to now create a save file out of these? Or is the > character lost? I'd hate to lose my best character in a looooong time > just because crawl couldn't find zip... So, how does crawl create the > zip file from these files? Can you tell me how to do it manually? Just zip all the files except the .bak one (or rename this one .sav if you accidentally deleted the .sav) with the command in AppHdr.h: zip -m -q -j -1 <name><id>.zip <name><id>.* Then, chmod g+w on the zip file. If I haven't forgotten anything, this should work. -- Erwan
| <-- __Chronological__ --> | <-- __Thread__ --> |