Posts
114
Respect
10Add +1
Forum Rank
Pack-a-Puncher
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!Customize? Its proprietary code. No one can edit or customize it.
AFAIK, Launcher just sends commands to whatever application you use. if DidUknowiPwn shares the command line arguments I could write a customizable java version fairly easily.
I was trying to add buttons and change some icons. Something sorta like DidUKnowiPwn's launcher. But I wanted to add some more features. I just have no idea where to start.
I know what it does. It's convenient. Basically, I wanted to just make a custom launcher for WAW. And use a similar one for COD 1 mapping.
I'll have to check this out, thanks.
Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. | |
Has shown excellence and experience in the area of custom scripting in the UGX-Mods community. | |
BO3 Modtools Alpha | This user has access to the Black Ops 3 Modtools Alpha |
You can decompile the Launcher using ILSpy since it's written in a .NET language.
written in a compatible .NET language where it can be decompiled and has no virtualprotection on it.
written in a compatible .NET language where it can be decompiled and has no virtualprotection on it.
Would a Java version not work then?
The original launcher was written in C#. A Java version of it would also be easily decompilable.