question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Killing Floor .u encrypted

See original GitHub issue

First of all, thank you so much for this tool, is awesome, I just wanna add few things I’ve seen.

There are a lot of “UnresolvedNativeFunction_” functions, but I have no problem with that, I search Unreal functions and I can realize it, if it is Canvas.UnresolvedNativeFunction_99(Caption, W, H) I realize it is StrLen.

And another is:

                    // End:0xC98
                    if(TotalAmmo > 0)
                    {
                        // End:0xE0F
                        MagCount = NativeFunctionToken(ArgumentOutOfRangeException);
                        // Failed to format nests!:System.ArgumentOutOfRangeException: El índice estaba fuera del intervalo. Debe ser un valor no negativo e inferior al tamaño de la colección.
Nombre del parámetro: index
   en System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   en UELib.Core.UStruct.UByteCodeDecompiler.DecompileNests(Boolean outputAllRemainingNests)
   en UELib.Core.UStruct.UByteCodeDecompiler.Decompile()
                        // 15 & Type:If Position:3599
                        // Failed to format remaining nests!:System.ArgumentOutOfRangeException: El índice estaba fuera del intervalo. Debe ser un valor no negativo e inferior al tamaño de la colección.
Nombre del parámetro: index
   en System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   en UELib.Core.UStruct.UByteCodeDecompiler.DecompileNests(Boolean outputAllRemainingNests)
   en UELib.Core.UStruct.UByteCodeDecompiler.Decompile()
                        // 15 & Type:If Position:3599
}

Regards

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
AnDumucommented, Mar 10, 2022

Pretty nice, it also fixed the bug I posted first in SRGUIBuyWeaponInfoPanel

MagCount = NativeFunctionToken(ArgumentOutOfRangeException);
                        // Failed to format nests!:System.ArgumentOutOfRangeException:

when checking TotalAmmo

0reactions
EliotVUcommented, Mar 10, 2022

Glad it worked!

p.s. the changes I had made to make the NTL generator work are not part of the new release 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Killing Floor 2 - What does Encrypted USB do?
Yes, that will give you one material to craft a weapon or cosmetic item. Or, you could check what the USB is worth...
Read more >
How do I use the USB key? : r/killingfloor
Ok go to the encrypted USB and you should be able to click or right click it to pull up a menu that...
Read more >
Code - [Help] Decompile Protecting
I posted here encrypted KF .u packages. You can dl them here http://forums.tripwireinteractive.com/showthread.php?t=72009 and try to look ...
Read more >
mutator · GitHub Topics
A Killing Floor modification that adds content from the original Unreal Tournament 2 mod. unrealscript mutator killing-floor greylisted. Updated on Jan 30 ...
Read more >
Game Extractor
Game Extractor is a powerful tool that lets you open and manipulate the archive files used in thousands of games. Most modern games...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found