Tools for Forge users in Windows
by mtgrares
Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins
43 posts
• Page 3 of 3 • 1, 2, 3
Re: Tools for Forge users in Windows
by Nigol » 10 Nov 2019, 03:19
I modified the exe to add Pioneer to the Top Formats. Sharing it here.
- Attachments
-
Forge Launcher.Patched.zip- Added Pioneer to Top Formats
- (325.37 KiB) Downloaded 807 times
Re: Tools for Forge users in Windows
by churrufli » 14 Nov 2019, 22:48
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.
- Attachments
-
Forge Launcher.zip- (365.81 KiB) Downloaded 866 times
Re: Tools for Forge users in Windows
by Snoops2 » 09 Jul 2020, 18:32
This is awesome, thank you so much!
Latest snapshot of Forge: https://downloads.cardforge.org/dailysnapshots/
Join our Discord: https://discord.com/invite/BdUCKepYHr
Join our Discord: https://discord.com/invite/BdUCKepYHr
Re: Tools for Forge users in Windows
by Pilgrim » 27 Jul 2020, 03:13
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!
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!
- Attachments
-
Forge PD and Historic v4.zip- (942.91 KiB) Downloaded 613 times
- Pilgrim
- Posts: 2
- Joined: 27 Jul 2020, 02:06
- Has thanked: 0 time
- Been thanked: 0 time
Re: Tools for Forge users in Windows
by Corwin72 » 29 Jul 2020, 13:53
Are there instructions on how to create the bat file in advanced mode?
-

Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Re: Tools for Forge users in Windows
by Corwin72 » 29 Jul 2020, 14:09
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%
@ECHO OFF
FOR /F %%I in ('DIR *-with-dependencies.jar /B /O:D') DO SET J=%%I
java ^
-Xms2048m ^
-Xmx4096m ^
-jar %J%
-

Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Re: Tools for Forge users in Windows
by churrufli » 29 Jul 2020, 17:00
I paste that in Advanced Mode and it's works fine, thanks for the line
Re: Tools for Forge users in Windows
by Corwin72 » 25 Aug 2020, 17:11
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).
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).
-

Corwin72 - Posts: 793
- Joined: 15 Sep 2009, 13:26
- Location: Grayson, Ga
- Has thanked: 25 times
- Been thanked: 9 times
Re: Tools for Forge users in Windows
by churrufli » 25 Aug 2020, 20:05
It's was a Forge snapshot bug, now fixed
Re: Tools for Forge users in Windows
by superegg » 20 Dec 2020, 18:08
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.
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.
- superegg
- Posts: 4
- Joined: 18 Feb 2018, 17:39
- Has thanked: 0 time
- Been thanked: 0 time
Re: Tools for Forge users in Windows
by churrufli » 21 Dec 2020, 07:30
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
by superegg » 22 Dec 2020, 16:01
Solved!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.
THX!
- superegg
- Posts: 4
- Joined: 18 Feb 2018, 17:39
- Has thanked: 0 time
- Been thanked: 0 time
Re: Tools for Forge users in Windows
by Aditya77 » 26 Oct 2024, 16:17
When it comes to enhancing the Forge user experience on Windows, a variety of tools can be invaluable. Consider using text editors like Notepad++ for coding, Git for version control, and graphic design software like GIMP. Additionally, utilizing task automation tools can streamline workflows, making development smoother and more efficient.
- Aditya77
- Posts: 1
- Joined: 07 Oct 2024, 15:38
- Has thanked: 0 time
- Been thanked: 0 time
43 posts
• Page 3 of 3 • 1, 2, 3
Who is online
Users browsing this forum: No registered users and 107 guests