Important information: this site is currently scheduled to go offline indefinitely by end of the year.

newer unreal engine games

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Guest

newer unreal engine games

Post by Guest »

Hi .. what about games like SW: Republik Commando / Brother in arms.
Any chance to get them supported ?

thx
User avatar
friendsofwatto
VVIP member
VVIP member
Posts: 532
Joined: Wed Jun 30, 2004 3:01 pm
Location: Australia
Been thanked: 13 times
Contact:

Post by friendsofwatto »

Hi,

Most of the games based on the Unreal engine will work with any program that opens the unreal archives, however I think there may be a new format emerging, because I encountered it when I was looking at the Splinter Cell: Chaos Theory game. If you attach an archive from the game, I may be able to take a look at it for you. However, at this point in time, I don't think MexCom will be able to support the Unreal engine, unless Mr Mouse writes a custom plugin for it - much like he did for the Painkiller game.

WATTO
[email protected]
http://www.watto.org
Game Extractor - Read and write thousands of game archives!
Mr.Mouse
Site Admin
Posts: 4073
Joined: Wed Jan 15, 2003 6:45 pm
Location: Dungeons of Doom
Has thanked: 450 times
Been thanked: 682 times
Contact:

Post by Mr.Mouse »

That's right. I'm looking for options to include support. We are working on a pluginmanager. When we get that to work, then we will start supporting it.
User avatar
sajad
VIP member
VIP member
Posts: 128
Joined: Fri May 14, 2004 1:20 pm
Location: Underworld
Been thanked: 1 time
Contact:

Brother in arms

Post by sajad »

hi

this package uax from Brother in arms game (with new engine)

thanks
User avatar
friendsofwatto
VVIP member
VVIP member
Posts: 532
Joined: Wed Jun 30, 2004 3:01 pm
Location: Australia
Been thanked: 13 times
Contact:

Post by friendsofwatto »

I only just got the demo of this game, which is a good thing too because there are actually 3 different formats I found in this game.

It looks like the game developer wanted to use the Unreal game engine, but wanted it to load the files quickly. By this I mean that instead of using the space-saving indexing method that appears in all other Unreal-based packages, this game uses fixed 4-byte fields in place of them.


Here is the export directory structure of a typical unreal-based package...

Code: Select all

// 1-5 - Object Class
// 1-5 - Parent Object
// 4 - Group ID
// 1-5 - Name ID
// 4 - Flags
// 1-5 - Raw File Length
// 1-5 - Data Offset
Where the 1-5 indicates the fields where you read the value using the special Unreal indexing technique. However, these formats (version numbers 156,157,159) use the following structure...

Code: Select all

// 1-5 - Object Class
// 1-5 - Parent Object
// 4 - Group ID

if (version == 159){
  // 1 - Flag? (0/2/4)
  }

// 1-5 - Name ID
// 4 - Flags
// 4 - Raw File Length
// 4 - Data Offset
As you can see, the last 2 fields have become fixed length. Also, in one version, an additional 1-byte field is added, with unknown purpose (probably a flag).


If/When Mr Mouse gets the time to implement Unreal-based games, I would recommend that he contacts me for my unreal plugin source code because there have been 2 games thus far that use undocumented version values - this game and Splinter Cell Chaos Theory.

In the meantime, if you desperately need to open the files, you can use the Game Extractor plugin below - hopefully it will work. There are a few really small archives that do not work - these are archives that don't actually contain any files - all files over say 1kb in size should work. If not, please tell me the filenames that don't work and I will take a look at them, just in case there is another different version that I have missed ( such as version 158? )

WATTO
[email protected]
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!
User avatar
sajad
VIP member
VIP member
Posts: 128
Joined: Fri May 14, 2004 1:20 pm
Location: Underworld
Been thanked: 1 time
Contact:

unreal base engine

Post by sajad »

hi mr watto

iam test your plugin

but not open file with error "no plugins..."

iam use on Brothers in arms

files "*.uax , *.utx

but open unreal files (good)

thanks
User avatar
friendsofwatto
VVIP member
VVIP member
Posts: 532
Joined: Wed Jun 30, 2004 3:01 pm
Location: Australia
Been thanked: 13 times
Contact:

Post by friendsofwatto »

OK, I will take a look at the file you attached - see if I can work out what is wrong. Make sure you only test it on big archives, because small archives don't have any files in them.

WATTO
[email protected]
http://www.watto.org
Game Extractor - Read and write thousands of game archives!
User avatar
friendsofwatto
VVIP member
VVIP member
Posts: 532
Joined: Wed Jun 30, 2004 3:01 pm
Location: Australia
Been thanked: 13 times
Contact:

Post by friendsofwatto »

OK, try this one...

WATTO
[email protected]
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!
User avatar
sajad
VIP member
VIP member
Posts: 128
Joined: Fri May 14, 2004 1:20 pm
Location: Underworld
Been thanked: 1 time
Contact:

Post by sajad »

mr watto

Iam test uax with new your plugins

open uax brothers in arm but

incorrect file name and file type and fie size
You do not have the required permissions to view the files attached to this post.
User avatar
friendsofwatto
VVIP member
VVIP member
Posts: 532
Joined: Wed Jun 30, 2004 3:01 pm
Location: Australia
Been thanked: 13 times
Contact:

Post by friendsofwatto »

OK, I will install the demo again and see whether I can find some files that do not work with my plugin.

If you can send me some of the archives too, it will help me out. I will need the full archives though, not a piece of them. You can email them to me if they are too large to put on these boards. [email protected] Zipped to <4MB

Thanks mate, hopefully this will be fixed up soon.

WATTO
[email protected]
http://www.watto.org
Game Extractor - Read and write thousands of game archives!
User avatar
sajad
VIP member
VIP member
Posts: 128
Joined: Fri May 14, 2004 1:20 pm
Location: Underworld
Been thanked: 1 time
Contact:

Brothers in arms

Post by sajad »

mr watto

iam sent to you one full package from brothers in arms game
User avatar
friendsofwatto
VVIP member
VVIP member
Posts: 532
Joined: Wed Jun 30, 2004 3:01 pm
Location: Australia
Been thanked: 13 times
Contact:

Post by friendsofwatto »

OK thanks, I will take a look at it.

WATTO
[email protected]
http://www.watto.org
Game Extractor - Read and write thousands of game archives!
User avatar
friendsofwatto
VVIP member
VVIP member
Posts: 532
Joined: Wed Jun 30, 2004 3:01 pm
Location: Australia
Been thanked: 13 times
Contact:

Post by friendsofwatto »

OK, the Brothers In Arms archive you sent me now works, so hopefully it will work for the other archives too.

The Brothers In Arms format (version 127) was different again. Firstly, these archives stored the directory at the end of the file instead of at the beginning - not a big deal but it is different. Also, all the fields are fixed length...

Code: Select all

4 - Object Class
4 - Parent Object
4 - Group ID
4 - Name ID
4 - Flags
4 - Raw File Length
4 - Data Offset 
Attached is the updated plugin. Good luck.

WATTO
[email protected]
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!
User avatar
sajad
VIP member
VIP member
Posts: 128
Joined: Fri May 14, 2004 1:20 pm
Location: Underworld
Been thanked: 1 time
Contact:

Brothers in Arms

Post by sajad »

hi

thanks for plugins

plugins good work, only extract without type fle name
User avatar
sajad
VIP member
VIP member
Posts: 128
Joined: Fri May 14, 2004 1:20 pm
Location: Underworld
Been thanked: 1 time
Contact:

Brothers in arms

Post by sajad »

mr wattot
please fix plugin
extract incorrect file type
Post Reply