Search results

  1. D

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

    Rejoice, Mac users! Your time has come! I finally got my Mac dev machine up and running and was able to successfully build Mac binaries. That's right, no longer will you have to worry about frustrating dependency configuration. Simply download, extract, and run the WCA app! Version v0.20.1...
  2. D

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

    I did some code reorganization and cleanup. https://github.com/DesertDogSledder/wca/releases/tag/v0.19.0 I had to abandon the all-in-one executable packaging for now, but the only downside is that you see more files in the directory. :) You'll still be able to run the application without...
  3. D

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

    Believe it or not, there is actually support for custom races, homeworlds, exploits, and careers! It's (slightly) more intuitive with the unpackaged code--there's a "custom" folder that has templates that show you what format to write your custom content in. I may need to go back to the...
  4. D

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

    I do appreciate any bug reports. :) (That's why I still show the ugly console window, to be honest!) I think this is something that Morrus was running into as well! I'm very fortunate that I managed to reproduce it on my system. I didn't catch it before because things work when you add a...
  5. D

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

    If you're on Windows, try out the .exe package that's attached to the most current release here: https://github.com/DesertDogSledder/wca/releases/tag/v0.18.0 This should allow you to run the program without worrying about dependencies. :) (Sorry Mac users, mine got delayed. Hopefully...
  6. D

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

    Hey M3woods! I was doing some work last night and accidentally broke the program (temporarily). The updates were coming in fast and furious--you might have gotten one of my broken ones. :( Could you try updating again and seeing if you get the same issues? On a related note, the updates over...
  7. D

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

    The available skills box should look like this: Mac Mini is coming today so I'll be able to troubleshoot more effectively! I'm not sure what's going on when you hit that error with the career exploit. I'll need to do some investigation. The descriptor being gone is because I haven't...
  8. change_race_dialog2.png

    change_race_dialog2.png

  9. D

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

    Awesome, thanks. I just pushed out another update. :) DEFENSE derived statistics are here! You can set your character's size in the Race tab. This is taken into account for Carry and MELEE/RANGED DEFENSE You can set the skills used for calculating DEFENSES. This pulls from your character's...
  10. D

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

    I do plan on having a way to print out to a text form. A pretty PDF may be possible, but I'll leave that for the future once I get the other things ironed out. :) I was going to have the user specify what skills would be taken into account for calculating defenses. Speaking of which, I...
  11. D

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

    If I had to pick, GitHub would be best. You could create an issue that I can see and reference directly when committing code updates. :)
  12. D

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

    Last night I couldn't sleep, so I worked on trying to package it up into a standalone app. I was successful! Updating may not be as easy as letting a tool grab it, but it has the advantage of having all of the dependencies included. Sorry you had to go through the painful stuff with us...
  13. D

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

    I think it is a typo, thanks for pointing it out. On a related note, there is so much information to parse with the WRRD (that's not a bad thing!) that I ended up tackling it in a semi-automated way. My methods were far from perfect and I'm sure there's going to be some (read: a lot) of typos...
  14. D

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

    Awesome! I just pushed out an update that adds the missing career description box and updates the skills dialog to show you what your available skills are for the race/homeworld/career. :)
  15. D

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

    Apologies for the double post. I just pushed out an update. I'm not sure if it will fix the issue or not, but I'm curious to see what happens. Would you two mind updating and seeing if the same error pops up? Thanks for helping me troubleshoot! :)
  16. D

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

    Thank you both for the information. I'll take a look and see if I can't figure something out.
  17. D

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

    Exploits should be working, but my only confirmation has been with Windows systems. I just ordered a Mac mini to do dev work, but it'll be a few days before I get it. When are you two getting that error specifically? Is it when trying to select an exploit for a career, adding a misc. exploit...
  18. D

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

    You installed Python 3.6.3 before, correct? Try pip3 instead of pip and see if that works. It looks like it's trying to install stuff for the default 2.7 installation that comes with OSX. In the future I hope to be able to build binaries so all of the dependencies are included without anyone...
  19. D

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

    That would be great. Run the updater and see if you're on the latest version. If it still happens, let me know everything you can: character race, homeworld, any careers that may have been added before those origins. Try: /usr/local/bin/pip install -U wxPython If it still says pip not...
  20. D

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

    I had to make some changes to the way character information is stored. Are you using an old character file loaded up or are you doing this with a new character? I'm not able to reproduce this myself. Good point about the skill choices not being visible. I'll add that to the list. I also...
Top