I've installed ResidualVM, but clicking on the icon does nothing. .
I've checked my config file - on running ResidualVM, it removes the first line [residual] but does nothing else.
When I run it from the command prompt, and specified the path to the game, it simply says that the game is not there.
Any ideas?
Installing ResidualVM
Moderator: ScummVM Team
- MeddlingMonk
- Posts: 221
- Joined: Wed Jan 21, 2009 10:06 pm
I would take the message at face value. Maybe you actually do have GF on your hard drive. It's an open question as to whether you've really got the path set up correctly.
I would suggest that you copy and past your ResidualVM config file in a reply so we can look at it and see if anything obvious shows up.
I would suggest that you copy and past your ResidualVM config file in a reply so we can look at it and see if anything obvious shows up.
-
- Posts: 5
- Joined: Wed Aug 26, 2009 10:08 am
Thanks for the reply.
My config file merely says:
When I run ResidualVM it is clearly reading this file, as the first line "[residual]" gets deleted.
If I try to run from the command line, the same problem occurs - it seems like residual is simply not starting.
If I delete the ini file altogether, and simply type ResidualVM at the command line, a blank residual.ini file is created and the help list is displayed, but nothing else happens.
Should I get some kind of UI like I get with ScummVM?
I'm using WinXP Professional SP3 and the latest build of residual. The -v switch says
Thanks
My config file merely says:
Code: Select all
[residual]
[grim]
path=C:\Games\Grim\Demo
If I try to run from the command line, the same problem occurs - it seems like residual is simply not starting.
If I delete the ini file altogether, and simply type ResidualVM at the command line, a blank residual.ini file is created and the help list is displayed, but nothing else happens.
Should I get some kind of UI like I get with ScummVM?
I'm using WinXP Professional SP3 and the latest build of residual. The -v switch says
Code: Select all
C:\Program Files\ResidualVM>residual -v
ResidualVM 0.0.6svn (Aug 4 2009 17:00:39)
Features compiled in:
C:\Program Files\ResidualVM>
- ezekiel000
- Posts: 443
- Joined: Mon Aug 25, 2008 5:17 pm
- Location: Surrey, England
With the support for multiple engines now don't you need to run residual with the option for the game e.g.
residual -f grim
or
residual -f grimdemo
Also it looks like you have the demo but the header of that section is for the full game.
It might remove the first line because it has no settings under that section header?
residual -f grim
or
residual -f grimdemo
Also it looks like you have the demo but the header of that section is for the full game.
It might remove the first line because it has no settings under that section header?
-
- Posts: 5
- Joined: Wed Aug 26, 2009 10:08 am
Brilliant - that is exactly the info I needed, ie by setting up the config file properly and then typing residual -f grimdemo the game works perfectly.Ezekiel000 wrote:With the support for multiple engines now don't you need to run residual with the option for the game e.g.
residual -f grim
or
residual -f grimdemo
Also it looks like you have the demo but the header of that section is for the full game.
It might remove the first line because it has no settings under that section header?
Thanks very much for your help.
- ezekiel000
- Posts: 443
- Joined: Mon Aug 25, 2008 5:17 pm
- Location: Surrey, England