Extracting Unreal Engine 4 Game Maps
- udkultimate
- beginner
- Posts: 27
- Joined: Wed May 24, 2017 11:11 pm
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Extracting Unreal Engine 4 Game Maps
Hello guys!!!
I am porting Fortnite to PS3 and Xbox360, I am using my modified version of UDK Engine (viewtopic.php?f=33&t=21071) for this project.
I know UE Viewer (https://www.gildor.org/projects/umodel/compat) can extract models and animations from Fortnite game, as I already extracted man of them.
However I would like to know if there is a tool, or some method to extract the entire map (level) from the game fortnite to a readable 3d format like OBJ, or import direct into 3dsmax.
I know I could use NinjaRipper to rip the map, however whenever there is a specific tool, is better.
For example, for Source Engine games (Half Life 2, Counter Strike Source, Let for Dead, Team Fortress), there is a tool called Crafty Object Viewer (http://nemesis.thewavelength.net/index.php?p=45) which exports the maps entirely as an OBJ file with textures and UVW coordinates, which I can import flawlessly into 3dsmax.
Is there a way to do this for Unreal Engine 4 games?
Thanks!!!
I am porting Fortnite to PS3 and Xbox360, I am using my modified version of UDK Engine (viewtopic.php?f=33&t=21071) for this project.
I know UE Viewer (https://www.gildor.org/projects/umodel/compat) can extract models and animations from Fortnite game, as I already extracted man of them.
However I would like to know if there is a tool, or some method to extract the entire map (level) from the game fortnite to a readable 3d format like OBJ, or import direct into 3dsmax.
I know I could use NinjaRipper to rip the map, however whenever there is a specific tool, is better.
For example, for Source Engine games (Half Life 2, Counter Strike Source, Let for Dead, Team Fortress), there is a tool called Crafty Object Viewer (http://nemesis.thewavelength.net/index.php?p=45) which exports the maps entirely as an OBJ file with textures and UVW coordinates, which I can import flawlessly into 3dsmax.
Is there a way to do this for Unreal Engine 4 games?
Thanks!!!
- udkultimate
- beginner
- Posts: 27
- Joined: Wed May 24, 2017 11:11 pm
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: Extracting Unreal Engine 4 Game Maps
I just found this tool for kingdom hearts 3: viewtopic.php?f=16&t=21066&start=45
Will this extract the map for any Unreal Engine 4 Game? Does the map meshes come textured and UVW mapped?
Thanks!
Will this extract the map for any Unreal Engine 4 Game? Does the map meshes come textured and UVW mapped?
Thanks!
- lionheartuk
- double-veteran

- Posts: 727
- Joined: Tue May 16, 2006 10:55 pm
- Location: Everywhere
- Has thanked: 32 times
- Been thanked: 34 times
Re: Extracting Unreal Engine 4 Game Maps
No, its a tool for KHIII, it will only work on KHIII. Each unreal game has slightly different data, and each unreal version has very different data, a tool for one will almost never work on another, unless both are using default UE4 vanilla files and formats with no customization.udkultimate wrote: ↑Sun Sep 22, 2019 12:04 amI just found this tool for kingdom hearts 3: viewtopic.php?f=16&t=21066&start=45
Will this extract the map for any Unreal Engine 4 Game? Does the map meshes come textured and UVW mapped?
Thanks!
Also even for KH, it doesn't come with textures, but things do come UVmapped, you'll have to extract textures and apply them seperatly.
"Lemons are people nice hardworking & honest people too..."
- udkultimate
- beginner
- Posts: 27
- Joined: Wed May 24, 2017 11:11 pm
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: Extracting Unreal Engine 4 Game Maps
Thanks for the answer my friend!!!
So Ninja Ripper is still the best option for this, right?
So Ninja Ripper is still the best option for this, right?
- lionheartuk
- double-veteran

- Posts: 727
- Joined: Tue May 16, 2006 10:55 pm
- Location: Everywhere
- Has thanked: 32 times
- Been thanked: 34 times
Re: Extracting Unreal Engine 4 Game Maps
Ninja Ripper might be abe to dump the game yes, I haven't tried sorry.udkultimate wrote: ↑Sun Sep 22, 2019 1:35 pmThanks for the answer my friend!!!
So Ninja Ripper is still the best option for this, right?
But Ninja Ripper won't rip everything in its position, it will move all objects to the 0,0,0 axis.
"Lemons are people nice hardworking & honest people too..."
-
daemon1
- M-M-M-Monster veteran

- Posts: 2343
- Joined: Tue Mar 24, 2015 8:12 pm
- Has thanked: 55 times
- Been thanked: 2022 times
Re: Extracting Unreal Engine 4 Game Maps
you really think so?
i'd be very surprised if its even remotely possible
- udkultimate
- beginner
- Posts: 27
- Joined: Wed May 24, 2017 11:11 pm
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: Extracting Unreal Engine 4 Game Maps
Hello friends. Thanks for the answers. In resume, there is no way to get an Unreal Engine 4 Game Map flawlessly like for Source Engine Maps? Anyone can recommend another method?
And the old 3D Ripper DX from Deep Shadows, would work?
Thanks.
And the old 3D Ripper DX from Deep Shadows, would work?
Thanks.
-
daemon1
- M-M-M-Monster veteran

- Posts: 2343
- Joined: Tue Mar 24, 2015 8:12 pm
- Has thanked: 55 times
- Been thanked: 2022 times
Re: Extracting Unreal Engine 4 Game Maps
i can only mention that comparing engines made in 2005 with modern age is not good ideaudkultimate wrote: ↑Sun Sep 22, 2019 4:24 pmHello friends. Thanks for the answers. In resume, there is no way to get an Unreal Engine 4 Game Map flawlessly like for Source Engine Maps?
i may be wrong, but in my opinion, words "flawlessly get" and "UE4 Game Map" are from different galaxies
- udkultimate
- beginner
- Posts: 27
- Joined: Wed May 24, 2017 11:11 pm
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: Extracting Unreal Engine 4 Game Maps
Ok my friends, thanks for the replies. I will try to see what I can do with ninja ripper, and if I found something interesting, I will for sure share with people here.
-
cobaltbluebengal
- ultra-n00b
- Posts: 9
- Joined: Sun Jul 03, 2016 5:15 pm
- Has thanked: 1 time
Re: Extracting Unreal Engine 4 Game Maps
Were you able to rip the landscape? I can use Umodel for the characters, but it always crashes with any static meshes. I don't know if it is cause the latest updates or not? Does Ninjaripper work? Whenever I used it in the past the game crashes to desktop (tried it on Sunset Overdrive, Anthem and Mirror's Edge)
Wanted to do some renders with authentic sceneries like the load screens but alas, I cant seem to get it to work
Wanted to do some renders with authentic sceneries like the load screens but alas, I cant seem to get it to work

