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.
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
I'll have to check this out, thanks. :)
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.what he said ^^
written in a compatible .NET language where it can be decompiled and has no virtualprotection on it.
The original launcher was written in C#. A Java version of it would also be easily decompilable.
Would a Java version not work then?
The original launcher was written in C#. A Java version of it would also be easily decompilable.