Search results

  1. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    Holy cow, it's finally done. There's some polish to be done, but the GUI should be usable. Let's have a moment of silence for the text interface. ... Okay, moment's over! Sad thing is that it adds another dependency. The base GUI toolkit that came with Python didn't cut it for me. I ended...
  2. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    No worries. I can go dig through them after I finish up with the interface. Is it okay for me to put that information in? I was trying to only use what was available in the WRRD.
  3. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    I'm sure I can slide that in. Morrus, is there any age category information for the races/species you recently put up? http://www.woinrpg.com/age-exploits/ only has the base races. I'll see what I can do about forcing a plus sign as well. :)
  4. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    It's been a while! Making a GUI has been challenging work, but I can see the light at the end of the tunnel. I hope to be finished sometime soon. Here's a sneak preview of the race selection dialog!
  5. change_race_dialog.png

    change_race_dialog.png

  6. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    You're fine! I didn't think such. I was just concerned that it unintentionally might look like I brushing your ideas off! GUI prototyping is underway. This is a little more challenging than the text based interface, but it seems doable. No ETA yet on this. I'll have a better idea as I make...
  7. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    That's a fair point. I wanted the program to allow flexibility for people to utilize their own house rules. I was just figuring that you could still add your own traits via the misc exploits menu. A good compromise might be presenting all the traits as normal, but putting asterisks around...
  8. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    Haha! I was wondering when someone would discover it. I should probably make the custom folder more apparent by putting it in the main directory. The basketweaver career still makes me crack up.
  9. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    I will definitely look into this. It may require a few revisions to get something that feels right. A GUI would also handle the display of this much better. In the future, I'd love to handle all of the boons that exploits can give to skills, money, carrying capacity, weight etc. I chose to...
  10. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    This warms the cockles of my heart to hear! It was really fulfilling to actually complete this program. My previous project was a simple program to roll random worlds using the Stars Without Number world generation tables--nothing nearly as fleshed out as this. Thanks for catching this...
  11. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    Hooray! I just did some code cleanup and added cache clearing to the update and repair functions, so we hopefully won't run into that issue again.
  12. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    I ran into this with my test pull. I'm not entirely sure of the cause as I still have a lot to learn, but I believe it has something to do with caching. You can see if there's a python process lingering anywhere in the background and kill it. Barring that, remove the __pycache__ folders. I...
  13. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    I spent several hours parsing those new races and updated the human stuff. The update just got pushed out a few minutes ago. Making that content OGC was an awesome treat, Morrus! I hope everyone enjoys getting to select and play with the new races. As always, if anyone has questions, feel...
  14. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    This brings up a good point. Until I get the base functionality ironed out and relatively consistent, the save/load feature won't be of too much help (unless you keep loading a character, re-editing to make sure things are consistent, and re-save it... but it's better to just remake). If...
  15. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    Nice! I'll work on these later. In the meantime, if you update WCA you may find some new surprises waiting for you in the "view character" menu! (Be sure your character has at least one career to see the descriptor!)
  16. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    I can also do that. This is the kind of feedback I'm looking for, thank you! Excellent. Yes, this should be a really easy fix. :D
  17. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    Awesome! I think I just understood what you and the errata text meant about the hook. Instead of having an attribute assigned to the hook (say, intuition), if any attribute check is related to the hook, then dice explode. Am I understanding this correctly?
  18. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    Could you run the repair option? That should fix things up. (I also just changed the error message so that it tells the user to run repair in this case. :blush:) Yes, I can absolutely do that. Great suggestions! I'll put that on my todo list. :)
  19. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    Ah ha! That makes sense. I've updated the code to account for situations where the user wasn't yet linked to the github repository. This should be the last time you have to grab the code the old, boring way. :) Your assistance is invaluable. I don't have a lot of testers to highlight the...
  20. D

    WOIN [WOIN] WOIN Character Assistant, a character creation tool

    Hey Morrus, I just pushed out an update that (hopefully) will give more information when errors happen. At your convenience, would you mind grabbing a new copy?
Top