I'm aware of the fact that outfits with more than 5 pieces can show false positives. I'm not planning on fixing it at the moment.
Thanks. You have a lot more patience than I have when someone tells you something you already know.
I'm aware of the fact that outfits with more than 5 pieces can show false positives. I'm not planning on fixing it at the moment.
$ java -jar KoLmafia-12610.jar --CLI
...
username: greycat
...
> svn update snapshot
Validating repo...
Repo validated.
Updating bumcheekascend-snapshot...
/home/greg/.kolmafia/svn/bumcheekascend-snapshot
At revision 345
Done.
Requests complete.
> call snapshot
Unable to invoke snapshot
> call snapshot.ash
Unable to invoke snapshot.ash
> call bumcheekascend-snapshot
Unable to invoke bumcheekascend-snapshot
> call bumcheekascend-snapshot/scripts/snapshot.ash
Unable to invoke bumcheekascend-snapshot/scripts/snapshot.ash
$ cd .kolmafia/scripts/
$ ln -s ../svn/bumcheekascend-snapshot/scripts/snapshot.ash .
> call snapshot.ash
<font color="blue">You have a display case with at least one item in it.</font>
...
I can't imagine this is the intended installation process, but I'm utterly at a loss for how to make the "call" command look at scripts that are not in the ~/.kolmafia/scripts/ directory.
Did you delete snapshot.ash from your /scripts folder at some point? I think that makes Mafia's SVN think you don't want that particular file from this project, so /svn/bumcheekascend-snapshot/scripts/snapshot.ash wouldn't be copied over to /scripts.
> svn update snapshot
Validating repo...
Repo validated.
Updating bumcheekascend-snapshot...
/home/greg/.kolmafia/svn/bumcheekascend-snapshot
U https://svn.code.sf.net/p/bumcheekascend/code/snapshot/scripts/snapshot.ash
https://svn.code.sf.net/p/bumcheekascend/code/snapshot/scripts
https://svn.code.sf.net/p/bumcheekascend/code/snapshot
At revision 364
Pushing local updates...
snapshot.ash => /home/greg/.kolmafia/scripts/snapshot.ash
Done.
Requests complete.
golem:~/.kolmafia/scripts$ ls -l
total 54
-rw-r--r-- 1 greg greg 1870 Aug 20 2011 bumpork0.2.ash
-rw-r--r-- 1 greg greg 11200 Dec 16 2009 crimbo11.ash
-rw-r--r-- 1 greg greg 1879 Sep 9 2012 mystery-1.1a.ash
lrwxrwxrwx 1 greg greg 51 Sep 10 18:52 snapshot.ash -> ../svn/bumcheekascend-snapshot/scripts/snapshot.ash
-rw-r--r-- 1 greg greg 37768 Jul 1 2012 SpaceTripper.ash
golem:~/.kolmafia/scripts$ ls -lL snapshot.ash
-rw-r--r-- 1 greg greg 0 Sep 26 10:24 snapshot.ash
You've got the script installed. Run it - refresh the menu first, if "snapshot.ash" doesn't show up - by selecting its entry from the Script menu. It'll print out a LOT of stuff in the gCLI - it's rather verbose. Once it's done it'll give you the URL of your new profile. Go visit that in your browser.I apologize in advance if problems similar to this have been posted before, but I didn't see any. So, here goes!
I'm trying to get a super cool and useful profile of my own, and so I type "svn checkout https://svn.code.sf.net/p/bumcheekascend/code/snapshot" into mafia's CLI. It returns:
(Starting Checkout...
Validating repo...
Repo validated.
C:\Users\Xantaxar\Downloads\svn\bumcheekascend-snapshot
At revision 421
Successfully checked out working copy.
Done.
Requests complete.)
It directs me to file inside the bumcheekcity-snapshot folder (called snapshot and containing, presumably, the data for the creation of my profile). It has a bunch of code and stuff.
So... what should I do now? There doesn't seem to be any clear indication of what to do next.
Thanks a bunch for the help!
You've got the script installed. Run it - refresh the menu first, if "snapshot.ash" doesn't show up - by selecting its entry from the Script menu. It'll print out a LOT of stuff in the gCLI - it's rather verbose. Once it's done it'll give you the URL of your new profile. Go visit that in your browser.