Forge - card game (based on MtG)

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
thepiney
Posts: 161
Joined: Wed Aug 31, 2011 11:57 am

Forge - card game (based on MtG)

#1 Post by thepiney »

Another Java based card game based on Magic the Gathering. Currently at version 1.6.30 released 11/11/2019.

From the home page:
Forge is an implementation of Magic the Gathering that lets you play against a computer AI opponent using most of the rules of a real game. You can construct decks for you and the computer to play with, currently 18475 (and counting) cards are available. We now include over 100 schemes, vanguards and planes. You can also play in a draft, sealed deck format or in a gauntlet against the computer. There is a new variant game mode that lets you play against multiple computer opponents. Currently, this program only lets you play against the computer, you cannot play against another human player over the Internet.
Note that the release post on the forum says that it does support "Online Multiplayer" --> https://www.slightlymagic.net/forum/vie ... 26&t=29077
For local network play you should only need two systems running Forge. One to host and one to join and play. For remote (over the Internet) play you will need to ensure that the port used (36743 by default) is forwarded to the hosting machine.
Home page (Wiki): https://www.slightlymagic.net/wiki/Forge --> Note: Links to the homepage and changelog get 404 errors

License: GNU GPL v3.0 per the included LICENSE.txt

Extraction: Just extract the tar.bz2 file (113MB) using 7zip or similar and start the .exe if you have Java installed.

If you don't have Java installed but use jPortable just create a .bat file with the following --- Works for me when extracted into PortableApps directory.

Code: Select all

@echo off
@start ..\CommonFiles\Java64\bin\java.exe -Xmx1024m -Duser.home=. -jar forge-gui-desktop-1.6.30-jar-with-dependencies.jar
I don't think the "-Duser.home=." is needed but left it in anyway.

Portability thread from forum --> https://www.slightlymagic.net/forum/vie ... le#p208980

--> Make a copy and/or rename forge.profile.properties.example to forge.profile.properties and edit 2 lines

Code: Select all

userDir=profile
cacheDir=cache
Saving to the program folder

Some Windows related hits in the registry

A "Content downloaders" section is available in the "Game Settings" area which allows you to download the card images. I downloaded the LQ images of 19k-20k cards and the folder was right around 1GB so I'm not going to download the HQ images (yet).

thepiney
Posts: 161
Joined: Wed Aug 31, 2011 11:57 am

Re: Forge

#2 Post by thepiney »

Forge Release 05/05/2020 ver 1.6.34

Forum:
https://www.slightlymagic.net/forum/vie ... 26&t=29545

Post Reply