[fixed]Vanguard & Conspiracy cards not in deckbuilder

Does anyone know what happened to the Vanguard & Conspiracy cards in deckbuilder?
High Quality Resources for Collectible Card Games
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=110&t=31135
That would beat having to scroll through them each time. Aswan jaguar? Anyone else?Maybe sort the game-format cards/vanguards/conspiracies/planes at the end instead of the beginning
I am also in favor of this.Korath wrote: Maybe sort the game-format cards/vanguards/conspiracies/planes at the end instead of the beginning
It's in the comprehensive packages but only modified files are in the incremental folders. I attached the file from the latest patch.Speaking of which, Manalink.ini isn't in version control. Is it in the end-user packages? I'm not going to try to download one just to check, given how god-awful my net connection is.
I asked about them because I wanted to test Vanguard hand size modifiers against Karn's abilities(Also, why's this all in this thread?)
Stick a "SortSpecialFirst=0" line in there then, please. Maybe a mention of the Name and Email options, too.drool66 wrote: attached the file from the latest patch.
I can't repro that for minimize/restore, but I can for window resizing (if NoFrame is turned off). It might be because you're still on XP, and I'm not anymore. Does commit e67634bb3 in wip/deckbuilder-buttons fix your symptoms?Aswan jaguar wrote:I don't know if it is just me but another issue with the deckbuilder is that if you minimize the window and then restore it the three buttons of Stats, Deck Info and Exit don't show up. They will show up only if you left click on them.
It fixes the issues with Deck Info and Exit buttons but not with stats button.Korath wrote: It might be because you're still on XP, and I'm not anymore. Does commit e67634bb3 in wip/deckbuilder-buttons fix your symptoms?
InvalidateRect(global_button_stats_hwnd, NULL, FALSE);
MOVEWINDOW_TL_WH(global_button_stats_hwnd, rect_stats);
MoveWindow(button_exit, rect_stats.left + 2 * rect_stats.right, rect_stats.top, rect_stats.right, rect_stats.bottom, 0);
InvalidateRect(button_exit, NULL, FALSE);
InvalidateRect(global_button_stats_hwnd, NULL, FALSE);
[DeckBuilder]
; Options for the deckbuilder. Options for duel are in config.txt. Advanced options for card frame display are in \DuelArt\Duel.dat
; The first four options are also configurable from right click menu in deckbuilder. The rest default to 0
;
;Consolidate duplicate cards.
Consolidate=1
;Music on/off
Music=0
;Sound effects on/off
Effects=1
;Expand the rules textbox on cards to show all text
ExpandTextOnBigCard=1
;Ignore the csvid values in a deckfile, and instead attempt to match the card name
ReadByName=0
;Show all cards, even those that are not coded or enabled
ViewAll=0
;
Skin=.
;Draw windows without a sizing border; ie. if set to 1, use WS_THICKFRAME
NoFrame=0
; Order special cards (eg. Planes, Schemes, Vanguard, Conspiracy...) at the beginning of the card list, as opposed to the end
SortSpecialFirst=0