It is currently 20 Sep 2024, 10:32
   
Text Size

Forge Adventure mode like Shandalar

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

Re: Forge Adventure mode like Shandalar

Postby germaican » 18 Dec 2022, 00:15

First of all: Thanks for this AWESOME game! I am having a blast! Shandalar with all the cards <3 <3 <3

a few things i would love to see as additional features / some ideas of mine:
features | Open
General: What are the hotkeys for Quicksave/quickload I couldnt find those, maybe list those in the settings screen

General: a way to highlight objects which you can interact with (some sprites are used as background some times, are functional other times)

Deck & Card Inventory Screen:"show unique cards only" and "number of coloumns" options from the forge deckbuilder are missing, i found those to be useful, number of coloumns can be adjusted with ctrl+mousewheel though, and i imagine on android pinchzoom is an option (i guess... I am playing on Windows)

Deck & Card Inventory Screen:CTRL+F (or another hotkey) to jump into the search bar would be nice, or make it highlighted by default in those screens (i guess the 2nd option could be annoying on mobile devices as it opens the touchkeyboard ?!)

City Screen -> Shop: Show the backside of Flip cards on mouseOver

City Screen -> Shop: the option to buy 1/2/3/4 copies of a card (only if the "save/load game to refresh a shop" thing isn't considered an exploit)

Inn Screen -> Sell: a button to sell all but 4 of each card in my collection

World Screen: Show X/Y coordinates below map (for taking notes which cards are available in the city, right now i am taking screenshots)

"Infinite Gauntlet" as an Endgame Mode:
- unlocked after killing all the Bosses
- You sign up (maybe it costs a starting fee like 500 gold)
- You play a match, you win -> the next one starts (maybe your life total carries over ?) // you lose -> you are out.
- Opponents Deck randomly selected from the whole pool of enemies
- increasing rewards per Stage (+100 gold after first win, +150 after second etc.)
- should be compatible with the "cards on the battlefield: XYZ" mechanic (
- highscore is tracked in Stats Screen
in my mind this sounds like fun

THANKS again! and sorry for my clunky english (:
btw @Grimm is there a way to buy you a cup of coffee / leave you a tip for your time?
germaican
 
Posts: 1
Joined: 17 Dec 2022, 22:51
Has thanked: 1 time
Been thanked: 1 time

Re: Forge Adventure mode like Shandalar

Postby BlueTemplar » 20 Dec 2022, 12:54

germaican wrote:City Screen -> Shop: the option to buy 1/2/3/4 copies of a card (only if the "save/load game to refresh a shop" thing isn't considered an exploit)
Yeah, and if it is an exploit¤, I suggest removing the buy button or switching that spot to another card once the previous bought !

¤ IMHO : yes, it shouldn't be as easy to get 4 copies of any card, you should have to work to get a consistent deck. And *especially* not 4 copies of busted cards ! Sid Meier's MtG : Shandalar found perhaps a good tradeoff with easy copies only being available through quests, precious amulets, and rare enemy events ?
User avatar
BlueTemplar
 
Posts: 182
Joined: 04 Feb 2012, 22:47
Has thanked: 86 times
Been thanked: 11 times

Re: Forge Adventure mode like Shandalar

Postby Archargelod » 06 Jan 2023, 09:41

Is there an option to disable Vibration/Haptics?

I'm playing on a latest nightly version (Ubuntu Linux for Nintendo Switch). When I touch any enemy, my controller start and doesn't stop vibrating.
Archargelod
 
Posts: 5
Joined: 06 Jan 2023, 06:04
Has thanked: 2 times
Been thanked: 3 times

Re: Forge Adventure mode like Shandalar

Postby M0x » 07 Jan 2023, 13:28

Dear DevTeam and dear all,

All the best in 23!!!

And congrats on wonderful Forge and this labor of love that is Adventure mode.

I ask for help. I downloaded forge-gui-desktop-1.6.54.SNAPSHOT-2023.1.7 but I cannot launch Adventure mode. I run on Ubuntu linux 22.04 and openjdk 11.0.17 2022-10-18.

please help.
All the best!
M0x
M0x
 
Posts: 2
Joined: 07 Jan 2023, 13:23
Has thanked: 4 times
Been thanked: 0 time

Re: Forge Adventure mode like Shandalar

Postby kevlahnota » 08 Jan 2023, 00:24

M0x wrote:Dear DevTeam and dear all,

All the best in 23!!!

And congrats on wonderful Forge and this labor of love that is Adventure mode.

I ask for help. I downloaded forge-gui-desktop-1.6.54.SNAPSHOT-2023.1.7 but I cannot launch Adventure mode. I run on Ubuntu linux 22.04 and openjdk 11.0.17 2022-10-18.

please help.
All the best!
M0x
What was the error? Any screenshot? Error Logs? How do you run forge? via .sh script?
User avatar
kevlahnota
Programmer
 
Posts: 825
Joined: 19 Jul 2010, 17:45
Location: Philippines
Has thanked: 14 times
Been thanked: 264 times

Re: Forge Adventure mode like Shandalar

Postby Archargelod » 08 Jan 2023, 18:29

M0x wrote:Dear DevTeam and dear all,
I ask for help. I downloaded forge-gui-desktop-1.6.54.SNAPSHOT-2023.1.7 but I cannot launch Adventure mode. I run on Ubuntu linux 22.04 and openjdk 11.0.17 2022-10-18.
M0x
Make a copy of "forge.sh" script and with any text editor replace on line 41: "forge-gui-desktop" to "forge-gui-mobile-dev", now you can use this script to launch the adventure mode.
Not sure why, but it is the only way I can run the adventure mode on Linux.
Archargelod
 
Posts: 5
Joined: 06 Jan 2023, 06:04
Has thanked: 2 times
Been thanked: 3 times

Re: Forge Adventure mode like Shandalar

Postby Archargelod » 08 Jan 2023, 19:10

kevlahnota wrote:What was the error? Any screenshot? Error Logs? How do you run forge? via .sh script?
here's the error I get with Snapshot-1.6.54.1231 and openjdk-17 on Ubuntu 18.04
Screenshot from 2023-01-09 02-58-22.png

java.log
log file generated with -Xlog flag
(1.32 MiB) Downloaded 218 times

I used a "forge-adventure.sh" script, but running jar directly gives same result, as running it with sudo.
Archargelod
 
Posts: 5
Joined: 06 Jan 2023, 06:04
Has thanked: 2 times
Been thanked: 3 times

Re: Forge Adventure mode like Shandalar

Postby kevlahnota » 08 Jan 2023, 23:24

Archargelod wrote:
kevlahnota wrote:What was the error? Any screenshot? Error Logs? How do you run forge? via .sh script?
here's the error I get with Snapshot-1.6.54.1231 and openjdk-17 on Ubuntu 18.04
Screenshot from 2023-01-09 02-58-22.png

java.log

I used a "forge-adventure.sh" script, but running jar directly gives same result, as running it with sudo.
Edit forge-adventure.sh with texteditor and replace it with this:
Code: Select all
#!/bin/sh
cd $(dirname "${0}")
java -Xmx4096m --add-opens java.desktop/java.beans=ALL-UNNAMED --add-opens java.desktop/javax.swing.border=ALL-UNNAMED --add-opens java.desktop/javax.swing.event=ALL-UNNAMED --add-opens java.desktop/sun.swing=ALL-UNNAMED --add-opens java.desktop/java.awt.image=ALL-UNNAMED --add-opens java.desktop/java.awt.color=ALL-UNNAMED --add-opens java.desktop/sun.awt.image=ALL-UNNAMED --add-opens java.desktop/javax.swing=ALL-UNNAMED --add-opens java.desktop/java.awt=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED --add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true -Dfile.encoding=UTF-8 -jar $project.build.finalName$
User avatar
kevlahnota
Programmer
 
Posts: 825
Joined: 19 Jul 2010, 17:45
Location: Philippines
Has thanked: 14 times
Been thanked: 264 times

Re: Forge Adventure mode like Shandalar

Postby Archargelod » 09 Jan 2023, 07:01

kevlahnota wrote:Edit forge-adventure.sh with texteditor and replace it with this:
Thank you, I had to replace "$project.build.finalName$" with a "forge-gui-mobile-dev-1.6.54-SNAPSHOT-jar-with-dependencies.jar" and it worked. Any chance it will be merged to upstream?
fixed forge-adventure.sh | Open
Code: Select all
#!/bin/sh
cd $(dirname "${0}")
java -Xmx4096m --add-opens java.desktop/java.beans=ALL-UNNAMED --add-opens java.desktop/javax.swing.border=ALL-UNNAMED --add-opens java.desktop/javax.swing.event=ALL-UNNAMED --add-opens java.desktop/sun.swing=ALL-UNNAMED --add-opens java.desktop/java.awt.image=ALL-UNNAMED --add-opens java.desktop/java.awt.color=ALL-UNNAMED --add-opens java.desktop/sun.awt.image=ALL-UNNAMED --add-opens java.desktop/javax.swing=ALL-UNNAMED --add-opens java.desktop/java.awt=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED --add-opens java.base/jdk.internal.misc=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.math=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true -Dfile.encoding=UTF-8 -jar forge-gui-mobile-dev-1.6.54-SNAPSHOT-jar-with-dependencies.jar
Archargelod
 
Posts: 5
Joined: 06 Jan 2023, 06:04
Has thanked: 2 times
Been thanked: 3 times

Re: Forge Adventure mode like Shandalar

Postby M0x » 31 Jan 2023, 17:41

Hello Everybody,

thanks for all the help. Now in the 1.6.55 snapshot, everything runs ok. (yes running Forge on Ubuntu via *.sh scripts).

Looking forward to trying adventure mode :).

All the best!
M0x

p.s. It is wonderful having all the cards in adventure mode but I also think it would be a cool feature if one could limit the sets in adventure mode :). Only play old sets, or new, or just Mirage etc. etc. :)
M0x
 
Posts: 2
Joined: 07 Jan 2023, 13:23
Has thanked: 4 times
Been thanked: 0 time

Re: Forge Adventure mode like Shandalar

Postby Rein-Kun » 05 May 2023, 14:24

Hey, been playing for quite some time but recently i have had trouble getting Forge-Adventure to work. I am able to launch Forge-Adventure and play Classic mode no problem but whenever i select adventure mode the game just goes Black and nothing more. Does anyone know a fix for this? Am playing on Windows and have been using SNAPSHOT.
Rein-Kun
 
Posts: 1
Joined: 05 May 2023, 14:21
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Adventure mode like Shandalar

Postby Joril » 15 Jul 2023, 10:31

M0x wrote:p.s. It is wonderful having all the cards in adventure mode but I also think it would be a cool feature if one could limit the sets in adventure mode :). Only play old sets, or new, or just Mirage etc. etc. :)
I completely agree :D Maybe it would be possible to re-use the "Quest mode" data files? worlds.txt etc...?
Joril
 
Posts: 21
Joined: 14 Jul 2013, 19:42
Has thanked: 14 times
Been thanked: 0 time

Re: Forge Adventure mode like Shandalar

Postby Aquillion » 10 Aug 2024, 04:56

Dunno if this is still being updated, or if this thread is the right one to make feature requests, but one thing that I'd love to see in Adventure mode is some way to use Commanders, since so many cards rely on them now or are designed for that.

My suggestion would be a piece of equipment that enables a commander for you, if possible; this would allow it to be balanced against the other things you could equip there + a disadvantage if necessary (eg. however much reduced life a commander is worth) and would balance it against the fact that you have a commander and your opponents don't.

It could either enable the existing commander-selection interface, or you could use it to select a card as your commander; they would only be available during a match if your deck falls under the commanders' color identity.
Aquillion
 
Posts: 161
Joined: 25 Apr 2013, 07:30
Has thanked: 1 time
Been thanked: 10 times

Animepahe

Postby animepahe » 24 Aug 2024, 10:43

Animepahe is the best streaming website. One of the main advantages of Animepahe is that it provides free access to its entire anime library. Users can enjoy their favorite shows without any subscription fees or hidden costs.


Visit the site: animepahe.mom
animepahe
 
Posts: 3
Joined: 24 Aug 2024, 10:40
Has thanked: 0 time
Been thanked: 0 time

Re: Forge Adventure mode like Shandalar

Postby animepahe » 24 Aug 2024, 10:44

In the ever-evolving world of online streaming, finding a reliable source for your favorite dramas can be challenging. For Arabic-speaking audiences, Lodynet has emerged as a popular platform for accessing a variety of dramas online for free. Whether you're a fan of Turkish, Korean, or international dramas, Lodynet provides a treasure trove of entertainment, all conveniently dubbed in Arabic.

Visit the site: lodynet.nl/
animepahe
 
Posts: 3
Joined: 24 Aug 2024, 10:40
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 51 guests


Who is online

In total there are 51 users online :: 0 registered, 0 hidden and 51 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 51 guests

Login Form