|
|
 |
11-01-2004, 04:15 AM
|
#1
|
|
Lovebucket
Join Date: Oct 2002
Location: London, UK
Posts: 1,768
|
Hacking Grim Fandango
Hi! I hope someone can help me here... I'm trying desperately to increase the polygon count on the models in Grim Fandango. I realize this might be a futile gesture, but i'd still like to try and see what happens.
I seem to be able to extract files from GF's archives, but they seem further compressed (like EMI's zipped files) and I have no idea with what.
If anyone could give me any ideas on how to access and manipulate GF's files, I would be very appreciative!
Thanks for any help!
- TP
|
|
you may:
quote & reply,
|
11-01-2004, 11:54 AM
|
#2
|
|
Festively Plump
Status: Super Moderator
Join Date: Feb 2002
Location: England
Posts: 1,983
|
The file's arent further compressed, the models are in lec's 3do format. There are already some tools that can edit 3do's as used by (Jedi Knight?). In Grim though the format was changed from text to binary and some things moved around.
The models in the demo version of Grim used the original 3do format though, so you can open them with existing tools.
To increase the poly count you'd have to edit the model, add in more detail and then save back to the original 3do wouldnt you? You might be able to do it with the 3do's in the Grim demo but not with the ones in the full game unless someone writes a new plugin for editors.
|
|
you may:
quote & reply,
|
11-02-2004, 04:40 AM
|
#3
|
|
Rookie
Join Date: Dec 2001
Location: Perth, Western Australia
Posts: 203
|
Mind you, thanks to aquadran caving in to my naggin- , er, braving the depths of LUA... Residual should be doing a lot more around Christmas once the next few major elements are implemented.
After that it's a very simple matter to add in a slab of code to load whatever format you want. I'd suggest Cal3d, for which there are 3ds max, Maya and Blender exporters at least.
If someone seriously wants to do a Grim Fandango: Remastered then ask me again after the save/load support is complete and I'll be more than willing to get you started 
-- Ender
Project Leader Thingy,
ScummVM - http://www.scummvm.org/
|
|
you may:
quote & reply,
|
11-04-2004, 07:09 AM
|
#4
|
|
Lovebucket
Join Date: Oct 2002
Location: London, UK
Posts: 1,768
|
Yeeeeeeehaw!!! 
|
|
you may:
quote & reply,
|
11-04-2004, 09:59 AM
|
#5
|
|
Rookie
Join Date: Oct 2004
Location: GA, USA
Posts: 86
|

Will it be useful for JUST Grim and M4? If you could give the source code, so I can finish my update on MI1 and 2, I am trying verry hard to edit the levels in CMI...
|
|
you may:
quote & reply,
|
11-04-2004, 11:39 AM
|
#6
|
Join Date: Feb 2002
Location: The pit
Posts: 137
|
Quote:
Originally posted by masterdebator

Will it be useful for JUST Grim and M4? If you could give the source code, so I can finish my update on MI1 and 2, I am trying verry hard to edit the levels in CMI...
|
Residual is only for Grim Fandango (at least atm) and the source is available via CVS (see the ScummVM project page on SourceForge).
|
|
you may:
quote & reply,
|
11-10-2004, 05:47 AM
|
#7
|
|
Rookie
Join Date: Oct 2004
Location: GA, USA
Posts: 86
|
Ahhhh... It is in part with the well-known ScummVM. OK, I'll go on the ScummIRC.
|
|
you may:
quote & reply,
|
11-13-2004, 11:42 PM
|
#8
|
|
Moderator
Join Date: Apr 2003
Location: London, UK
Posts: 1,058
|
That would be very good if someone could upgrade the models and textures  . But I imagine it would be very time consuming, because isn't each bone of each character stored as an individual file?
And, if you just changed the models, would the game still work properly, or would there be any problems with the code because of the new models?
|
|
you may:
quote & reply,
|
11-14-2004, 12:26 AM
|
#9
|
|
Rookie
Join Date: Dec 2001
Location: Perth, Western Australia
Posts: 203
|
Quote:
Originally posted by James Isaac
That would be very good if someone could upgrade the models and textures . But I imagine it would be very time consuming, because isn't each bone of each character stored as an individual file?
And, if you just changed the models, would the game still work properly, or would there be any problems with the code because of the new models?
|
In terms of remodelling, you are best starting from scratch. Using the existing files as a base is silly. As far as the technical part goes, no, each bone is not an individual file. There are multiple 'costumes' however.
If you remodelled correctly, it should probably work. But as exporting models for the original game is quite technically challenging... using Residual as a base gives lots of time to get the remodelling project perfect... since it'll still take us a bit to ensure the whole engine is more or less bug free anyway 
-- Ender
Project Leader Thingy,
ScummVM - http://www.scummvm.org/
|
|
you may:
quote & reply,
|
11-14-2004, 03:34 PM
|
#10
|
|
INSANE
Status: Administrator
Join Date: Dec 2001
Location: California, USA
Posts: 1,796
Current Game: Tales of MI
|
Is whoever re-models the characters going to re-render the cutscenes too with matching models? :P
I think for continuity's sake, if any updating is going to be done to Grim, it shouldn't go much further than a high-res texture pack. Otherwise things just won't match up anymore when it switches from cutscene to in-game.
|
|
you may:
quote & reply,
|
11-17-2004, 02:32 PM
|
#11
|
|
Lovebucket
Join Date: Oct 2002
Location: London, UK
Posts: 1,768
|
Uhhhh...?
The models already don't match up. They don't even match up in game!
Look at Manny's hands as he goes over the brochures in the opening sequence, and then look at them towards the end of the game.
Also, look at Manny's hands when you get something out of his suit (the close up screen) and then look at them in-game proper.
Increasing the polygon count would look great... smoothing off some of the uglier edges, giving Glottis a mouth without holes in it etc. That's all I'm talking about.
Sadly nothing can be done about the cut-sequence inconsistencies 
|
|
you may:
quote & reply,
|
07-19-2011, 08:16 AM
|
#12
|
|
Lovebucket
Join Date: Oct 2002
Location: London, UK
Posts: 1,768
|
Quote:
Originally Posted by Ender
If someone seriously wants to do a Grim Fandango: Remastered then ask me again after the save/load support is complete and I'll be more than willing to get you started 
|
Ok! I'm ready! 
Last edited by ThunderPeel2001; 07-19-2011 at 08:21 AM.
|
|
you may:
quote & reply,
|
07-19-2011, 02:37 PM
|
#13
|
|
Lovebucket
Join Date: Oct 2002
Location: London, UK
Posts: 1,768
|
Does anyone know which software natively supported .3do files? I seem to remember stumbling across it years ago.
Also, what format is a .mat file? I can't file any information on them? 
|
|
you may:
quote & reply,
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Forum Jump
|
|
|
|
|
|