Search results

  1. brennydoogles

    ZLib -- Zarqon's useful function library

    LOL I understand. Zarqon and I had a brief pm conversation about that when he announced the pending functionality, and I decided to keep working on the project mainly as an exercise in programming. I understand that most people are probably not going to use my program, and that's cool. I am...
  2. brennydoogles

    ZLib -- Zarqon's useful function library

    Great! That puts me probably within a week of an initial release on the graphical variable editor. During the save process I give the user an editable preview of the file... so I will probably just put those settings in their own section in the file.
  3. brennydoogles

    ZLib -- Zarqon's useful function library

    So I was doing some testing today, and I noticed that there are a few variables that are created by multiple scripts if they don't exist... namely automcd, defaultoutfit, is_100_run, threshold, and unknown_ml. Are these created by Zlib, or are they all just common properties that each script...
  4. brennydoogles

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    Oops... apologies. I keep KOLMafia updated on my Linux Box since it is my main machine, but I had forgotten to check for updates on my windows machine (which I only use for C# programming). I guess I thought it checked for updates automatically. I will reboot and update!
  5. brennydoogles

    EatDrink.ash: Optimize your daily diet (and see how your old diet stacks up).

    I am trying to run this on a fairly new multi (trying to get a fresh config for the config editor), and I get the following error when running EatDrink.ash (with all other scripts fully updated): > call scripts\EatDrink.ash Undefined reference to function 'historical_age' (EatDrink.ash, line...
  6. brennydoogles

    Zlib Variable Editor- Post the details of your script to have it supported!

    Update! I am trying my hardest to make a relatively high quality piece of software so development is not quite as fast as I had originally intended, but I am glad to announce that One-Click Wossname support is now complete! Right now you can read, edit, and then save your Wossname variables in...
  7. brennydoogles

    Zlib Variable Editor- Post the details of your script to have it supported!

    Screenshots! The first screenshot is the main screen when you open the program. I am going for a minimalist feel on the UI if you can't tell. The second screenshot is after selecting a few scripts to configure. As you select and deselect scripts to edit, the program dynamically adds and removes...
  8. brennydoogles

    Zlib Variable Editor- Post the details of your script to have it supported!

    lol. No need for a .deb. All I had to do was create a directory structure, control file, and desktop entry, and then dpkg combined it all into proper tar.gz archives recognizable by dpkg, apt and aptitude. I downloaded the source tarball, and found that file. It was immensely helpful...
  9. brennydoogles

    Zlib Variable Editor- Post the details of your script to have it supported!

    Where is that located? I have browsed all of my kolmafia folders, and don't seem to be able to find one.
  10. brennydoogles

    Zlib Variable Editor- Post the details of your script to have it supported!

    Does anyone know of a place that lists all possible familiar names as recognized by mafia? In Zarqon's Wossname script there are several fields that require a familiar name, and I would like to cut down on user error by putting them all into a dropdown list. All I really need to know is whether...
  11. brennydoogles

    Zlib Variable Editor- Post the details of your script to have it supported!

    I only see 8 in the first post of the thread for it, 3 of which are in vars_myname.txt. I would run it myself to see what it makes, but alas, I'm running oxigenarian right now.
  12. brennydoogles

    ZLib -- Zarqon's useful function library

    Ok, so I have created a new thread here. dj_d, I already have the information for a few scripts that I already use, such as harcore checklist, Wossname, and Daily Dungeon Diver. The thread is simply for scripts that I'm not using... such as your Ascend.ash, and other scripts that I have not seen...
  13. brennydoogles

    Zlib Variable Editor- Post the details of your script to have it supported!

    After a brief discussion in this thread, I have decided to create a graphical variable editor for scripts that use the vars_myname.txt file with Zlib. If you have a script that you would like supported please post the following information: Your Script's Name A list of every variable pulled...
  14. brennydoogles

    ZLib -- Zarqon's useful function library

    I started work on a zlib variable editor last night in C#. One thing that would be really helpful would be to have a list of all scripts that use zlib, and a brief run-through of the variables required for each, as well as some data about what kind of values are valid for each. I will be...
  15. brennydoogles

    Installing mafia on Ubuntu

    Yes, I noticed that you were using ant-deb-task upon inspection of the build.xml file, which is great for the convenience it affords. I did mine manually on Linux because.... well it's pretty easy that way when Ubuntu is your primary OS. As for whether or not the created .deb works the way you...
  16. brennydoogles

    ZLib -- Zarqon's useful function library

    Would it be worth the ascend.zip password?? :p
  17. brennydoogles

    Installing mafia on Ubuntu

    Hmmm... I am not familiar with ant createdeb. I have always built my .debs manually with dpkg -b, so I'm not sure what to tell you. Maybe we could chat in more detail about the files created by ant and their contents, to get a better understanding of whether it will create production ready...
  18. brennydoogles

    ZLib -- Zarqon's useful function library

    It would take 20 minutes to whip up a program in C# or Java that would provide a quick GUI for editing the zlib vars based upon which zlib-depending scripts are used... would this be a worthwhile endeavor until this functionality is built into zlib?
  19. brennydoogles

    Installing mafia on Ubuntu

    By the way, I finally had a chance to upload that .deb. Here it is! If you do install this .deb, the command to run KOLMafia from the command line is kol, and for cron it would be /usr/bin/kol . Hope it helps someone!
  20. brennydoogles

    Installing mafia on Ubuntu

    Glad I could help! Oddly enough, this doesn't actually work on my machine! I think it has to do with the fact that I am running KDE4, and I'm not sure how Plasma workspaces are numbered. As for Ubuntu... have you visited the forums? The ubuntuforums are fantastic, and they go out of their way to...
Top