| Improving Grim Project™ |
| Author
|
Thread |
 |
|
giucam

Joined: 21 Mar 2011
Posts: 131
Location: Belluno, Italy |
Improving Grim Project™
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:
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! _________________ I can't reap hamburger - cows are a whole other bureau, not to mention the lettuce.
http://lostsoulsalliance.wordpress.com
Last edited by giucam on Tue Dec 11, 2012 8:29 pm; edited 1 time in total
|
Tue Dec 11, 2012 2:35 pm |
|
|
counting_pine
Joined: 13 Jul 2012
Posts: 7
|
(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.
|
Tue Dec 11, 2012 6:33 pm |
|
|
|
|
|
|
counting_pine
Joined: 13 Jul 2012
Posts: 7
|
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.)
|
Wed Dec 12, 2012 2:42 am |
|
|
|
|
JenniBee
Joined: 26 Apr 2011
Posts: 12
|
quote: Originally posted by giucam 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?
|
Wed Dec 12, 2012 4:31 pm |
|
|
giucam

Joined: 21 Mar 2011
Posts: 131
Location: Belluno, Italy |
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 can't reap hamburger - cows are a whole other bureau, not to mention the lettuce.
http://lostsoulsalliance.wordpress.com
|
Thu Dec 13, 2012 9:54 am |
|
|
counting_pine
Joined: 13 Jul 2012
Posts: 7
|
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 counting_pine on Fri Dec 14, 2012 2:32 am; edited 2 times in total
|
Thu Dec 13, 2012 7:48 pm |
|
|
giucam

Joined: 21 Mar 2011
Posts: 131
Location: Belluno, Italy |
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. _________________ I can't reap hamburger - cows are a whole other bureau, not to mention the lettuce.
http://lostsoulsalliance.wordpress.com
|
Thu Dec 13, 2012 8:12 pm |
|
|
JenniBee
Joined: 26 Apr 2011
Posts: 12
|
quote: Originally posted 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.
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.
|
Thu Dec 13, 2012 10:44 pm |
|
|
George22
Joined: 13 May 2009
Posts: 24
|
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.
|
Tue Dec 25, 2012 3:50 pm |
|
|
MusicallyInspired

Joined: 23 May 2009
Posts: 12
Location: Winnipeg, Manitoba, Canada |
quote: Originally posted 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.
It works with Tales of Monkey Island and The Devil's Playhouse nicely.
|
Wed Dec 26, 2012 7:02 am |
|
|
Fooruman

Joined: 06 Jan 2013
Posts: 2
|
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). _________________ My name is Dain, and I am many things: a security officer for a Microsoft data center, a writer for iPhone Life magazine, and a passionate gaming and computing enthusiast.
|
Sun Jan 06, 2013 1:40 am |
|
|
giucam

Joined: 21 Mar 2011
Posts: 131
Location: Belluno, Italy |
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. _________________ I can't reap hamburger - cows are a whole other bureau, not to mention the lettuce.
http://lostsoulsalliance.wordpress.com
|
Sun Jan 06, 2013 11:16 am |
|
|
|
Forum Rules:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
Powered by phpBB © phpBB Group
Forum design by ScummVM team, icons by raina
|
|