openSUSE Forums > Applications > Games » online MTG card game playing util. for linux?

Go Back   openSUSE Forums > Applications > Games
Forums FAQ Members List Search Today's Posts Mark Forums Read


Games Questions about games (native, Wine hosted, online)

Reply
Page 1 of 4 1 23 Last »
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-Mar-2009, 22:02
Student Penguin
 
Join Date: Jul 2008
Posts: 88
cliff-s hasn't been rated much yet
Default online MTG card game playing util. for linux?

I might have this thread moved to programming/scripting if there isn't anything out there already..

I've been looking for a utility like this for a while, but have had no luck finding one..

MTG if you don't know is "Magic The Gathering" a very old card game by wizards of the coast..

there are plenty of windows apps available for playing the card game online, but very few emulate well with wine or crossover office.. so far I've tried magicworkstation (which runs very buggy and doesn't let you play, it say's "you must create a deck before you can do that" (or something like that), even when you get someone to create a deck file for you..)

I've also tried "apprentice" which runs! but I can't figure out how to connect to other opponents, it might not be possible when emulated..

so, if there is nothing else out there, we have but one choice if us linux users want to play MTG online, make our own utility to do so that will communicate with the already in place MTG servers (for magicworkstation)

so quite simply I'm asking are there any programs like this for linux?

if no, please move this thread to programing/ scripting, where I ask the following;

is anybody who knows how willing to help make a program like this?

thanks
Reply With Quote
  #2 (permalink)  
Old 08-Mar-2009, 22:17
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,700
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: online MTG card game playing util. for linux?

Quote:
Originally Posted by cliff-s
I might have this thread moved to programming/scripting if there isn't
anything out there already..

I've been looking for a utility like this for a while, but have had no
luck finding one..

MTG if you don't know is "Magic The Gathering" a very old card game by
wizards of the coast..

there are plenty of windows apps available for playing the card game
online, but very few emulate well with wine or crossover office.. so far
I've tried magicworkstation (which runs very buggy and doesn't let you
play, it say's "you must create a deck before you can do that" (or
something like that), even when you get someone to create a deck file
for you..)

I've also tried "apprentice" which runs! but I can't figure out how to
connect to other opponents, it might not be possible when emulated..

so, if there is nothing else out there, we have but one choice if us
linux users want to play MTG online, make our own utility to do so that
will communicate with the already in place MTG servers (for
magicworkstation)

so quite simply I'm asking are there any programs like this for linux?

if no, please move this thread to programing/ scripting, where I ask
the following;

is anybody who knows how willing to help make a program like this?

thanks
Hi
Is this the sort of thing your after?
http://www.linux.com/feed/60855

Have you tried running it with codeweavers crossover-games? You may
also wish to investigate running virtualbox and windows os?

--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (i586) Kernel 2.6.27.15-2-default
up 2 days 2:10, 1 user, load average: 0.31, 0.36, 0.24
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.35

Reply With Quote
  #3 (permalink)  
Old 09-Mar-2009, 15:39
Student Penguin
 
Join Date: Jul 2008
Posts: 88
cliff-s hasn't been rated much yet
Default Re: online MTG card game playing util. for linux?

hmm, thats a good find. and as it's written in java it's editable! , it does lack some things (online play against other opponents)

but it's a very good start! thanks.. now to figure out how to program online play into it..

heh the link to sourceforge is no longer valid.. looks like the project is completely gone..

well a search on sourceforge has yeilded results! so it's not all a loss SourceForge.net: Magic Free Station

now to see if it works

also see; SourceForge.net: Software Search

apparently over the years alot of other people were wondering why we couldn't have an MTG online utility on linux . and to think it was right under my nose on sourceforge all this time!
Reply With Quote
  #4 (permalink)  
Old 09-Mar-2009, 15:53
Student Penguin
 
Join Date: Jul 2008
Posts: 88
cliff-s hasn't been rated much yet
Default Re: online MTG card game playing util. for linux?

hmm, I can't seem to figure out how to run the one I noted in my previous post..

any help on that?
Reply With Quote
  #5 (permalink)  
Old 09-Mar-2009, 17:34
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,700
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: online MTG card game playing util. for linux?

Quote:
Originally Posted by cliff-s
hmm, I can't seem to figure out how to run the one I noted in my
previous post..

any help on that?
Hi
Unzip and look at the readme file?
Code:
INSTALL
----------
Copy all pics from magic workstation in pics folder

Magic Free Station uses some libraries for python, so to run it, you
must have this libraries.
* python-pysqlite2
* python-imaging
* python2.X  X>=3
* python-gobject
* python-gtk2
* python-glade2

You can install it with the command:
sudo apt-get install python-pysqlite2
for example


Run freeMWS.py
Instead of apt-get it would be zypper in or use YaST and python-sqlite2
is the name not python-pysqlite2.

--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (i586) Kernel 2.6.27.15-2-default
up 2 days 21:27, 2 users, load average: 0.18, 0.25, 0.19
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.35

Reply With Quote
  #6 (permalink)  
Old 10-Mar-2009, 15:16
Student Penguin
 
Join Date: Jul 2008
Posts: 88
cliff-s hasn't been rated much yet
Default Re: online MTG card game playing util. for linux?

argh! I've been meaning to update my packman installation source, but now it's telling me "failure to add the installation source.."

how do I set it up? I'm ashamed to have to ask again..

other wise I can't get the package cause it's not on the DVD or CD's.. at least not that the installation source notices..
Reply With Quote
  #7 (permalink)  
Old 10-Mar-2009, 17:08
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,700
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: online MTG card game playing util. for linux?

Quote:
Originally Posted by cliff-s
argh! I've been meaning to update my packman installation source, but
now it's telling me "failure to add the installation source.."

how do I set it up? I'm ashamed to have to ask again..

other wise I can't get the package cause it's not on the DVD or CD's..
at least not that the installation source notices..
Hi
If your on 11.1, just go to repository management and select add, it's
in the list?

--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (i586) Kernel 2.6.27.15-2-default
up 7:34, 2 users, load average: 0.08, 0.06, 0.11
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.35

Reply With Quote
  #8 (permalink)  
Old 10-Mar-2009, 21:17
Student Penguin
 
Join Date: Jul 2008
Posts: 88
cliff-s hasn't been rated much yet
Default Re: online MTG card game playing util. for linux?

I clicked add, selected HTTP, entered 'http://packman.unixheads.com/suse/10.1/x86_64/'

and it said something about not being able to add it because there was nothing there..
Reply With Quote
  #9 (permalink)  
Old 10-Mar-2009, 21:30
Student Penguin
 
Join Date: Jul 2008
Posts: 88
cliff-s hasn't been rated much yet
Default Re: online MTG card game playing util. for linux?

Quote:
Unable to create installation source
from URL 'http://Packman (SuSE LINUX 10.1)/http://packman.unixheads.com/suse/10.1/x86_64/'.
Details:
ERROR(InstSrc:E_no_instsrc_on_media)
there thats exactly what it says..
Reply With Quote
  #10 (permalink)  
Old 10-Mar-2009, 21:31
malcolmlewis's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: Podunk
Posts: 4,700
malcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputationmalcolmlewis has great reputation
Default Re: online MTG card game playing util. for linux?

Quote:
Originally Posted by cliff-s
I clicked add, selected HTTP, entered
'http://packman.unixheads.com/suse/10.1/x86_64/'

and it said something about not being able to add it because there was
nothing there..
Hi
10.1 is long gone.....

Have a look here
<http://packman.mirrors.skynet.be/pub/packman/suse/>

--
Cheers Malcolm °¿° (Linux Counter #276890)
SUSE Linux Enterprise Desktop 11 (i586) Kernel 2.6.27.15-2-default
up 11:55, 3 users, load average: 2.60, 1.47, 0.78
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.35

Reply With Quote
Reply
Page 1 of 4 1 23 Last »

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2