![]() |
Singularity - 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: Singularity (/showthread.php?tid=7) |
Singularity - AR1911 - 03-31-2012 I hope its ok to create this thread ![]() Singularity Non-Script Packages seem to open all fine, Script ones fail either at linking or at deserializing. Would love to see this supported as it has a few unique things that are worth researching ![]() If anyone wants to decompress RvGame.xxx or another script file be sure to use the -lzo switch on decompress.exe because of the compression RE: Singularity - eliot - 04-03-2012 You're welcome to create any threads you wish ![]() I'll take a look into Singularity sometime after the release of UE Explorer. And may I ask which those unique "things" might be? RE: Singularity - AR1911 - 04-03-2012 (04-03-2012, 09:37 AM)eliot Wrote: You're welcome to create any threads you wish Thanks alot! I am interested how they exactly did the TMD aswell all related time slowing functions ( age revert, slow motion zone, controllable bullet) One cool weapon example is this: http://youtu.be/6yrBcduC1NQ Would be nice to take a closer look at things like that ![]() RE: Singularity - eliot - 04-03-2012 I believe they use the CustomTimeDilation variable from the Actor class to achieve the time zone thingy, for the age reverting, well probably hard coded. Oh and I loved this game, very enjoyable ![]() p.s can't remember that weapon shown in the video is that found via a secret or something? RE: Singularity - AR1911 - 04-03-2012 (04-03-2012, 12:36 PM)eliot Wrote: I believe they use the CustomTimeDilation variable from the Actor class to achieve the time zone thingy, for the age reverting, well probably hard coded. Well not exactly, i think it was in one of the ships rooms ( more hidden ), there was also an achievement which was only possible with this weapon, http://singularity.wikia.com/wiki/Dethex_Launcher and yeah the game is very awesome ![]() RE: Singularity - eliot - 04-21-2012 I have made some progress on the support for Singularty, although as you see a function can be totally screwed or totally perfect ![]() ![]() RE: Singularity - AR1911 - 04-22-2012 (04-21-2012, 09:10 AM)eliot Wrote: I have made some progress on the support for Singularty, although as you see a function can be totally screwed or totally perfect Very Nice ![]() ![]() Oh and a quick question: The classes in red, what does that mean? I noticed those are always empty and point to native code RE: Singularity - eliot - 05-13-2012 Classes in red means that the class threw a Exception when deserializing(reading) it. You can right click those classes and click on "View Exception" to see the message, though those are most of the time useless as they are usually triggered by errors prior to exception position. RE: Singularity - AR1911 - 05-16-2012 (05-13-2012, 04:59 AM)eliot Wrote: Classes in red means that the class threw a Exception when deserializing(reading) it. You can right click those classes and click on "View Exception" to see the message, though those are most of the time useless as they are usually triggered by errors prior to exception position. Ah alright, by the way did you make any progress on singularity? ![]() RE: Singularity - eliot - 05-17-2012 I haven't touched it since that post, I got bored of debugging Singularity packages ![]() |