Hi eliot, first of all thanks for your hard work, your tool is awesome
Reading i found that you were supporting Soldier Front 2 since a previous UE Explorer version. Atm after decompressing gamefiles.upk, UE Explorer loads them but something fails in deserialize process. this is the log error:
http://tny.cz/4239bdfb
this is what UE Explorer is tellin me about exception (from Core.upk)
Deserialization failed by the following exception:
Impossibile leggere oltre la fine del flusso.
Occurred on position:4043/4042
StackTrace: in System.IO.BinaryReader.FillBuffer(Int32 numBytes)
in System.IO.BinaryReader.ReadInt32()
in UELib.UnrealReader.ReadNameIndex(Int32& num)
in UELib.UName.Deserialize(IUnrealStream stream)
in UELib.UObjectStream.ReadNameReference()
in UELib.Core.UClass.Deserialize()
in UELib.Core.UObject.BeginDeserializing()
Can you fix UE Explorer? maybe it is possible uploading here a fix dll like you did previously? I you need i can send you needed game.upk files and game.exe
I even manually reversed UObject / UProperty / UStruct / UFunction / UField classes (thanks to my university knowledge) to be able to find the error but dont know what to change in UE Explorer