I have been trying to compile DeusEx.u for about 3 days without any success.
I can do it successfully with
- Code: Select all
ucc make
But right now, I am trying on the last Revision install with BioMod activated but without any modification done.
Whatever I try, I get this error:
Analyzing...
Parsing DeusExPlayer
C:\Games\Deus Ex\DeusEx\Classes\DeusExPlayer.uc(1897) : Error, Unrecognized type 'GamePlatform'
Failed due to errors.
I have installed DXEditingPACK_2_2_Full tools.
Then, I copied DeusEx\Revision\Biomod\DeusEx.u to DeusEx\System\
Start UnrealEd.exe, load DeusEx.u, export all
And then, ucc make.
Didn't work, so I added those paths in my DeusEx.ini:
Paths=..\Revision\Sounds\*.uax
Paths=..\Revision\Textures\*.utx
Paths=..\Revision\Maps\*.dx
Paths=..\Revision\System\*.u
Paths=..\Revision\NewVision\Textures\*.utx
Paths=..\Revision\HDTP\Textures\*.utx
Paths=..\Revision\HDTP\System\*.u
Didn't work any better. I was able to modify DeusEx.u by using UnrealEd compile and save, and it was working ingame. But... it can't edit ScriptedPawn.uc, it crashs with a GPF and in log:
Exit: Executing UObject::StaticShutdownAfterError
Exit: UGalaxyAudioSubsystem::ShutdownAfterError
Exit: Preparing to exit.
Exit: Executing UWindowsClient::ShutdownAfterError
Please note that I can edit this file in native Deus Ex, but not Revision/Biomod one.