Making ResidualVM portable and a config file
Moderator: ScummVM Team
-
- Posts: 3
- Joined: Tue May 10, 2011 4:22 am
Making ResidualVM portable and a config file
Hello, i want to know how to make residual portable (what are the required files) and how to create a config file (what parameters can be used in the file and the structure of the file) for run grim fandango, thanks. Sorry if my english is bad.
On Windows? Well, I thought it WAS portable, just copy the folder (Since you really need the Grim-data too, the extra megabyte or so of stuff shouldnt matter in the long run, you can delete GRIM.EXE from your data-folder though.
But, in fairness, probably just about everything that isnt a textfile is necessary.
What MIGHT get kinda hairy is the config-file, just look at the one you get after adding a game, that contains more or less every setting you could want, except for debug-mode. (But, changing it to something portable, might prove a challenge).
But, in fairness, probably just about everything that isnt a textfile is necessary.
What MIGHT get kinda hairy is the config-file, just look at the one you get after adding a game, that contains more or less every setting you could want, except for debug-mode. (But, changing it to something portable, might prove a challenge).
-
- Posts: 3
- Joined: Tue May 10, 2011 4:22 am
This is my residualrc
By the way, residual has a -c (in windows probably /c) option you can use to specify an alternate path for the config file.
Code: Select all
[residual]
lastselectedgame=grim-win-it
browser_lastpath=/home/giulio/grim
versioninfo=0.0.7gite793115-dirty
[grim-win-it]
description=Grim Fandango (Windows/Italian)
speech_volume=127
game_devel_mode=TRUE
last_set=mo.set
savepath=/home/giulio/.residual
soft_renderer=false
path=/home/giulio/grim
engine_speed=33
fullscreen=false
gameid=grim
language=it
speech_mode=3
sfx_volume=127
music_volume=127
show_fps=false
platform=windows
last_saved_game=grim01.gsv
guioptions=sndNoMIDI lang_Italian
[grimdemo-win]
description=Grim Fandango Demo (Windows/English)
path=/home/giulio/grim/demo
gameid=grim
language=en
platform=windows
guioptions=sndNoMIDI lang_English
-
- Posts: 3
- Joined: Tue May 10, 2011 4:22 am