Gildor's Forums

English Forum => Unreal engine 4 => Topic started by: jmgg on July 14, 2015, 15:56



Title: Bierzerkers
Post by: jmgg on July 14, 2015, 15:56
anyone know if this new game is supported? ???
http://store.steampowered.com/app/348460/


Title: Re: BIERZERKERS
Post by: Gildor on July 14, 2015, 16:10
You should post some information about this game, otherwise you're forcing people to use search to find anything.


Title: Re: BIERZERKERS
Post by: Chrono on July 14, 2015, 20:16
It's supposedly using unreal engine 4, here is the store page: http://store.steampowered.com/app/348460/


Title: Re: BIERZERKERS
Post by: jmgg on July 17, 2015, 23:10
Confirmed. UModel supports the game except animations with ue4.7


Title: Re: BIERZERKERS
Post by: Gildor on December 18, 2016, 21:26
Could anyone test animations in this game, please?


Title: Re: BIERZERKERS
Post by: Mandalorian on December 20, 2016, 00:41
I get this with 4.7:
Memory: bad allocation size 1702130277 bytes
appMalloc:size=1702130277 (total=1 Mbytes) <- FArray::Empty:1702130277 x 1 <- FString<< <- SerializePackageFileSummary4 <- FPackageFileSummary<<:Ver=0/0 <- UnPackage::UnPackage:/Engine/Content/BufferVisualization/AmbientOcclusion.uasset, ver=434/0, game=10008 <- UnPackage::LoadPackage:/Engine/Content/BufferVisualization/AmbientOcclusion.uasset <- UIMenuItem::HandleCommand <- UIBaseDialog::WndProc <- UIBaseDialog::ShowDialog:modal=1, title="Choose a package to open" <- CUmodelApp::ShowPackageUI <- Main:umodel_version=514


Title: Re: BIERZERKERS
Post by: Gildor on December 20, 2016, 00:45
May be they've updated the engine to a different version?


Title: Re: BIERZERKERS
Post by: Mandalorian on December 20, 2016, 02:31
In other versions also crash


Title: Re: Bierzerkers
Post by: Gildor on December 21, 2016, 17:43
Marking this as important.

Well, I've checked the files. Some files are working (those are made with UE4.7), some - not. Files which aren't working, made with some old version of the engine, and working well if I'll open them with options:
Code:
-game=ue4.0 -pkgver=335

These files were made with 2 different engine versions. The version for files which are "old" is some pre-release 4.0 version. For comparison, release version has package version 342, but I'm setting it to 335 (actually, some number smaller than 336).

In example uassets which I've got, old files has names starting with HF... and RM..., plus bad file is Raider1P.uasset. Other files are good. I have no idea if these files are separated in some way in the game's directory tree - may be they are located in different pak files, I don't know. If they are separated - that's good. If not - I don't know the easy solution for opening anything without having umodel to crash. However I think the files are separated in some way, because Unreal engine can't load packages from 2 different engine versions, so "old" packages are a kind of garbage in the game directory.