startup file

Got a problem getting things to work? Drop us a line here and you'll find all the help you need.
Post Reply
dam23
Posts: 244
Joined: Tue Sep 21, 2004 2:26 am

startup file

Post by dam23 »

Okay so, by popular demand:
startgame.bat , ryzom launcher file

This:
1/ backs up the save/ folder to save.bak/
2/ removes everything in the unpack/ folder (allows for clean patches)
3/ launches the game

This way, even after a game crash, you can recover proper non corrupted save files, which contain your interface, and landmarks.

How to use:
1/ open notepad or a similar text editor
2/ put the code that is shown at the end of this post in the file, save as "startgame.bat", in your ryzom folder for example (with the double quotes)
3/ edit it, and change the "RYZOMPATH" variable to match that of your installation, for example: "E:\games\sor"
4/ put a shortcut to it wherever you like, run it.
source_code wrote: @ECHO OFF
SET RYZOMPATH=c:\jeux\ryzom

REM xcopy backs up the save folder to save.bak , overwritting if need be.
xcopy %RYZOMPATH%\save\*.* %RYZOMPATH%\save.bak\ /E /H /R /Y
REM then, we remove all that is in the unpack folder with del
del %RYZOMPATH%\unpack\*.* /F /Q
start %RYZOMPATH%\client_ryzom_rd.exe
EXIT
Last edited by dam23 on Thu Jun 23, 2005 8:42 pm, edited 1 time in total.
Dam
Elders of Atys
http://ryzom.info/
User avatar
ayurveda
Posts: 106
Joined: Mon Feb 28, 2005 10:52 pm

Re: startup file

Post by ayurveda »

this thread has more its place in the technical support forum :p :p

EDIT: bah it moved while I was posting ;)
:·:·:·:·:·:·:·:·:·:·:·:·| Ayur |·:·:·:·:·:·:·:·:·:·:·:·:
Looking for a guild
User avatar
kaetemi
Posts: 1547
Joined: Tue Sep 21, 2004 6:33 pm

Re: startup file

Post by kaetemi »

There's a bug: when you notice that your save files are corrupted, you have already overwritten your backups..
- Kaetemi [Kami] [Fyros] [Elder of Atys] [NeL Developer]
Rebuild the Kami faction and save Atys from the Karavan! Join the Kami Alliance! Freedom to the Players!
dam23
Posts: 244
Joined: Tue Sep 21, 2004 2:26 am

Re: startup file

Post by dam23 »

kaetemi wrote:There's a bug: when you notice that your save files are corrupted, you have already overwritten your backups..
There's a fix (bacca :p ) : restore your save files each time you crash?
Dam
Elders of Atys
http://ryzom.info/
User avatar
kaetemi
Posts: 1547
Joined: Tue Sep 21, 2004 6:33 pm

Re: startup file

Post by kaetemi »

My save files aren't corrupted when I crash, so I would only notice they are corrupted after I launch the game :p
- Kaetemi [Kami] [Fyros] [Elder of Atys] [NeL Developer]
Rebuild the Kami faction and save Atys from the Karavan! Join the Kami Alliance! Freedom to the Players!
Post Reply

Return to “Technical Support”