Search results

  1. D

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

    I have. That's the reason why I've been looking to try my hand at a conversion; I wanted to see if I could save him some time. :p
  2. D

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

    Hey Justin! I'm so sorry that I didn't get back to this in a timely fashion. Work has been exceptionally busy and I've had no time to tend to my own personal projects. That feature is actually implemented! There's a "custom" folder in the release distribution that has a bunch of files inside...
  3. D

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

    Well, never mind. This was easier than I expected it to be. :) Here you go, easl. The newest release has the psionic exploits available. Let me know if you run into any bugs/issues. https://github.com/DesertDogSledder/wca/releases/tag/v0.21.2
  4. D

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

    Hey there, easl! You just happened to spot one of my oversights. Nice catch! I totally didn't think to check the Psionics page for other exploits... This is easily added. Things have gotten a lot busier with work, so I can't provide an ETA just yet. I'll hold off pushing that tiny code...
  5. D

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

    This will definitely change. The reason for "wca_qt" is because I wanted to keep things distinct. Right now I essentially have two sets of code written with two different GUI toolkits, so I wanted to distinguish between them. I wanted to be sure this new toolkit worked before I nuked the...
  6. D

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

    Just a heads up, I pushed out a small update that adds items to the generated character sheet. https://github.com/DesertDogSledder/wca/releases/tag/v0.21.1
  7. D

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

    Sorry you lost Barney. :( Would you mind recreating the character, saving the file before exporting, then exporting and seeing if you can reproduce it? I'm having trouble reproducing it on my end. If you shared the file that caused the issue, that would help me tremendously in troubleshooting...
  8. D

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

    Alright, I'm finally done with the update. This code has been buzzing around my head for weeks... I'm glad to finally hit this next milestone. Let's see if I can remember what all is new... Rewrote the entire application using PyQt5 as the GUI toolkit. For most people, this won't really...
  9. D

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

    I hope everyone had a good set of holidays! They've slowed down development, but now I'm back at it. I'm making some progress and I wanted to show another WIP of the weapons dialog. The ammunition portion is almost certainly going to be changed and moved to a separate prompt. I'm super...
  10. D

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

    Got it. Just to double check, is the sibat (spear) in Eastern Weapons supposed to use the default of 2 or should it be closer to the other spears?
  11. D

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

    You're right. I did notice this, but I kept forgetting to add it. I'll do it right now, it's an easy change. I double-checked our friend Bobbert here. I think this is still correct. Base speed is STR dice pool + AGI dice pool, which is 4. He has a running dice pool of 1, so that brings his...
  12. D

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

    Nice catch! There's bound to be bugs along the way that I need to squash. I'll do some investigating to see why this is happening. E: Yep, found it. I confused myself with some code formatting and mixed up attribute names. Thanks, Oldtimer. :)
  13. D

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

    Progress! It's been a few weeks, but I've been toiling away. I decided to move forward with another GUI toolkit (PyQt) which I felt like was more efficient, modern, and more actively developed. This essentially meant I had to rewrite the entire program. Along the way, I've made some small...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Top