yoshi41dragon
Active Member
That works! Thanks Neelix and ptitSeb.
This way, new games, card backs and backgrounds can be added easily.
This way, new games, card backs and backgrounds can be added easily.
Right click is "manual autoplay"The autoplay is wonderful anyway is it possible to use it just for a single move ? Using an hotkey ?
I disabled it cause it was playing too much but could be useful sometimes when I'm stuck
I'm afraid Card Size is autocomputed. I have to see in source code (they are include in the sources folder, you'll need codeblock command line to compile, as it use winelib, but it's easy, a simple "make" should suffice) where and how it is done (hight is the limiting factor here). And I agree, bigger card will be good (even if I saw some configuration where cards overlap severely).As it happens In this case there's no need to even override the standard.xml (and in fact there is an instruction not to edit it at top of the file)
Extra games (or collections of games) can be added by dropping a new .xml file in appdata/rules.
E.G. I added a file that I called mygames.xml (for lack of a better name) with the contents:
<xmsol>
<game name="Klondike Free">
<foundation x="500" repeat="4"/>
<tableau repeat="7" shape="incr" count="28" hide="-1">k group alter</tableau>
<stock redeal="inf"/><waste x="120"/>
</game>
</xmsol>
And when I reloaded xmsol, the new game was there in the list. This is good because it means any number of games can be added from different sources without having to worry about losing previous additions.
Is there a way to adjust the card sizes? I haven't stumbled across one yet and they all seem to be downscaled unnecessarily.
- Neelix
Cool !Right click is "manual autoplay"The autoplay is wonderful anyway is it possible to use it just for a single move ? Using an hotkey ?
I disabled it cause it was playing too much but could be useful sometimes when I'm stuck
Hey, it's not autoplay, it just show the next card from the deckCool !Right click is "manual autoplay"The autoplay is wonderful anyway is it possible to use it just for a single move ? Using an hotkey ?
I disabled it cause it was playing too much but could be useful sometimes when I'm stuck
Really? I tried with Freecell, and it autoplay the card I right-clicked. But it's not full autoplay, it does choose by itself the card to autoplay, you have to select-it yourself. So it's half-autoplay.Hey, it's not autoplay, it just show the next card from the deckCool !Right click is "manual autoplay"The autoplay is wonderful anyway is it possible to use it just for a single move ? Using an hotkey ?
I disabled it cause it was playing too much but could be useful sometimes when I'm stuck