It is currently 16 Apr 2024, 12:00
   
Text Size

Forge Release 09/29/2018 ver 1.6.16

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Forge Release 09/29/2018 ver 1.6.16

Postby inkmoth » 03 Oct 2018, 23:45

austinio7116 wrote:or Discord
Speaking of Discord, that invite link is dead. Can we get a new one?
inkmoth
 
Posts: 1
Joined: 03 Oct 2018, 23:41
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Release 09/29/2018 ver 1.6.16

Postby jamincollins » 04 Oct 2018, 00:15

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.
Attachments
forge.txt
(135 Bytes) Downloaded 190 times
jamincollins
 
Posts: 73
Joined: 17 Oct 2017, 00:41
Has thanked: 1 time
Been thanked: 19 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby jamincollins » 04 Oct 2018, 00:16

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
jamincollins
 
Posts: 73
Joined: 17 Oct 2017, 00:41
Has thanked: 1 time
Been thanked: 19 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby premiersoupir » 04 Oct 2018, 00:38

The AI chooses "creature" for Archon of Valor's Reach, which should not be a legal type selection.

Thank you!
premiersoupir
 
Posts: 6
Joined: 10 Aug 2018, 02:59
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Release 09/29/2018 ver 1.6.16

Postby jamincollins » 04 Oct 2018, 03:15

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.
jamincollins
 
Posts: 73
Joined: 17 Oct 2017, 00:41
Has thanked: 1 time
Been thanked: 19 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby Darth Agnon » 04 Oct 2018, 06:46

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?
Darth Agnon
 
Posts: 21
Joined: 13 Dec 2015, 23:50
Has thanked: 10 times
Been thanked: 0 time

Re: Forge Release 09/29/2018 ver 1.6.16

Postby austinio7116 » 04 Oct 2018, 16:01

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.
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby ajacobs899 » 04 Oct 2018, 20:24

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.
ajacobs899
 
Posts: 24
Joined: 07 Nov 2013, 03:09
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Release 09/29/2018 ver 1.6.16

Postby gos » 04 Oct 2018, 23:01

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?
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby gos » 04 Oct 2018, 23:10

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.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby austinio7116 » 05 Oct 2018, 05:39

Sounds like you don't have all the resources updated. Are you on mobile? Try downloading the res folder again.
User avatar
austinio7116
 
Posts: 451
Joined: 10 Mar 2017, 11:59
Has thanked: 47 times
Been thanked: 169 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby gos » 05 Oct 2018, 08:51

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.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby timmermac » 05 Oct 2018, 20:10

Where are you seeing not implemented?
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby MrMystery314 » 06 Oct 2018, 02:42

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.
MrMystery314
 
Posts: 99
Joined: 02 Jan 2018, 21:03
Has thanked: 1 time
Been thanked: 2 times

Re: Forge Release 09/29/2018 ver 1.6.16

Postby gos » 06 Oct 2018, 15:50

timmermac wrote:Where are you seeing not implemented?
Both in-game, in the card panel, and the deck editor.
gos
 
Posts: 4369
Joined: 03 Mar 2011, 15:21
Location: Reykjavík, Iceland
Has thanked: 231 times
Been thanked: 232 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 76 guests


Who is online

In total there are 76 users online :: 0 registered, 0 hidden and 76 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 76 guests

Login Form