Jade Empire (.RIM)
-
Online_Dude
- beginner
- Posts: 20
- Joined: Tue May 10, 2005 10:16 pm
Jade Empire (.RIM)
.rim lol
You do not have the required permissions to view the files attached to this post.
- friendsofwatto
- VVIP member

- Posts: 535
- Joined: Wed Jun 30, 2004 3:01 pm
- Location: Australia
- Been thanked: 13 times
- Contact:
Here is the Game Extractor (Basic Version) plugin for this game. Unzip it into your plugins/ directory. If you use the full version of Game Extractor, send me an email and I will give you a plugin for the full version.
WATTO
watto@watto.org
http://www.watto.org
WATTO
watto@watto.org
http://www.watto.org
You do not have the required permissions to view the files attached to this post.
Game Extractor - Read and write thousands of game archives!
- friendsofwatto
- VVIP member

- Posts: 535
- Joined: Wed Jun 30, 2004 3:01 pm
- Location: Australia
- Been thanked: 13 times
- Contact:
Yeah sorry - i will try to do some scripts for these games too hey. Its just that I redirect all the Game Extractor requests to this forum too so I normally try to get my plugins out to them. I do realise that they are the MexCom forums though, thus the reason why I do try to do the mexcom scripts for the archives as well.
Sorry mate.
WATTO
watto@watto.org
http://www.watto.org
Sorry mate.
WATTO
watto@watto.org
http://www.watto.org
Game Extractor - Read and write thousands of game archives!
- Mr.Mouse
- Site Admin
- Posts: 4051
- Joined: Wed Jan 15, 2003 6:45 pm
- Location: Dungeons of Doom
- Has thanked: 421 times
- Been thanked: 575 times
- Contact:
No problem. Seeing as you redirect them. Perhaps we should consider a common forum.friendsofwatto wrote:Yeah sorry - i will try to do some scripts for these games too hey. Its just that I redirect all the Game Extractor requests to this forum too so I normally try to get my plugins out to them. I do realise that they are the MexCom forums though, thus the reason why I do try to do the mexcom scripts for the archives as well.
Sorry mate.
WATTO
watto@watto.org
http://www.watto.org
- friendsofwatto
- VVIP member

- Posts: 535
- Joined: Wed Jun 30, 2004 3:01 pm
- Location: Australia
- Been thanked: 13 times
- Contact:
Yeah well I always just redirect the people to the forums here because I figured that it would be better to have all requests on the one forums so we can both analyse and add support for the games - rather than me create my own forums for just Game Extractor.
Anyway, in terms of MexCom scripts, here is one for this game...
And as always, an attached compiled script. To use it, go to Tools --> Use Custom Script
WATTO
watto@watto.org
http://www.watto.org
Anyway, in terms of MexCom scripts, here is one for this game...
Code: Select all
ImpType Standard ;
GoTo 12 0 ;
Get FNum Long 0 ;
Get DirOff Long 0 ;
GoTo DirOff 0 ;
For n = 1 to FNum ;
SavePos FNJump 0 ;
Math FNJump += 24 ;
Get FN String 0 ;
GoTo FNJump 0 ;
SavePos FOO 0 ;
Get FO Long 0 ;
SavePos FSO 0 ;
Get FS Long 0 ;
Log FN FO FOO FS FSO ;
Next n ;
And as always, an attached compiled script. To use it, go to Tools --> Use Custom Script
WATTO
watto@watto.org
http://www.watto.org
You do not have the required permissions to view the files attached to this post.
Game Extractor - Read and write thousands of game archives!
- friendsofwatto
- VVIP member

- Posts: 535
- Joined: Wed Jun 30, 2004 3:01 pm
- Location: Australia
- Been thanked: 13 times
- Contact:
- Mr.Mouse
- Site Admin
- Posts: 4051
- Joined: Wed Jan 15, 2003 6:45 pm
- Location: Dungeons of Doom
- Has thanked: 421 times
- Been thanked: 575 times
- Contact:
The script works,
apart from the Log statement. It's

So
Not too sure about the importation, as it seems this format uses padding of some kind.
It's available from Web update in MexCom.
apart from the Log statement. It's
Code: Select all
Log Filename FileOffset FileSize FileOffsetOffset FileSizeOffset ;So
Code: Select all
ImpType Standard ;
GoTo 12 0 ;
Get FNum Long 0 ;
Get DirOff Long 0 ;
GoTo DirOff 0 ;
For n = 1 To FNum ;
SavePos FNJump 0 ;
Math FNJump += 24 ;
Get FN String 0 ;
GoTo FNJump 0 ;
SavePos FOO 0 ;
Get FO Long 0 ;
SavePos FSO 0 ;
Get FS Long 0 ;
Log FN FO FS FOO FSO ;
Next n ;
It's available from Web update in MexCom.
Last edited by Mr.Mouse on Mon May 23, 2005 2:17 pm, edited 1 time in total.
- friendsofwatto
- VVIP member

- Posts: 535
- Joined: Wed Jun 30, 2004 3:01 pm
- Location: Australia
- Been thanked: 13 times
- Contact:
Oops yeah, I usually don't have a problem with the Log statement - I was making the new script off an old one that didn't have it all filled in. Thanks for the fix.
WATTO
watto@watto.org
http://www.watto.org
WATTO
watto@watto.org
http://www.watto.org
Game Extractor - Read and write thousands of game archives!

