In 469e will be available nice decompiler ScriptRays, which allow restore code for any package.
Also 469e can load even protected packages, which normally crash UnrealEd on attempt open it.
However 469e not released yet.
I can make decompile for packages which you attach, on test build of 469e.
You will receive decompiled code, we (OldUnreal team) will get testing for ScriptRays decompiler and ensure it polished enough before release.
Win-win.
So attach your packages with stripped, removed or obfuscated code (not forget add all dependencies necessary for load it in editor).
I will attach as answer package with decompiled code inside.
Package will be NOT conformed to original, unless this not specified explicit.
Such thing allow someone continue work on abandoned mods with stripped code or at least fix bugs on it.
Yes, XConsole, XBrowser, I look on you.
Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
-
- Godlike
- Posts: 3164
- Joined: Sat Mar 21, 2020 5:32 am
-
- Masterful
- Posts: 501
- Joined: Sat Sep 13, 2008 10:24 pm
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
what noveltys does it include in next 469e?
Last edited by darksonny on Sat Aug 17, 2024 6:33 pm, edited 1 time in total.
-
- Masterful
- Posts: 599
- Joined: Sun Jul 12, 2009 7:10 pm
- Personal rank: Dude
- Location: Trieste, Italy
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
v469e
Personal map database: http://www.ut99maps.net
"These are the days that we will return to one day in the future only in memories." (The Midnight)
"These are the days that we will return to one day in the future only in memories." (The Midnight)
-
- Godlike
- Posts: 3164
- Joined: Sat Mar 21, 2020 5:32 am
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
Please to not derail topic. If you want ask something about 469e - create new topic and ask here with mention me.
-
- Godlike
- Posts: 3164
- Joined: Sat Mar 21, 2020 5:32 am
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
Just as example: XConsole source code:
Minor edits include:
1. rename one function (named as "!") in 2 places.
2. rename Play and Spec final functions (need only if you compile on 469e or later, since it conflict with hew functions added in 469e). Also you need find where it used and rename usage too, or compiled package will able work only on 469e+. You can compile on 469d or lower, in that case rename not need, but strongly recommended.
3. make not private some fields. in few classes.
After minor edits it can be compiled.Minor edits include:
1. rename one function (named as "!") in 2 places.
2. rename Play and Spec final functions (need only if you compile on 469e or later, since it conflict with hew functions added in 469e). Also you need find where it used and rename usage too, or compiled package will able work only on 469e+. You can compile on 469d or lower, in that case rename not need, but strongly recommended.
3. make not private some fields. in few classes.
You do not have the required permissions to view the files attached to this post.
-
- Masterful
- Posts: 599
- Joined: Sun Jul 12, 2009 7:10 pm
- Personal rank: Dude
- Location: Trieste, Italy
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
thanks Buggie.
apart from awesome mods, mutators or maps built over the years, imho XBrowser is one of the best GUI components developed for community. a good server browser with useful functions is fundamental for players.
afaik, XBrowser is in v2.0.1. is there anyone interested in keeping on developing new features for XBrowser ?
cheers,
Pietro
apart from awesome mods, mutators or maps built over the years, imho XBrowser is one of the best GUI components developed for community. a good server browser with useful functions is fundamental for players.
afaik, XBrowser is in v2.0.1. is there anyone interested in keeping on developing new features for XBrowser ?
cheers,
Pietro
Personal map database: http://www.ut99maps.net
"These are the days that we will return to one day in the future only in memories." (The Midnight)
"These are the days that we will return to one day in the future only in memories." (The Midnight)
-
- Godlike
- Posts: 3164
- Joined: Sat Mar 21, 2020 5:32 am
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
It is wrong place for ask this.
Try on XBrowser own topic:
https://ut99.org/viewtopic.php?t=3284
Last time when I check, XBrowser.u will be with author comments and with source. So it not related to this topic.
Try on XBrowser own topic:
https://ut99.org/viewtopic.php?t=3284
Last time when I check, XBrowser.u will be with author comments and with source. So it not related to this topic.
-
- Adept
- Posts: 388
- Joined: Mon Nov 11, 2013 7:56 am
- Personal rank: Average
- Location: India
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
Could you please decompile this? Need to fix thousands of accessed nones errors.
You do not have the required permissions to view the files attached to this post.
-
- Godlike
- Posts: 3164
- Joined: Sat Mar 21, 2020 5:32 am
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
Code can be compiled back without errors. I not compile it. Just restore sources.
You do not have the required permissions to view the files attached to this post.
-
- Adept
- Posts: 388
- Joined: Mon Nov 11, 2013 7:56 am
- Personal rank: Average
- Location: India
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
this is great, thank you!
-
- Adept
- Posts: 388
- Joined: Mon Nov 11, 2013 7:56 am
- Personal rank: Average
- Location: India
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
Could you please decompile this?
You do not have the required permissions to view the files attached to this post.
-
- Godlike
- Posts: 3164
- Joined: Sat Mar 21, 2020 5:32 am
Re: Topic for requests for recovery (decompilation) of package code (mutators, mods, whatever)
Code can be compiled back without errors. I not compile it. Just restore sources.
You do not have the required permissions to view the files attached to this post.
-
- Adept
- Posts: 388
- Joined: Mon Nov 11, 2013 7:56 am
- Personal rank: Average
- Location: India