It is currently 23 Apr 2024, 14:34
   
Text Size

MageKing17's Releases (Latest: v0.7.1c)

by Incantus

Moderator: CCGHQ Admins

Re: New special-super-ultra-awesome edition (Latest: v0.59)

Postby MageKing17 » 09 May 2009, 20:44

Huggybaby wrote:BTW, how many cards are supported now?
Did I forget to include a cardlist.txt this time?

The number of tested cards is: 5079

And hey, yes I did include a cardlist.txt. You could've just checked for yourself. ;P
User avatar
MageKing17
Programmer
 
Posts: 473
Joined: 12 Jun 2008, 20:40
Has thanked: 5 times
Been thanked: 9 times

Re: New special-super-ultra-awesome edition (Latest: v0.59)

Postby Huggybaby » 09 May 2009, 22:42

Yes, but the info is for those who haven't downloaded yet, it's just good practice.
User avatar
Huggybaby
Administrator
 
Posts: 3207
Joined: 15 Jan 2006, 19:44
Location: Finally out of Atlanta
Has thanked: 701 times
Been thanked: 594 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby juzamjedi » 11 May 2009, 14:20

Several "combo cards" have been added in this release. For example you could *almost* build the original combo deck ProsBloom with the list of supported cards (for those that are curious the missing card for that deck is Drain Life, but it could be substituted with some other X damage spell). Also you can build Tolarian Academy decks and Yawgmoth's Bargain decks and Mind Over Matter and... try building some combo decks of your own!

For those that want an Excel spreadsheet of supported cards you can download this attachment.

incantus_0.591.zip
(109.27 KiB) Downloaded 1366 times
juzamjedi
Tester
 
Posts: 575
Joined: 13 Nov 2008, 08:35
Has thanked: 6 times
Been thanked: 8 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby ozin » 12 May 2009, 00:06

Thanks for Linux version, runs perfectly.
ozin
 
Posts: 1
Joined: 28 Dec 2008, 00:25
Has thanked: 0 time
Been thanked: 0 time

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby Incantus » 12 May 2009, 02:00

juzamjedi wrote:Several "combo cards" have been added in this release. For example you could *almost* build the original combo deck ProsBloom with the list of supported cards (for those that are curious the missing card for that deck is Drain Life, but it could be substituted with some other X damage spell). Also you can build Tolarian Academy decks and Yawgmoth's Bargain decks and Mind Over Matter and... try building some combo decks of your own!

For those that want an Excel spreadsheet of supported cards you can download this attachment.

incantus_0.591.zip
For those who'd like to use a deck builder, Nate's deck builder is pretty nice, and juzamjedi has compiled a datafile that shows all the cards currently implemented in the 0.591 version of Incantus: http://www.slightlymagic.net/forum/viewtopic.php?f=29&t=464&start=90#p13959

juzamjedi - Drain life shouldn't be too hard to implement. edit: oh, except for the part of only spending black mana.
Incantus
DEVELOPER
 
Posts: 267
Joined: 29 May 2008, 15:53
Has thanked: 0 time
Been thanked: 3 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby juzamjedi » 12 May 2009, 05:09

Here is a deck that shows off a number of the new cards. It is capable of winning on Turn 1 and with all of these power cards you can afford to be aggressive with your mulligans. The cards that are in the sideboard are cards that could be tried with the deck (except for Mana Crypt which is not implemented, but if it was then it would be an obvious addition to this deck list)

http://www.mediafire.com/?1zkyjwdyzkj
juzamjedi
Tester
 
Posts: 575
Joined: 13 Nov 2008, 08:35
Has thanked: 6 times
Been thanked: 8 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby juzamjedi » 12 May 2009, 08:54

For anyone that has no idea what I mean by ProsBloom, you can download a sample deck here:

http://www.mediafire.com/?yg4gngmlo55
juzamjedi
Tester
 
Posts: 575
Joined: 13 Nov 2008, 08:35
Has thanked: 6 times
Been thanked: 8 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby purklefluff » 20 May 2009, 01:06

heyhey.

tried to get 0.59 linux version working on MAC, but to no avail.


i'm not particularly code-savvy (at all), so there's probably something i'm missing.

anyone care to find out what the problem is?

(and if so, can the solution be explained in steps?)

thanks in advance!

much appreciated x
purklefluff
 
Posts: 14
Joined: 19 May 2009, 20:29
Has thanked: 0 time
Been thanked: 0 time

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby MageKing17 » 20 May 2009, 02:29

Hey there!

Firstly, you might want to wait until v0.592 gets released, because there are some fairly big problems with v0.59.

Secondly, you need to make sure you have Python (I use version 2.5.4) and pyglet (our graphics library). There may also be something else, but I can't think of it.

Pyglet can be found here: http://www.pyglet.org
User avatar
MageKing17
Programmer
 
Posts: 473
Joined: 12 Jun 2008, 20:40
Has thanked: 5 times
Been thanked: 9 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby purklefluff » 20 May 2009, 08:12

hey again.

installed python 2.5.4 (well... actually installed 3.0.1 before realising it wouldn't work with pyglet).

i'm pretty intent on getting this working, so here's the error message that comes up in the window. perhaps you've seen it before?

__docformat__ = 'restructuredtext'
__version__ = '$Id: $'

from ui.Incantus import main

if __name__ == '__main__':
main()
i'm going to take a wild guess and assume this means i'm missing a file called "main", in the UI folder?

anyway. let me know what you think it might be.
purklefluff
 
Posts: 14
Joined: 19 May 2009, 20:29
Has thanked: 0 time
Been thanked: 0 time

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby MageKing17 » 21 May 2009, 15:27

purklefluff wrote:i'm pretty intent on getting this working, so here's the error message that comes up in the window. perhaps you've seen it before?

Code: Select all
__docformat__ = 'restructuredtext'
__version__ = '$Id: $'

from ui.Incantus import main

if __name__ == '__main__':
    main()
That is not an error message. That is the contents of main.py. You need to run it, not open it. ;)

Are you using run.sh?
User avatar
MageKing17
Programmer
 
Posts: 473
Joined: 12 Jun 2008, 20:40
Has thanked: 5 times
Been thanked: 9 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby purklefluff » 21 May 2009, 19:43

actually no.

you're correct in assuming i was opening the main file.


however, "run.sh" just shows up as a text file for me.... and i can't find an application which will run it. (nothing in the python directory, for example)

what program will run the "run.sh" file?
purklefluff
 
Posts: 14
Joined: 19 May 2009, 20:29
Has thanked: 0 time
Been thanked: 0 time

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby MageKing17 » 23 May 2009, 16:36

purklefluff wrote:actually no.

you're correct in assuming i was opening the main file.


however, "run.sh" just shows up as a text file for me.... and i can't find an application which will run it. (nothing in the python directory, for example)

what program will run the "run.sh" file?
An sh file is a shell script... if you can't run it from a console prompt, then I'm afraid I have no idea what you're supposed to do. I only know how the Linux/Mac version works "in theory". Incantus is the Mac user. I'm the Windows user. Hence why I'm the one building the Windows binaries.
User avatar
MageKing17
Programmer
 
Posts: 473
Joined: 12 Jun 2008, 20:40
Has thanked: 5 times
Been thanked: 9 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby telengard » 23 May 2009, 23:27

purklefluff wrote:actually no.

you're correct in assuming i was opening the main file.


however, "run.sh" just shows up as a text file for me.... and i can't find an application which will run it. (nothing in the python directory, for example)

what program will run the "run.sh" file?
It needs to be executable (chmod +x run.sh) and then you run it like this:

./run.sh

This has to be done in a console window like xterm, Konsole, gnome-terminal, etc on Linux.

~telengard
User avatar
telengard
DEVELOPER
 
Posts: 379
Joined: 23 May 2009, 23:04
Has thanked: 2 times
Been thanked: 27 times

Re: New special-super-ultra-awesome edition (Latest: v0.591)

Postby purklefluff » 24 May 2009, 10:13

okay!

i got the program to boot up!

couple of things, though (and these may be noob questions)

1) when incantus starts up, the only buttons/options/menu i see is a single prompt... "would you like to play solo game Y/N"
2) there doesn't seem to be any menu or option to start new game/change decks/change settings/do anything except play the solo game with the default decks. nada.
2) i've got some decks i built in Nate's Deckbuilder.... i've saved them to various different kinds of .txt file, but i can't see any way to try to open said decks.... see point 2.


thanks for all your help so far!
purklefluff
 
Posts: 14
Joined: 19 May 2009, 20:29
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Incantus

Who is online

Users browsing this forum: No registered users and 5 guests


Who is online

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

Login Form