Page 3 of 5

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 03 Oct 2018, 23:45
by inkmoth
austinio7116 wrote:or Discord
Speaking of Discord, that invite link is dead. Can we get a new one?

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 00:15
by jamincollins
peepser wrote:Forge slows down to a crawl after playing for an hour or longer. The AI takes forever to do anything, and even on my turn there is considerable lag. This is running on a PC with 8 gigs of ram. Any ideas why it slows down?
As timmermac indicated, Forge is written in Java. Java applications can not simply use all the available memory on a system. In fact, when a Java application is started, a minimum and maximum amount of allowed memory are set. The forge.exe shipped with the builds sets a maximum of 1 Gig.

You can change the memory settings used by Java to run Forge on your machine by using a custom launch script like the following:

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

java ^
    -Xms2048m ^
    -Xmx4096m ^
    -jar %J%
The above script sets the minimum memory used to 2048m or 2 Gig and the maximum allowed usage to 4096m or 4 Gig.

I've attached the above script as a file should you wish to simply download it, rename it to forge.cmd, and use it to start Forge.

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 00:16
by jamincollins
inkmoth wrote:
austinio7116 wrote:or Discord
Speaking of Discord, that invite link is dead. Can we get a new one?
Here you go:

https://discord.gg/6gEAy5e

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 00:38
by premiersoupir
The AI chooses "creature" for Archon of Valor's Reach, which should not be a legal type selection.

Thank you!

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 03:15
by jamincollins
premiersoupir wrote:The AI chooses "creature" for Archon of Valor's Reach, which should not be a legal type selection.

Thank you!
If you can replicate this, please provide a screenshot of the issue.

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 06:46
by Darth Agnon
gos wrote:Kormus Bell is not turning all lands into 1/1 creatures when Urborg, Tomb of Yawgmoth is on the battlefield. Is that correct?
I've noticed this, too. Bug?

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 16:01
by austinio7116
peepser wrote:Forge slows down to a crawl after playing for an hour or longer. The AI takes forever to do anything, and even on my turn there is considerable lag. This is running on a PC with 8 gigs of ram. Any ideas why it slows down?
Try performance mode in the settings. The longer the game goes on, the more complex the board and graveyard become and the more possibilities the AI has to consider. Performance mode removes one of the more expensive checks that gets worse over time at the cost of a fringe case rules issue.

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 20:24
by ajacobs899
Found an issue with Emmara, Soul of the Accord. When tapping for convoke, it triggers twice producing two tokens in total instead of just the one. Tapping her by attacking normally still only triggers once as it should.

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 23:01
by gos
A lot of the GRN cards are showing up as "not implemented" in forge, including many named in the OP. I just ran into the same thing with Onward // Victory from AKH. Surely this can't be right. Anyone have any idea what could be up?

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 04 Oct 2018, 23:10
by gos
gos wrote:A lot of the GRN cards are showing up as "not implemented" in forge, including many named in the OP. I just ran into the same thing with Onward // Victory from AKH. Surely this can't be right. Anyone have any idea what could be up?
A GRN example is Risk Factor.

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 05 Oct 2018, 05:39
by austinio7116
Sounds like you don't have all the resources updated. Are you on mobile? Try downloading the res folder again.

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 05 Oct 2018, 08:51
by gos
austinio7116 wrote:Sounds like you don't have all the resources updated. Are you on mobile? Try downloading the res folder again.
No on mobile. Downloaded from this thread.

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 05 Oct 2018, 20:10
by timmermac
Where are you seeing not implemented?

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 06 Oct 2018, 02:42
by MrMystery314
Casting Mind Grind in MoJhoSto (with X=0) completely mills the opponent. This may be because they only had lands in their deck, but this is definitely not intended behavior. I am guessing this is because X typically can't be zero, so having it equal zero from Jhoira's avatar messes something up.

Re: Forge Release 09/29/2018 ver 1.6.16

PostPosted: 06 Oct 2018, 15:50
by gos
timmermac wrote:Where are you seeing not implemented?
Both in-game, in the card panel, and the deck editor.