Ali Rizvi
Ali Rizvi
> Setting the "Away" status away is already supported by the LoL client. You just need to click on the green circle right under your username on the top right...
It's not really bytecode manipulation so much as it is ASM. If you understand that, you'd likely be able to get a working solution.
It is not copied. It passes the pointer address, so it behaves as if it were passed by reference. Technically it's passing a pointer, but for all intents and purposes,...
Agreed. My generated code uses naming conventions not accessible to the GitHub action configuration (name-version, of which the action config can never know the version). Allowing for wildcard or even...
If the file is Perl, just add Perl to your system path, open CMD, and type Perl + execution block. `perl setup`
this has been dead for a while, but id like to note it happens for me as well. i find keeping the app open will usually complete downloads correctly, but...
1. There shouldn't be a sync. All files should simply copy once and be done. No link between them should remain, so they can be freely modified going forward. 2....
> Seconded. I think implementing options entirely within the launcher would be difficult to maintain. I believe allowing users to import the settings, servers, worlds, etc. from one instance to...
definitely a plus. for the longest time i kept a copy of my options.txt to copy paste between instances, but this would be so much nicer
Can you explain what you mean by skipping the "checkJVMArgs()"? What does GDLauncher do here that you're asking for