PDA

View Full Version : Choice adventure numbering



azunder2
09-09-2006, 01:46 AM
I've seen a list of each choice adventure in this thread:
http://kolmafia.us/index.php/topic,307.0.html.

But, it doesn't list which choice adventure number corresponds to the lucky sewer or the forest corpses. How do I find out which choiceAdventure variable corresponds to which choice adventure?

Nightmist
09-09-2006, 01:55 AM
Open the default ~.kcs file, note the choiceadv numbers down. Open mafia, open the adventure pane without logging in, then go and change the choice adventure. Reopen the ~.kcs file, note the changed number//value and tada you now know what that specific choice adventure number is. (Well thats the only way I know of, there may be other methods)

Tirian
09-09-2006, 10:30 AM
Generally, that's really the best way to go. The other alternative is to look through the source code (most probably OptionsFrame.java), but that is relatively cryptic. Best to just have side-by-side text processors with before and after versions of your .kcs file and see what changed.

As far as your specific questions, check out http://wiki.kolmafia.us/?page_id=45 which has some better tables in general but basically tells you where the Forest Corpses choice adventures show up in the table. The lucky sewer is a little tougher; that is given under "luckySewerAdventure" in the ~.kcs file, but I don't think it is possible to change the value in the "global" options file using ASH or CLI.

holatuwol
09-09-2006, 05:03 PM
Just check the KoL wiki (http://kol.coldfront.net/thekolwiki/index.php/Choice_Adventures_by_Number); it's a lot faster and it doesn't require so much thought.* Out of all the choices, only the lucky sewer is an oddball; all the others have a formal choice page, and any odd displays are strictly to make input of those values easier for users.* Global settings can be modified just as standard settings; KoLmafia internally figures out which ones are global and which ones are not when it resets settings.

Nightmist
09-10-2006, 03:21 AM
Just check the KoL wiki (http://kol.coldfront.net/thekolwiki/index.php/Choice_Adventures_by_Number); it's a lot faster and it doesn't require so much thought.
Heh well thats a new page, made on the 6th of Sep... Cool =D.