What's residualvm doing here???

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
User avatar
topolinik
Posts: 84
Joined: Tue Mar 27, 2007 9:08 am
Location: Italy

What's residualvm doing here???

Post by topolinik »

Image
What does "verify" mean?
Ok, the build is pretty old (september 2013) and I was not running the game for a while, but still can't get what it's supposed to do here.
Can anyone explain...?
User avatar
ezekiel000
Posts: 443
Joined: Mon Aug 25, 2008 5:17 pm
Location: Surrey, England

Post by ezekiel000 »

It's making sure that the files for grim are complete and not corrupt.
Botje
Posts: 207
Joined: Thu Feb 28, 2013 5:48 pm

Post by Botje »

The game detection code (when you click 'add game') only checks small parts of a few files.
This code performs a complete one-time check of all data files to ensure every file was copied over correctly.
It cuts down on the number of bug reports we get (faulty data causes nasty problems) and ensures your run doesn't get killed because of bad data.
User avatar
topolinik
Posts: 84
Joined: Tue Mar 27, 2007 9:08 am
Location: Italy

Post by topolinik »

Oh! :shock:
So I assume it's collecting some sort of checksum (maybe md5?) of all my files.
Right.
Safe.
Well done.

I would write down a short description of this procedure into README, in case other users will wonder about it :lol:
Botje
Posts: 207
Joined: Thu Feb 28, 2013 5:48 pm

Post by Botje »

Patches welcome!
User avatar
topolinik
Posts: 84
Joined: Tue Mar 27, 2007 9:08 am
Location: Italy

Post by topolinik »

Code: Select all

--- README.old	2014-01-13 19:16:21.000000000 +0100
+++ README	2014-01-13 19:37:22.000000000 +0100
@@ -66,8 +66,8 @@
 
 3.2 - Running Grim Fandango
 ---------------------------
-1. Copy the neccessary files to a folder on your Hard Drive
-2. Copy the patch to a game folder
+1. Copy the necessary files to a folder on your Hard Drive
+2. Copy the patch to this game folder
 3. Open ResidualVM
 4. Choose "Add Game"
 5. Select the folder you created in step 1
@@ -81,6 +81,10 @@
 If you want to play with software-rendering, see the configuration-section below.
 (or use the ingame settings to disable 3D Acceleration)
 
+Please note that, when launching the game for the first time, ResidualVM will
+perform a full check of your game data files against corruption. This will
+probably take some time but it won't happen again at successive runs.
+
 
 -----------------------------
 4 - Default Keyboard-settings
:D
Botje
Posts: 207
Joined: Thu Feb 28, 2013 5:48 pm

Post by Botje »

Applied, with minor edits. Thanks!
User avatar
topolinik
Posts: 84
Joined: Tue Mar 27, 2007 9:08 am
Location: Italy

Post by topolinik »

There was also a typo fixed there! (neccessary -> necessary)
Post Reply