McLauncher 0.4.8 (Mod Manager works with v12)
Re: McLauncher 0.3.3 (Mod Manager and Downloader)
finally, a good mod launcher. I was thinking of building something like this myself, but I haven't got enough experience.
if you want a good git-tool, try tortoiseGit or sourcetree. If you want a short introduction on how git works, codeschool offers an interactive course.
TortoiseGit (GUI): http://download.tortoisegit.org/tgit/
Sourcetree (GUI): http://www.sourcetreeapp.com/
Codeschool Git (Command Line): https://www.codeschool.com/courses/try-git
Have you thought of asking Mod Authors for permission to make their mods available from your tool? I'm missing everyone's favourites Dytech and treefarm.
May I make some suggestions for your "Download Mods" area?
Search area:
-You have "Filter Test" entered already, but it stays even if you lick in there. Maybe you should make it possible that the text disappears after clicking in there.
-Your Filter only filters by the Mod name. I think it should be worth it, if you let it also search Mod Authors (Show all mods made by "OBAMA MCLAMA") and Tags ("get me all Machine mods")
if you want a good git-tool, try tortoiseGit or sourcetree. If you want a short introduction on how git works, codeschool offers an interactive course.
TortoiseGit (GUI): http://download.tortoisegit.org/tgit/
Sourcetree (GUI): http://www.sourcetreeapp.com/
Codeschool Git (Command Line): https://www.codeschool.com/courses/try-git
Have you thought of asking Mod Authors for permission to make their mods available from your tool? I'm missing everyone's favourites Dytech and treefarm.
May I make some suggestions for your "Download Mods" area?
Search area:
-You have "Filter Test" entered already, but it stays even if you lick in there. Maybe you should make it possible that the text disappears after clicking in there.
-Your Filter only filters by the Mod name. I think it should be worth it, if you let it also search Mod Authors (Show all mods made by "OBAMA MCLAMA") and Tags ("get me all Machine mods")
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.3.3 (Mod Manager and Downloader)
Thank you! i'll look into the git tools.
And currently, I'm not adding mods to the download mods area unless i have permission from the author.
I would love to add dytech and treefarm to the list. I always see people asking for help in DyTech.
I have tried a few times to get the filter to work with mod author also. But i can only figure out how to get it to work with the 1st column.
I need to create a practice with the filtering to understand it more.
Edit: Both of your suggestions will be in the next version
And currently, I'm not adding mods to the download mods area unless i have permission from the author.
I would love to add dytech and treefarm to the list. I always see people asking for help in DyTech.
I have tried a few times to get the filter to work with mod author also. But i can only figure out how to get it to work with the 1st column.
I need to create a practice with the filtering to understand it more.
Edit: Both of your suggestions will be in the next version
When i stream twitch i always answer questions and try to help, come visit me.
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.3.3 (Mod Manager and Downloader)
Version 0.4.0 released, Changelog
Now revealing the source code! You can view the source code at https://github.com/Fireblade/McLauncher (yes, I'm fireblade)
When i stream twitch i always answer questions and try to help, come visit me.
Re: McLauncher 0.4.0 (Mod Manager and Downloader)
Any ways for localization the launcher?
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.4.0 (Mod Manager and Downloader)
I have absolutely no idea how i would go about that. Translating.. making descriptions of mods know the translation, I'm sorry.Vitduo wrote:Any ways for localization the launcher?
When i stream twitch i always answer questions and try to help, come visit me.
- StoneLegion
- Filter Inserter
- Posts: 687
- Joined: Fri Sep 05, 2014 7:34 pm
- Contact:
Re: McLauncher 0.4.0 (Mod Manager and Downloader)
The way I would do that is string everything in the current client. So I have not touched your Launcher but for example I saw the buttons in the screen shot Rename, New, Delete, and then some text like Available Mods: 20 and Enabled Mods: 11. What you would do is string them like Available Mods = Available Mods and grab it some where else in the code that would look for a trigger like EN = English or EL = Greek etc. Then when it looks for them you have something simple like a text file EN.txt with all the strings listed like:OBAMA MCLAMA wrote:I have absolutely no idea how i would go about that. Translating.. making descriptions of mods know the translation, I'm sorry.Vitduo wrote:Any ways for localization the launcher?
Available_Mods = Available Mods or if it was the EL = Greek one it be like:
Available_Mods = Διαθέσιμο Τροποποιήσεις
I did not know the direct translate of Mods in greek since its more slang so I said Modifications instead
All said and done you just do the English portion then others will contribute the rest
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.4.1 (Mod Manager and Downloader)
I've released update 0.4.1 which has some small things released inside the code.
The biggest reason this was updated now, instead of before i work more on dependency and update features....
Is because a friend of mine has shown me that it did not work for users that used the installer instead of .zip for factorio.
He still appears to have a problem after this has been fixed with 0.4.1 (something with uac) , So if anyone else has a problem, please reply to this thread so i can fix the problem!
I have created a .bat file here for you to use to open the console, so you can read me any errors that may pop up or etc.
Download the .bat file here : https://dl.dropboxusercontent.com/u/143 ... uncher.bat and save it it with your .jar file, And use that to launch it instead.
screenshot/copy paste the whole thing into http://www.pastebin.com and send it to me!
If you rather create the bat file yourself, just use this: "cmd /k java -jar McLauncher.jar"
If you want to help with the source code, you can see it here> https://github.com/Fireblade/McLauncher
tl:dr >> Come across a problem? Please tell me and what you did when it happened.
The biggest reason this was updated now, instead of before i work more on dependency and update features....
Is because a friend of mine has shown me that it did not work for users that used the installer instead of .zip for factorio.
He still appears to have a problem after this has been fixed with 0.4.1 (something with uac) , So if anyone else has a problem, please reply to this thread so i can fix the problem!
I have created a .bat file here for you to use to open the console, so you can read me any errors that may pop up or etc.
Download the .bat file here : https://dl.dropboxusercontent.com/u/143 ... uncher.bat and save it it with your .jar file, And use that to launch it instead.
screenshot/copy paste the whole thing into http://www.pastebin.com and send it to me!
If you rather create the bat file yourself, just use this: "cmd /k java -jar McLauncher.jar"
If you come across the UAC problem, try this
If you don't have a McLauncher.json file, the debug.bat will always throw a fail to access .json file at the very top.If you want to help with the source code, you can see it here> https://github.com/Fireblade/McLauncher
tl:dr >> Come across a problem? Please tell me and what you did when it happened.
When i stream twitch i always answer questions and try to help, come visit me.
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.4.2 (Mod Manager and Downloader)
v0.4.2 fix release.
+Added a console to view any debug situations.
+Added togglable option to allow users to be notified when their mods have updates.
+Fixed issue where new users could not launch McLauncher without the McLauncher.json file.
Console is something I've been wanting to make since the the first release. So i have made it!
With the console you can basically see what i use to debug through the program, give me a guide if things are working correctly and etc.
Not everything is displayed here, Like stack traces, If you want stack trace's then load it up with a .bat file to see the console there.
Something a lot of people have been asking me is, Why isn't dytech on the downloadable mods list? Well the answer to that was because i didn't have permission at the time.
Now dytech is added, along with momods by ludsoe. 47 downloadable mods in total.
+Added a console to view any debug situations.
+Added togglable option to allow users to be notified when their mods have updates.
+Fixed issue where new users could not launch McLauncher without the McLauncher.json file.
Console is something I've been wanting to make since the the first release. So i have made it!
With the console you can basically see what i use to debug through the program, give me a guide if things are working correctly and etc.
Not everything is displayed here, Like stack traces, If you want stack trace's then load it up with a .bat file to see the console there.
Something a lot of people have been asking me is, Why isn't dytech on the downloadable mods list? Well the answer to that was because i didn't have permission at the time.
Now dytech is added, along with momods by ludsoe. 47 downloadable mods in total.
When i stream twitch i always answer questions and try to help, come visit me.
Re: McLauncher 0.4.2 (Mod Manager and Downloader)
When i click download it does nothing, This in console.
Code: Select all
Log]-ROW AT : 25
[Log]-376
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.4.3 (Mod Manager and Downloader)
Unfortunately i need to know more to be able to help you with this.
I see you were attempting to download resource monitor mod. And the 376 was a debug for me so i could see the length of the mod's description. That's removed in 0.4.3.
I've gone ahead and released v0.4.3, This won't help your problem as it mainly introduces modifications relating towards the console.
Some questions that could help.
Have you set the game path in the launcher tab?
Does it download, but fail to extract?
When you downloaded factorio, did you download the installer, or Zip?
try using v0.4.3 and sending me the whole console log. That way i can see if it actually starts downloading, or if it has failed at the start. (maybe UAC if windows?)
I see you were attempting to download resource monitor mod. And the 376 was a debug for me so i could see the length of the mod's description. That's removed in 0.4.3.
I've gone ahead and released v0.4.3, This won't help your problem as it mainly introduces modifications relating towards the console.
Some questions that could help.
Have you set the game path in the launcher tab?
Does it download, but fail to extract?
When you downloaded factorio, did you download the installer, or Zip?
try using v0.4.3 and sending me the whole console log. That way i can see if it actually starts downloading, or if it has failed at the start. (maybe UAC if windows?)
When i stream twitch i always answer questions and try to help, come visit me.
Re: McLauncher 0.4.3 (Mod Manager and Downloader)
So, I launch manager on my Linux and got this, when click on base in "Enabled mods" section
Also some errors from "Download mod" tab
And finally, buttons in "Options" is too small for their text (maybe resize need to implementing?)
ErrLog
It seems slash/backslash mess in pathsAlso some errors from "Download mod" tab
Selecting any mod error
Additional, downloading not work at all.And finally, buttons in "Options" is too small for their text (maybe resize need to implementing?)
GUI issue
Here is some OS info for get some hints
OS info
log
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.4.3 (Mod Manager and Downloader)
Thank you (so much) for the reply regarding the linux Arano-kai.
I only have windows, The backslash has tended to work for me. I will run through and change the backslashes to forward. And hopefully that fixes that problem.
The mod selecting is most likely the same problem-backslashes.
About the gui though, I'm not sure if linux is resizing anything, But all of those buttons are pixel perfect on windows for the text. I am assuming linux is making them bigger or just handles it slightly different to the point it needs resized.
I will take your screenshot and make the text 1 smaller on linux OS, maybe this will fix the problem.
I'll run this through tomorrow as I'm just going to bed right now, Thought i would leave you a message so people are not left hanging.
I only have windows, The backslash has tended to work for me. I will run through and change the backslashes to forward. And hopefully that fixes that problem.
The mod selecting is most likely the same problem-backslashes.
About the gui though, I'm not sure if linux is resizing anything, But all of those buttons are pixel perfect on windows for the text. I am assuming linux is making them bigger or just handles it slightly different to the point it needs resized.
I will take your screenshot and make the text 1 smaller on linux OS, maybe this will fix the problem.
I'll run this through tomorrow as I'm just going to bed right now, Thought i would leave you a message so people are not left hanging.
When i stream twitch i always answer questions and try to help, come visit me.
Re: McLauncher 0.4.3 (Mod Manager and Downloader)
Wow, quick response
Here useful topic about [back]slashes and reading files, hope it helps.
GUI mess may caused by OpenJDK that is not (but tries) native Java.
Here useful topic about [back]slashes and reading files, hope it helps.
GUI mess may caused by OpenJDK that is not (but tries) native Java.
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.4.4 (Mod Manager and Downloader)
Thank you for waiting
McLauncher v0.4.4 download
McLauncher v0.4.4 download
v0.4.4 changelog
Tell me how that works out for you, The text size in options was changed from 12 to 11 for linux users.When i stream twitch i always answer questions and try to help, come visit me.
Re: McLauncher 0.4.4 (Mod Manager and Downloader)
Just do quick test before sleep...
- Start from terminal create config in current folder, but not in jar location (i.m. stay in home and execute "java -jar ~/Games/factorio/McLauncher.jar" places config in home).
- Can launch multiple game and self instances.
- Game path commits to config after mod list modifications. Leads to exceptions, if You select path and try to configure without reopening. Workaround is select path->click enable/disable (exception raises here)->reopen launcher. Also, need properly validate selected path (and inform, if wrong).
- Available mods not updated after path selection, need to reopen.
- Installed zip-ed mods not properly picked up (err in version field). Maybe, need some interaction with that kind of mods (prompt unpack/leave as is...)
exc of zip mods
- Game ignores generated mod-list.json, loads all downloaded mods and stuck at loading process. Generated mod-list.json by launcher and game has major difference.
mod-list.json differencemod loading mismatch
- Some strange fail Caused by DyTech Modules, Dynamic, Automation and other with "Mod Requires" statment
dependency fail
- Multiple mod selection available, but action performed only for 1st selected in row.
multiple selection result
- Add dbl click to enable/disable mod (most intuitive action)
- Add download size and cancel... and, maybe, auto-download (or with prompt) requires?
Last edited by Arano-kai on Fri Sep 26, 2014 3:58 am, edited 1 time in total.
Re: McLauncher 0.4.4 (Mod Manager and Downloader)
And GUI almost perfect
gui
Re: McLauncher 0.4.4 (Mod Manager and Downloader)
Scrapmod updated to 0.2.1, launcher downloads 0.2.0.
DyTech-Genetics is missing.
DyTech-Genetics is missing.
-
- Filter Inserter
- Posts: 337
- Joined: Fri May 30, 2014 4:23 am
- Contact:
Re: McLauncher 0.4.5 (Mod Manager and Downloader)
When i stream twitch i always answer questions and try to help, come visit me.
Re: McLauncher 0.4.5 (Mod Manager and Downloader)
Works like a charm
Re: McLauncher 0.4.5 (Mod Manager and Downloader)
Well, my eng is too bad for explaining such tech things, but I'll try my best
McLauncher.json position
multiple instances of launcher and game
game path selection and gui update
game ignoring selected modes and stuck on load
zip-ed mods handling
Load process sequence
some GUI tweak
Best regards and good luck