xtremexp / UT4X-Converter

Helps converting old Unreal (Tournament) maps to UT3 (2007) / UT4 (2015) game.
Other
65 stars 20 forks source link

Unreal 1 conversion does not work #56

Closed wizzard2010 closed 1 year ago

wizzard2010 commented 2 years ago

You use ucc.exe to extract textures/sounds/maps etc from unr file with this .bat

cd "C:\UnrealGold\System" ucc.exe batchexport C:\UnrealGold\Maps\Vortex2.unr Level t3d "D:\Documents\UT4X-Converter\Converted\Vortex2\Temp\LEVEL"

But ucc.exe from Unreal 1 does not know command batchexport When I try to use ucc from Unreal Tournament 2004 I got this error

Loading package C:\UnrealGold\Maps\Vortex2.unr... Failed loading package: Can't find file for package 'PlayrShp'

History: UObject::SafeLoadError <- UObject::LoadPackage <- UBatchExportCommandlet::Main

Exiting due to error

Is it possible to convert Unreal 1 level files?

xtremexp commented 2 years ago

You need to use latest patch from www.oldunreal.com. I'll update readme. Yes it's possible to convert Unreal 1 levels as shown here : https://www.youtube.com/watch?v=oqtG0881Mzw. Note that it only converts geometry and textures. Many actors will have to be made by blueprints like dispatcher, counter, ...