|
|
Unreal 2 .gem format
« on: August 29, 2010, 23:28 » |
|
The .gem format from Unreal 2. Does anyone know what can convert this? I have searched everywhere, and unfortunately Umodel doesn't convert it. Please help?
I've searched the forums here as well with no luck.
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #1 on: August 29, 2010, 23:32 » |
|
Unreal 2 has own animation system, it is not used unreal packages. You may open gem files with mesh editor supplied with UnrealEd for this game. If I remember correct, it's name is something like "Golem".
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #2 on: September 12, 2010, 19:33 » |
|
Unfortunately, the GolemEd program included with Unreal 2 doesn't let you export .gem meshes, only look at them. However, there is a script for Blender that can export the models (no animations), but I think it's an understatement when I say it's very hard to use (it involves hex editing). This probably won't help you, but here's a link to the script. http://forums.beyondunreal.com/showthread.php?t=185072It's uploaded in 6th post, and there is information of which version of Python and Blender you'd need to use the script.
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #3 on: September 12, 2010, 19:51 » |
|
Anyway, umodel will never support Unreal 2, because there is almost nothing from Unreal Engine in this game.
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #4 on: September 13, 2010, 04:06 » |
|
Ah... I see... dang that sucks! lol
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #5 on: October 06, 2010, 02:10 » |
|
I wrote a .gem to ogre .mesh exporter/viewer some years ago, its in bad shape but if you know some c++ you should be able to make something of it. The animations are a bit bugged because each rotation was stored as 5 bytes, i still have no idea whats going on there but it somewhat works. Let me know if you want it and ill upload the source for you.
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #6 on: October 06, 2010, 02:46 » |
|
I'm not too good with c++, but it's a start.
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #7 on: October 06, 2010, 18:30 » |
|
ok, i uploaded it to http://home.no/guardian121/u2gem/ along with a compiled version. Dont expect too much of this as i created it for my own needs May i ask what you need it for, maybe i can help?
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #8 on: October 06, 2010, 18:59 » |
|
Thanks!
Mostly to see how they're put together. I may even try to remake Unreal 2 on the Unreal 3 engine. Doubtful though. Mainly to see how they are put together.
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #9 on: October 06, 2010, 19:18 » |
|
ah, shame all the ogre code is in the way tho. I tried to clean it up abit, but there are still alot of mistakes and useless code in there. I kinda feel sorry for you looking at it.
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #10 on: October 06, 2010, 23:16 » |
|
Not a problem- everyone has to start somewhere. You should see my first code- writing escapade... very messy!
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #11 on: November 17, 2011, 23:10 » |
|
|
|
|
Logged
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #12 on: January 17, 2013, 10:26 » |
|
There's an old article about Unreal 2 .gem format. No technical details though. http://forums.beyondunreal.com/showthread.php?t=85666There was mentioned somewhere in forum topics that .gem format is reversed and fully documented, by the way I didn't find anything about that. And even more - Blender plugin links gives me "404 not found" error.
|
|
|
Logged
|
|
|
|
|
|
|
Re: Unreal 2 .gem format
« Reply #14 on: June 16, 2013, 02:27 » |
|
Is there any public documentation for .gem format?
|
|
|
Logged
|
|
|
|
|