Gears of War pre-release models

Post questions about game models here, or help out others!
Post Reply
User avatar
AngelBryan
ultra-n00b
Posts: 3
Joined: Thu Mar 18, 2021 1:18 am

Gears of War pre-release models

Post by AngelBryan » Thu Mar 18, 2021 5:31 am

Hello. I am trying to extract the models from the leaked Unreal Warfare (Gears of War) pre-release build from 2004, however the files are too old and is almost impossible to get them out, that's why I came here asking for your help. I already tried extracting them with UE Viewer but It crashes everytime I try to open the packages. What I managed to do is exporting each individual asset from some packages into .T3D files, but trying to open them with UDK Editor fails as well. So what could be done? As fas as I know, those models have never been ripped and would be nice to get them out just for the sake of preservation, maybe we could also give them use and a new life.

Pre-release COG Gear

Image

Image

Image

Image

Image

Image

Pre-release Geist (Locust) Wretch

Image

Image

COG Assault Rifle

Image

Image

Unreal Warfare Build: https://mega.nz/file/jodUkRIA#gKhBYLwVu ... j1K4HLXXDw
Last edited by AngelBryan on Wed Mar 24, 2021 9:25 pm, edited 3 times in total.

User avatar
DKDave
mega-veteran
mega-veteran
Posts: 304
Joined: Mon May 06, 2019 6:07 pm
Location: On board the USS Callister
Has thanked: 6 times
Been thanked: 136 times

Re: Gears of War pre-release models

Post by DKDave » Thu Mar 18, 2021 2:36 pm

From what I can see, there's no actual model data in those Grunt or Wretch files - just textures and text files.
There are worlds beyond this one, worlds as we've never seen, nor can we. Our eyes do not open far enough. Try it. Try holding your eyes open.

User avatar
AngelBryan
ultra-n00b
Posts: 3
Joined: Thu Mar 18, 2021 1:18 am

Re: Gears of War pre-release models

Post by AngelBryan » Thu Mar 18, 2021 2:46 pm

Yeah i just realized that, it seems that only the textures were exported. Any idea on how could we extract them? I don't know what else to do.

Highflex
beginner
Posts: 34
Joined: Tue Jul 22, 2014 5:41 pm
Has thanked: 19 times
Been thanked: 8 times

Re: Gears of War pre-release models

Post by Highflex » Thu Mar 18, 2021 7:45 pm

I believe the source code to compile the engine was also included, so what you could do is write a new batch commandlet that goes into the USkeletalMesh Class and dumps it to your desired format, this is quite advanced and will probably require some experience with the Unreal API but its the only clean and fast solution i can think of unless you edit UModel ( Unreal Model Viewer) and then support the differences in the Format/Classes. ( The exact information is also in the native source code ).

User avatar
AngelBryan
ultra-n00b
Posts: 3
Joined: Thu Mar 18, 2021 1:18 am

Re: Gears of War pre-release models

Post by AngelBryan » Fri Mar 19, 2021 2:27 am

Highflex wrote:
Thu Mar 18, 2021 7:45 pm
I believe the source code to compile the engine was also included, so what you could do is write a new batch commandlet that goes into the USkeletalMesh Class and dumps it to your desired format, this is quite advanced and will probably require some experience with the Unreal API but its the only clean and fast solution i can think of unless you edit UModel ( Unreal Model Viewer) and then support the differences in the Format/Classes. ( The exact information is also in the native source code ).
Unfortunately that is beyond my abilities. Do you think you could do it? I will appreciate it very much.

Post Reply