Removing cards from Forge
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
21 posts
• Page 2 of 2 • 1, 2
Re: Removing cards from Forge
by johncpatterson » 22 Aug 2011, 19:11
I certainly wouldn't want the default behavior to change, only just have it as an option to limit what sets the quest mode draws from for the humanBraids wrote:i suspect the default behavior would not change. besides, i have not been seeing any developer activity in this direction. here are some of the more important things on our plates.timmermac wrote:If you do add something like that, could it be made optional? There are players that like having such a huge pool of cards to draw from.

- johncpatterson
- Posts: 28
- Joined: 13 Aug 2011, 23:24
- Has thanked: 0 time
- Been thanked: 0 time
Re: Removing cards from Forge
by lazylockie » 26 Aug 2011, 05:27
I've coded exactly what you wanted a while back, human gets only cards from a particular set (or sets) while you still face all AI opponents and their crazy moxen. However after a while it seems that the codes have changed a bit (QuestBoosterData.java and another Booster.java file). After that, and not being able to use the SVN version anymore I lost interest on it.
I must say though, that it gets boring faster than the default, especially if you add sets like M10 and forward, since you'll end up with a lot more planeswalkers than normal.
I must say though, that it gets boring faster than the default, especially if you add sets like M10 and forward, since you'll end up with a lot more planeswalkers than normal.
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Removing cards from Forge
by johncpatterson » 26 Aug 2011, 17:34
Is there an easy way to bring that code back? While it may seem boring after a while to seasoned Magic players, working with just the Standard Constructed set cards, among others, would be much appreciated (i.e. less overwhelming). I really appreciate your time!
- johncpatterson
- Posts: 28
- Joined: 13 Aug 2011, 23:24
- Has thanked: 0 time
- Been thanked: 0 time
Re: Removing cards from Forge
by lazylockie » 26 Aug 2011, 23:38
This is the code I used at that time:johncpatterson wrote:Is there an easy way to bring that code back? While it may seem boring after a while to seasoned Magic players, working with just the Standard Constructed set cards, among others, would be much appreciated (i.e. less overwhelming). I really appreciate your time!
- Code: Select all
try {
br = new BufferedReader(new FileReader("questSets.txt"));
while(br.ready()) {
String currSet;
currSet = br.readLine();
sets.add(currSet);
}
br.close();
} catch(Exception e) {}
- lazylockie
- Posts: 508
- Joined: 13 Jul 2010, 22:44
- Has thanked: 74 times
- Been thanked: 15 times
Re: Removing cards from Forge
by Braids » 27 Aug 2011, 01:43
best way to make an official feature request is to use Mantis. http://www.slightlymagic.net/wiki/Forge#I_have_an_idea_to_make_Forge_better._What_do_I_do.3F
"That is the dumbest thing I've ever seen." --Rob Cashwalker, regarding Innistrad double-sided cards. One of the first times he and I have ever agreed on something. 

-
Braids - Programmer
- Posts: 556
- Joined: 22 Jun 2011, 00:39
- Location: Unknown. Hobby: Driving myself and others to constructive madness.
- Has thanked: 1 time
- Been thanked: 1 time
21 posts
• Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 39 guests