Page 1 of 1

Missing file Postal2 in Unreal

Posted: Sun Oct 17, 2021 10:40 am
by SMaster2341
Hello. Today I tried to open my old dm map for Unreal, but I missed one file that requied to open this map, but I can't find it everywhere in the internet. This file named as "Postal2", but I have no idea what is the format of this file and where it should be used (I actually checked Postal 2 game files itself). Can someboy tell me where it can be found?

Image

Thank you in advance

Re: Missing file Postal2 in Unreal

Posted: Sun Oct 17, 2021 11:17 am
by yrex .
http://medor.no-ip.org/index.php?dir=Skins/&file=Postal2.zip

This one?

Re: Missing file Postal2 in Unreal

Posted: Sun Oct 17, 2021 11:51 am
by SMaster2341
yrex . wrote: Sun Oct 17, 2021 11:17 am http://medor.no-ip.org/index.php?dir=Skins/&file=Postal2.zip

This one?
No, this is wrong packs, sorry :(

Gives me another error
Image

Re: Missing file Postal2 in Unreal

Posted: Fri Oct 22, 2021 5:29 pm
by medor
uncompresse this one http://medor.no-ip.org/index.php?dir=uz/&file=Postal2_Dude.u.uz and may be rename it after to Postal2.u or Postal2Dude.u

Re: Missing file Postal2 in Unreal

Posted: Sat Oct 23, 2021 7:18 am
by SMaster2341
medor wrote: Fri Oct 22, 2021 5:29 pm uncompresse this one http://medor.no-ip.org/index.php?dir=uz/&file=Postal2_Dude.u.uz and may be rename it after to Postal2.u or Postal2Dude.u
Image

An another error appeared. Says it's not enough memory and I should make free space on my disk, but it's enough at all. The similar thing happen when I open it in UEd

Log:

Log: 1629.0ms Loading: Package Postal2
Critical: appError called:
Critical: 54>AB0B>G=> 28@BC0;L=>9 ?0<OB8. 'B>1K 871560BL MB>3> A>>1I5=8O 2K 4>;6=K >A2>1>48BL <5AB> =0 20H5< 65AB:>< 48A:5.
Critical: Windows GetLastError: 54>AB0B>G=> @5AC@A>2 ?0<OB8 4;O >1@01>B:8 MB>9 :><0=4K. (8)
Exit: Executing UObject::StaticShutdownAfterError
Exit: Executing UWindowsClient::ShutdownAfterError
Log: DirectDraw End Mode
Critical: FMallocWindows::Malloc
Critical: FMallocWindows::Realloc
Critical: 00000000 -1868010960 FArray
Critical: FArray::Realloc
Critical: 303369542*8
Critical: FUnrealfileSummary<<
Critical: LoadSummary
Critical: ULinkerLoad::ULinkerLoad
Critical: UObject::GetPackageLinker
Critical: ULinkerLoad::VerifyImport
Critical: ULinkerLoad::VerifyImport
Critical: ValidateImports
Critical: ULinkerLoad::Verify
Critical: ULinkerLoad::ULinkerLoad
Critical: UObject::GetPackageLinker
Critical: ULinkerLoad::VerifyImport
Critical: ValidateImports
Critical: ULinkerLoad::Verify
Critical: ULinkerLoad::ULinkerLoad
Critical: UObject::GetPackageLinker
Critical: UObject::StaticLoadObject
Critical: (Engine.Level None.MyLevel D:\Games\@E82 (3@K)\3@K\Unreal\TotallyUnreal\Maps\Edit\Epos\DmOrbitumBaseModdedV2.unr)
Critical: VerifyPackages
Critical: UGameEngine::LoadMap
Critical: LocalMapURL
Critical: UGameEngine::Browse
Critical: UGameEngine::Init
Critical: InitEngine
Exit: Exiting.
Uninitialized: Name subsystem shut down
Uninitialized: Log file closed, 10/23/21 10:19:15

Re: Missing file Postal2 in Unreal

Posted: Sat Oct 23, 2021 11:57 am
by yrex .
Says it's not enough memory and I should make free space on my disk
This error almost never means what it says. It usually shows up when you feed Unreal a file in wrong format (which is stupid -- can't it just check the magic bytes?).

In this case you just need to do

Code: Select all

ucc decompress Postal2_Dude.u.uz

Re: Missing file Postal2 in Unreal

Posted: Sat Oct 23, 2021 4:04 pm
by SMaster2341
yrex . wrote: Sat Oct 23, 2021 11:57 am
Says it's not enough memory and I should make free space on my disk
This error almost never means what it says. It usually shows up when you feed Unreal a file in wrong format (which is stupid -- can't it just check the magic bytes?).

In this case you just need to do

Code: Select all

ucc decompress Postal2_Dude.u.uz
Ugh... I decompressed it, but it keeps this error from third post