It is currently 19 Apr 2024, 01:49
   
Text Size

06/02/12 DOTP2012 Starting my custom pack

Moderator: CCGHQ Admins

06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 06 Feb 2012, 15:53

Hi,

I've been reading this forum for about a month. Tried the custom content available here, and loved it.
And last week got a deck together. It still needs some fine tuning (for example, the name that appears in the game i can't change it)
Anyway, here's the link:
http://www.mediafire.com/?b0dv5af5varj1qb

Any ideas/problems found, pls let me now.

I've been working on another deck, but having trouble with kiki-jiki and spellskite.
On kiki-jiki, i can't use clone or tokenbrain (i think) cause its kiki-jiki that targets the card, not the token. So i haven't figured out how to pass the targetcard to the token.

Btw. Are cards for dotp compatible with dotp2012? If not, maybe we should make a repository for 2012...

07/02/12 - Added another deck:
http://www.mediafire.com/?pgq56saz1q2kt0p
Now contains:
-Boros Landfall - Red/White
-Prime Knight - White
There's a small problem with "Otherworldly Journey" i used from another pack but get a message when i exit the game.

Thanks
Last edited by sadlyblue on 07 Feb 2012, 13:57, edited 1 time in total.
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby Vavali » 07 Feb 2012, 04:43

This might sound like a noob question, and I tried looking around a little bit, but how do you start making your own custom deck? What files do I need specifically? I'm sure this is the wrong place to ask, but if I can be given the answer, or just be pointed to the right direction I'd really appreciate it. :)
User avatar
Vavali
 
Posts: 41
Joined: 19 Jun 2011, 19:58
Has thanked: 13 times
Been thanked: 0 time

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby thefiremind » 07 Feb 2012, 09:23

Vavali wrote:This might sound like a noob question, and I tried looking around a little bit, but how do you start making your own custom deck? What files do I need specifically? I'm sure this is the wrong place to ask, but if I can be given the answer, or just be pointed to the right direction I'd really appreciate it. :)
I still think the best way to start is to use Deck Editor Revised for editing:
viewtopic.php?f=62&t=5369
and Casper's DLC as a fresh DLC to edit:
viewtopic.php?f=63&t=5076


sadlyblue wrote:On kiki-jiki, i can't use clone or tokenbrain (i think) cause its kiki-jiki that targets the card, not the token. So i haven't figured out how to pass the targetcard to the token.
The clone mechanic implemented with the "tokenbrain" is needed because a card that already exists has some problems when it must copy something else, but Kiki-Jiki just puts a token into the battlefield, so it's much easier to do. Try looking at the code of the scheme "Ignite the Cloneforge!", it should be a good start. You just have to tweak the target determination and add the remove at end of turn. :wink:
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 721 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 07 Feb 2012, 13:37

thefiremind wrote:The clone mechanic implemented with the "tokenbrain" is needed because a card that already exists has some problems when it must copy something else, but Kiki-Jiki just puts a token into the battlefield, so it's much easier to do. Try looking at the code of the scheme "Ignite the Cloneforge!", it should be a good start. You just have to tweak the target determination and add the remove at end of turn. :wink:
It's easy to copy a creature a put a token in play. The problem is to add the haste and sacrifice at the end of turn. I tried using the add characteritic, but it should be in a continous action. So it doesn't work.
The only way i think of doing it, but don't know the code is to put a token in place that has haste and sacrifice at the end of turn and would copy the card from kiki-jiki. The problem is how do i get what's the target card for the token from kiki-jiki.

If anyone could, pls help...
Thanks
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 23 Feb 2012, 15:51

Here's a new update.
Download: http://www.mediafire.com/?8cfxgxezi3wc8iw

Now includes:
Boros landfall
Frites
Infectious
Prime Knight
Tree of Life

Just having trouble with a few cards:
Tracker's Instincts - Can't make the choice limited to a creature, but if you choose anything else will put all in graveyard.
Timber Protector - Can't make forests indestructible.
Lignify - Triggered abilities still trigger. At least sometimes.

If you can't make then work correctly, pls let me now.

On another note, flashback works, and persist also works (undying is almost the same code, just change the counter type).
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby thefiremind » 23 Feb 2012, 18:58

sadlyblue wrote:Timber Protector - Can't make forests indestructible.
Did you try to destroy a forest? I made Timber Protector and the forests can be indestructible, it's the badge that just doesn't appear.
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 721 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 23 Feb 2012, 19:20

I didn't tried to destroy it.
But since the badge didn't appear i assumed it didn't work. Lost several hours trying for it to show. lol
Thanks
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 24 Feb 2012, 13:21

You'll need Gibbed tools and Wad manager, to pack and unpack the wad.
I had to use both, because some wad crashed with one but not the other...
Also, read http://www.slightlymagic.net/forum/viewtopic.php?f=62&t=5369 to get an idea how to use the deck editor. Also, the forum has a lot of help and info. (Thanks to the pioneers that started making this game better, and to those that keep making new content)

You'll need to import the cards that already exist (unpacked from the wads)
Start a new dlc with a number not used by any other user so far (i used 5555)
Try creating a deck with those cards. And use the send command to include in the game folder.
After that, just start making your own cards. You can use code from some cards to make others that are similar. All its all a little programming and trial and error.

Looking forward to play with your decks :)

If you need help coding some cards, just use the forum. But start with some simple ones.
I still have a lot of difficulties coding some cards, and some just can't be coded with the functions available for now. But its a lot of fun to play with new decks...
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby CWheezy » 24 Feb 2012, 17:53

Frites Infections, and tree of life all crash in archenemy mode, when you are the archenemy
CWheezy
 
Posts: 22
Joined: 09 Aug 2011, 07:26
Has thanked: 11 times
Been thanked: 0 time

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 24 Feb 2012, 19:36

CWheezy wrote:Frites Infections, and tree of life all crash in archenemy mode, when you are the archenemy
Thanks for letting me know.
Maybe because i forgot to set the scheme deck.
Will update it when i can (maybe tomorrow)
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby nabeshin » 24 Feb 2012, 19:46

sadlyblue wrote:Lignify - Triggered abilities still trigger. At least sometimes.
look in code of my Sudden Spoiling , for this layer = 1 is the most important.
Attachments
SUDDEN_SPOILING_113525.rar
(111.29 KiB) Downloaded 521 times
User avatar
nabeshin
 
Posts: 207
Joined: 27 Jun 2011, 20:07
Has thanked: 5 times
Been thanked: 31 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby ravemotion » 26 Feb 2012, 09:11

The land, Inkmoth Nexus doesn't gain flying when activated to a creature
ravemotion
 
Posts: 12
Joined: 06 Dec 2011, 16:07
Has thanked: 15 times
Been thanked: 0 time

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 26 Feb 2012, 12:51

ravemotion wrote:The land, Inkmoth Nexus doesn't gain flying when activated to a creature
My mistake...
Will solve at next release.
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 09 Mar 2012, 10:43

Another update:
http://www.mediafire.com/?m96ia751zenm5md

Fixed:
Inkmoth nexus
Configured the scheme decks (hope i didn't forget any)

Added decks:
Splinter twin
Elf alarm (this one maybe needs a tweak, its based on an old favorite of mine)

For the record, i'm just a little upset it's impossible to code planeswalker and other functions correctly. Still love this better than the alternatives (mainly due to the graphics of course), but its a little limited.
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Re: 06/02/12 DOTP2012 Starting my custom pack

Postby sadlyblue » 23 Mar 2012, 22:07

Hi,
Time for a new update:
http://www.mediafire.com/?3u3jd1n2vrci8me

I added 3 more decks:
- Tempered Virtue (quite simple white artifact/token weenie)
- Modern Eminent Domain (a blue and red control deck)
- Land Crushing (a blue, red and green land deck)

Life from a Loam crashes the game at the end of the match. Couldn't find the error. If you have a working one, or know were the error is, pls let me know.

Thanks
sadlyblue
 
Posts: 175
Joined: 06 Feb 2012, 13:18
Has thanked: 18 times
Been thanked: 16 times

Next

Return to 2012

Who is online

Users browsing this forum: No registered users and 7 guests

cron

Who is online

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

Login Form