View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 07-08-2012 , 10:43   Re: Lysis: An experimental .smx decompiler
Reply With Quote #109

You can't just compile the decompiled plugins. You'll have to clean it up or better just rewrite it, as it's that simple. The only interesting code is in the player_hurt event handler.

Quote:
Originally Posted by TnTSCS View Post
how did you get it to decompile so well?
I changed the dumpStringArray method to not try to access invalid indexes, it's not a good solution as lots of the array is missing as you can see ;)
__________________

Last edited by Peace-Maker; 07-08-2012 at 10:45.
Peace-Maker is offline