Improving Grim ProjectÔäó

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

Moderator: ScummVM Team

User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Improving Grim ProjectÔäó

Post by giucam »

Ladies and Gentlemen, here I announce the Improving Grim ProjectÔäó.
We all love Grim Fandango, but we cannot deny it has its little flaws. I would like to get rid of at least some of them.
Beware though: I'm not talking about improving the graphics, since for that there is already the Grim Fandango Deluxe project.

I'm talking instead about the gameplay. Little things like the label at the bottom right corner of this screenshot:
Image
That shows the object Manny is looking at.

Also, I would like to improve the inventory (I already have an idea for that) and the controls.
Now, that's the though part: I tried a point and click implementation but there are certain places where there is no floor on where you can click, so it's not viable.
A Tales of Monkey Island-like thing could be implemented, but is it really more comfortable?

I'm pushing the changes I'm doing in my fork of ResidualVM.

If you have any idea, do not esitate to throw it here!
Last edited by Masamune on Tue Dec 11, 2012 8:29 pm, edited 1 time in total.
counting_pine
Posts: 12
Joined: Wed Feb 07, 2007 5:47 pm

Post by counting_pine »

(Hi. Long-time listener..)

Regarding point-and-click: is it just an (x, z) coordinate needed? Could that potentially be found by taking the value of the background's depth buffer at the (x, y) position?

Labels are an interesting idea.. Some care may need to be taken with the label names. I can't remember Manny's comment about the object there, but I would probably be inclined to call it a "painting" rather than a poster.
It would be nice to have a sort of sentence line going there. At the moment it looks a little "debuggy" there somehow, but changing the position might help with that.
User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Post by giucam »

counting_pine wrote: Regarding point-and-click: is it just an (x, z) coordinate needed? Could that potentially be found by taking the value of the background's depth buffer at the (x, y) position?
That's how i did it. But if you cannot click where you want manny to go it cannot work. (e.g. in manny's office, where there is the card deck and the books)
counting_pine wrote: Labels are an interesting idea.. Some care may need to be taken with the label names. I can't remember Manny's comment about the object there, but I would probably be inclined to call it a "painting" rather than a poster.
The names of the objects are in the game data, I did not hardcode that "poster". They also are localized (even though scythe isn't localized in italian for some reason).
counting_pine wrote: It would be nice to have a sort of sentence line going there. At the moment it looks a little "debuggy" there somehow, but changing the position might help with that.
I'm not sure about having a sentence system. I fear it may break the immersion a bit.
I have however moved it in the center.

I have created a branch in my fork of ResidualVM where I'm going to push the changes. For now there's the look at label:
https://github.com/giucam/residual/tree/improvinggrim
User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Post by giucam »

Meanwhile, i've worked a bit on the inventory:

Image
My first intention was to use images of the objects, but they would need to be done, and using instead directly the models is much more complex.
counting_pine
Posts: 12
Joined: Wed Feb 07, 2007 5:47 pm

Post by counting_pine »

I see, so this project's mainly geared towards changing the engine to do more work with existing data.
Is it areas with no valid depth you're taking about?
Maybe those bits could be redrawn or extrapolated?
Or as a backup, can it use nearby walkboxes or something? (That's originally what I thought you'd tried, for some reason.)
User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Post by giucam »

I see, so this project's mainly geared towards changing the engine to do more work with existing data.
Not necessarily, but the less work needed the better. :)
Is it areas with no valid depth you're taking about?
Maybe those bits could be redrawn or extrapolated?
Or as a backup, can it use nearby walkboxes or something? (That's originally what I thought you'd tried, for some reason.)
I'm talking about places like this. Since you cannot see Manny's feet you cannot tell him to go back to the center of the office.
JenniBee
Posts: 95
Joined: Fri Sep 17, 2010 5:22 am

Post by JenniBee »

giucam wrote:I'm talking about places like this. Since you cannot see Manny's feet you cannot tell him to go back to the center of the office.
Couldn't you hack in a special case in instances like that where you just wait for clicks at the bottom of the screen in that set from, for instance, 0,270 to 640,280, and then if there's a click in that region go back to the office set?
User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Post by giucam »

That may be possible but honestly i'm not so sure anymore a point and click interface, even if feasible, it's the way to go. I read up a bit on the internet on why grim fandango is so good (a thing i experienced but i couldn't explain), and adding an interface like that could jeopardise that. see especially this.
counting_pine
Posts: 12
Joined: Wed Feb 07, 2007 5:47 pm

Post by counting_pine »

I think it could be argued that controlling Manny with the keyboard/joypad is perhaps an element that sacrifices usability for diegesis..
EDIT: and a mouse interface might actually serve to improve diegesis.

Maybe instead of giving textual overlays, it would be more diegetic to just have a cursor (EDIT: mouse pointer) that subtly highlights over usable objects, or maybe that can cause Manny to turn his head to look at it? (The body too when necessary, so he's not too owl-like, or too reminiscent of the Exorcist..)
I guess that would be a significant step up in complexity from just having an overlay on the screen though.
Last edited by sfaok on Fri Dec 14, 2012 2:32 am, edited 2 times in total.
User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Post by giucam »

mmmh, i'm not sure i understood. do you mean the mouse cursor? that wouldn't be so comfortable if you have your hands on the keyboard to mvoe manny.
JenniBee
Posts: 95
Joined: Fri Sep 17, 2010 5:22 am

Post by JenniBee »

giucam wrote:That may be possible but honestly i'm not so sure anymore a point and click interface, even if feasible, it's the way to go. I read up a bit on the internet on why grim fandango is so good (a thing i experienced but i couldn't explain), and adding an interface like that could jeopardise that. see especially this.
I don't think you'd lose the feeling of immersion by using the mouse to control Manny. It's already a point-and-click game, in the sense that Manny himself is the cursor (he acts as the thing you move around the screen and use to click objects). And, to be honest, controlling the "Manny cursor" with a keyboard (or even with a joystick, which I've used in the PS2 version of EMI) doesn't work that well. A standard cursor would be much more intuitive for this style of game.

In my opinion, the fact that it's a point-and-click adventure game with a fixed screen 3D engine makes point-and-click control of a traditional cursor with the mouse the optimal choice of user input.
George22
Posts: 26
Joined: Wed May 13, 2009 8:55 pm

Post by George22 »

Showing the labels is very good idea and I would also welcome possibility to highlight all active objects on the screen after pressing a key. About the mouse controls - I would welcome this option too.
User avatar
MusicallyInspired
Posts: 1138
Joined: Fri Mar 02, 2007 8:03 am
Location: Manitoba, Canada
Contact:

Post by MusicallyInspired »

giucam wrote:mmmh, i'm not sure i understood. do you mean the mouse cursor? that wouldn't be so comfortable if you have your hands on the keyboard to mvoe manny.
It works with Tales of Monkey Island and The Devil's Playhouse nicely.
User avatar
Fooruman
Posts: 2
Joined: Sun Jan 06, 2013 1:37 am

Post by Fooruman »

This is simply awesome. You've done some amazing work here, and I love seeing this game updated with some of the features it deserves; with a couple tweaks like these, this game can easily go from "one of the best games of all time" to "the best game of all time."

That said, it would be awesome if you could post some binaries (if you have the time). Compiling ResidualVM is a bit of a headache (though worth it for these new features).
User avatar
giucam
Posts: 139
Joined: Mon Mar 21, 2011 9:20 am

Post by giucam »

Well, i use Linux and imho it's easy to compile ResidualVM with every distro. I also have a Windows installation, but, as you said, it's a headache and i don't have the needed tools.

That said, the inventory modifications are not ResidualVM modifications, but game data modifications, so they will just be shipped as a datausr.lab file.
Post Reply