Page 3 of 3

Re: Tools for Forge users in Windows

PostPosted: 10 Nov 2019, 03:19
by Nigol
I modified the exe to add Pioneer to the Top Formats. Sharing it here.

Re: Tools for Forge users in Windows

PostPosted: 14 Nov 2019, 22:48
by churrufli
Ok but now is in the last Forge Launcher version, just open it and update, feel free to PM me to collaborate in the project if you're interested.

Re: Tools for Forge users in Windows

PostPosted: 09 Jul 2020, 18:32
by Snoops2
This is awesome, thank you so much!

Re: Tools for Forge users in Windows

PostPosted: 27 Jul 2020, 03:13
by Pilgrim
Thank you so much for making this!

I made a set of scripts for creating sets of legal cards in Penny Dreadful and Historic with rarity (so I can filter by these and brew in Forge) - it works fine but the programming is UGLY, as I am not a programmer. Not sure if anyone else has the same needs but I find it useful. Would it be in the scope of Forge Launcher to incorporate something like this?

I've attached the scripts in case anyone wants to use what I cobbled together. Feel free to use and modify!

Re: Tools for Forge users in Windows

PostPosted: 29 Jul 2020, 13:53
by Corwin72
Are there instructions on how to create the bat file in advanced mode?

Re: Tools for Forge users in Windows

PostPosted: 29 Jul 2020, 14:09
by Corwin72
Here are the commands I currently use to start forge.

@ECHO OFF
FOR /F %%I in ('DIR *-with-dependencies.jar /B /O:D') DO SET J=%%I

java ^
-Xms2048m ^
-Xmx4096m ^
-jar %J%

Re: Tools for Forge users in Windows

PostPosted: 29 Jul 2020, 17:00
by churrufli
I paste that in Advanced Mode and it's works fine, thanks for the line

Re: Tools for Forge users in Windows

PostPosted: 25 Aug 2020, 17:11
by Corwin72
I am having some problems starting forge after the most recent update.
I don't get past:
Language 'java.util.PropertyResourceBundle@2d554825' loaded successfully.
(ThreadUtil first call): Running on a machine with 12 cpu core(s)

I don't see anyone complaining about anything in the discord. The Forge launcher did update today.
Could this be related?
Your Launcher Version is up to date: Forge Launcher (August v.2).

Re: Tools for Forge users in Windows

PostPosted: 25 Aug 2020, 20:05
by churrufli
It's was a Forge snapshot bug, now fixed

Re: Tools for Forge users in Windows

PostPosted: 20 Dec 2020, 18:08
by superegg
I am having a problem.
I am using Forge Launcher.
Update to Forge 1.6.37-SNAPSHOT 20-Dec-2020 04:04
after update, Forge Launcher Launch PlayForge.bat
but PlayForge.bat is empty file
PlayForge.bat's timestamp is 12:26 a.m. on December 20, 2020.

Re: Tools for Forge users in Windows

PostPosted: 21 Dec 2020, 07:30
by churrufli
Check the gear icon near the "Launch Forge" button to change the mode of launching forge. This will allow you to autorewrite your generated PlayForge.bat file if you select the Launch Mode > Advanced Mode option.

Re: Tools for Forge users in Windows

PostPosted: 22 Dec 2020, 16:01
by superegg
churrufli wrote:Check the gear icon near the "Launch Forge" button to change the mode of launching forge. This will allow you to autorewrite your generated PlayForge.bat file if you select the Launch Mode > Advanced Mode option.
Solved!
THX!