The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.13 (Linux)
|
Unsupported Games - Printable Version +- Eliot's Forum (https://eliotvu.com/forum) +-- Forum: UE Explorer (https://eliotvu.com/forum/forumdisplay.php?fid=1) +--- Forum: General (https://eliotvu.com/forum/forumdisplay.php?fid=3) +---- Forum: Game Support (https://eliotvu.com/forum/forumdisplay.php?fid=5) +---- Thread: Unsupported Games (/showthread.php?tid=23) |
RE: Dishonored? - eliot - 01-03-2013 (01-02-2013, 11:01 PM)Moo Wrote: How about Dishonored? Thanks! I will have a look at it in my spare time RE: Unsupported Games - eliot - 01-08-2013 Dishonored is now completely supported(version not available yet!) RE: Unsupported Games - Ganonmaster - 01-24-2013 Hey, if you've got time to add Mass Effect 1, 2 and/or 3 support, that'd be great. I've got the core/engine/exe files here if you need them: Mass Effect, Mass effect 2, Mass Effect 3 RE: Unsupported Games - MrDerp - 02-15-2013 Hi, I saw you supported Infinity Blade and wandered if you planned to include any more udk mobile support. I've tried Karateka, Last Knight (no joy failed to deserial) and I'm going to try some other mobile titles. Many thanks awesome tool btw! RE: Unsupported Games - AR1911 - 02-16-2013 Hey, Haven't been around for a while and just saw the latest build which is as always amazing , Did you look into Homefront yet?, i still cannot load some packages like GCGame.upk because it freezes my pc. RE: Unsupported Games - eliot - 06-15-2013 Just confirming that "AntiChamber" and "Remember Me" are supported even by the older UE Explorer versions. RE: Unsupported Games - eliot - 06-15-2013 I swear that I answered these three but apparently it must have been lost, so I'll re-answer just in-case. (01-24-2013, 04:54 PM)Ganonmaster Wrote: Hey, if you've got time to add Mass Effect 1, 2 and/or 3 support, that'd be great. I've got the core/engine/exe files here if you need them: Mass Effect, Mass effect 2, Mass Effect 3 Thanks for the links, I haven't spent much time on new updates, you will have to have a lot of patience Mass Effect is quite a difficult one to support because its a heavily modified Unreal Engine build. (02-15-2013, 11:06 AM)MrDerp Wrote: Hi, Are you sure you had it set on Console(before opening the package)? If so, feel free to upload me the files so I can have a look. (02-16-2013, 10:12 PM)AR1911 Wrote: Hey, No, I have not. Not interested in debugging something that freezes even my PC as well :| RE: Unsupported Games - VendorX - 07-01-2013 (05-16-2012, 12:30 AM)eliot Wrote:...is only compressed - after decompression your tool will support AA3. The same for SGR (Stargate Resistance) and many more... RE: Unsupported Games - MonsOlympus - 12-18-2013 Okay so I have some more games that may or may not be supported if you'd like me to upload some more files I have, XCom: Enemy Unknown Alien Rage Rise of the Triad Section 8: Prejudice Sanctum 2 Outlast Influx Dark Void Bioshock Infinite Batman: Arkham Asylum and City Forge Chivarly: Medieval Warfare and the three Alien Breed titles. If any of these would be useful let me know RE: Unsupported Games - eliot - 12-18-2013 XCom: Enemy Unknown Bioshock Infinite Chivarly: Medieval Warfare Are supported. I don't know about the rest, but they might be. Feel free to pm me the files, although beware I got like 30 games not-supported yet to support RE: Unsupported Games - MonsOlympus - 01-02-2014 (12-18-2013, 11:11 PM)eliot Wrote: XCom: Enemy Unknown Ahh okay, well Im not overly fussed about getting many games supported. If I had to pick one it'd be remember me, I just thought the files might be useful for narrowing down missing version numbers RE: Unsupported Games - eliot - 01-03-2014 (01-02-2014, 12:03 PM)MonsOlympus Wrote:(12-18-2013, 11:11 PM)eliot Wrote: XCom: Enemy Unknown Hehe, indeed it's very useful for that, as whenever I support a game, more games may work as an indirect result of that. Remember Me is supported already, unless an update broke it. RE: Unsupported Games - OmarAhmed - 03-03-2014 I hope Batman: Arkham City support, Here is Core.upk & Engine.upk RE: Unsupported Games - TigerTiger - 06-06-2014 Hey Eliot, I love your tool. Do you happen to know the reason why UE Explorer won't decompile Vanguard (uses UE 2.5). I ask because I am trying to compile .U mods for the Vanguard Emulator. If I use UT2004 to compile a simple Hello World script Vanguard throws out some errors. It is worth pointing out that my simple Hello World script is correctly decompiled in UE Explorer which makes me believe Vanguard must do something slightly different then most UE 2.5 games. If I hex edit the memory of the running game to override an existing function with my "hello world" log function it works. Error message with my script in Vanguard: Critical: Bad import index Error Message with Vanguard Scripts in UE Explorer: Index was out of range Its worth pointing out that if I try to load a file from UT2004 in Vanguard that has say 4 dependencies, the game will ask for each dependency and will not crash until all the dependencies are loaded. RE: Unsupported Games - eliot - 06-06-2014 (06-06-2014, 01:16 AM)TigerTiger Wrote: Hey Eliot, I love your tool. Do you happen to know the reason why UE Explorer won't decompile Vanguard (uses UE 2.5). I ask because I am trying to compile .U mods for the Vanguard Emulator. If I use UT2004 to compile a simple Hello World script Vanguard throws out some errors. It is worth pointing out that my simple Hello World script is correctly decompiled in UE Explorer which makes me believe Vanguard must do something slightly different then most UE 2.5 games. If I hex edit the memory of the running game to override an existing function with my "hello world" log function it works. 1. I have not explicitly supported Vanguard. I know I said I won't support it although I can't remember why, nor do i have the core and engine.u files for it, feel free to send me. 2. It is high likely that the developers modified their version of the engine therefor UE Explorer doesn't understand it by default. 3. The developers probably kept the backward compatibility support in place so older packages can be loaded such as UT2004 but beware UT2004 has its own modifications to files as well but that depends on its content. 4. I'm guessing that bad import means one of the imports(dependencies) could not be found, I'm not sure why your tested packages worked and your own didn't but perhaps it may just be due limited backwards compatibility. RE: Unsupported Games - TigerTiger - 06-06-2014 (06-06-2014, 01:52 AM)eliot Wrote:I just sent you an email with Core.U and Engine.u(06-06-2014, 01:16 AM)TigerTiger Wrote: Hey Eliot, I love your tool. Do you happen to know the reason why UE Explorer won't decompile Vanguard (uses UE 2.5). I ask because I am trying to compile .U mods for the Vanguard Emulator. If I use UT2004 to compile a simple Hello World script Vanguard throws out some errors. It is worth pointing out that my simple Hello World script is correctly decompiled in UE Explorer which makes me believe Vanguard must do something slightly different then most UE 2.5 games. If I hex edit the memory of the running game to override an existing function with my "hello world" log function it works. And to clarify I get the import errors in both the game and in UE Explorer because they are trying to read non existing import names for example -1234567 out of 5 RE: Unsupported Games - eliot - 06-06-2014 (06-06-2014, 03:20 AM)TigerTiger Wrote: I just sent you an email with Core.U and Engine.u Thanks I have checked out the Core.u in UE Explorer 1.2.6.0(you can download this if you already had 1.2.5.0 installed) and apparently UE Explorer does already manage to deserialize this game's packages? Well at least to a certain extent as shown in this picture: http://prntscr.com/3pzk40 RE: Unsupported Games - eliot - 06-07-2014 Removed Vanguard from list, Vanguard is now supported in UE Explorer 1.2.7.0! RE: Unsupported Games - TigerTiger - 06-07-2014 (06-07-2014, 01:00 AM)eliot Wrote: Removed Vanguard from list, Vanguard is now supported in UE Explorer 1.2.7.0! Thank you. I was indeed using an old version (1.2.1). RE: Unsupported Games - TigerTiger - 06-14-2014 I can't seem to find the download link for 1.2.7.0, can you send me the link? |