adamrehn / ue4cli

Command-line interface for Unreal Engine 4
https://docs.adamrehn.com/ue4cli/
MIT License
249 stars 45 forks source link

Allow to run non-Development Editor + few minor fixes in the same code #63

Open sleeptightAnsiC opened 3 months ago

sleeptightAnsiC commented 3 months ago

Hi @adamrehn ,

I fixed the suport for launching non-Development Editor https://github.com/adamrehn/ue4cli/issues/56 There are also few other changes and fixes added by this PR, as they were either easy to fix, located in the same code or blocking me from fixing the mentioned issue. I tested it mostly on Linux but it should work™ on other platforms too since the underlying code was already there.

I also tried to deal with https://github.com/adamrehn/ue4cli/issues/61 and https://github.com/adamrehn/ue4cli/issues/62 but they don't seem worth fixing right now (see the comments under those issues). Though, some changes were made with those in mind.

Let me know what do you think. PR is open for your edits.

Cheers!

All changes: