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

Hello everyone!

I found WOIN (specifically N.E.W.) by chance whilst searching around for sci-fi RPGs. I'm glad I did, because it's really awesome! I know people have made spreadsheets to assist in character creation, but I was unable to find actual applications that aided in that function. So, bright-eyed and full of determination, I set out to tackle this project. Using Python and the awesome WOIN Rules Reference Document, I got to work.

A few days ago, I finally finished the initial implementation of the WOIN Character Assistant. If you'd like to pull your own copy of the repo, head on over to the GitHub page! However, I now offer binaries so you don't have to worry about prerequisites. Check out the releases page for Windows and OSX zip files. :)


"Cool, so what does it do?"
Doing character creation by hand is feasible, but I wanted to speed things up by having something help me keep track of things at each step of the process. The tool shines when the user changes their mind at any point in the process. If you decide you want to change your character's race, one of their careers, or something else, the tool keeps track of all of the attribute changes associated with that.

At the end, the objective is to give you an (hopefully) accurate snapshot of your character's race, skills, attributes, hook, trait, and exploits. You can save your character to a file and load it up later... and now you can export it to a (basic) HTML character sheet!

Features!
  • Create a character for O.L.D., N.O.W., or N.E.W. -- or any mix of the three
  • Keep track of attributes, skills, and exploits granted by each step of the creation process
  • Add equipment - general gear, weapons, and armor
  • Get a final skill, attribute, and exploit tally
  • Save your character for later or share with friends
  • Export to an HTML character sheet
  • Support for your own custom/homebrew skills, exploits, homeworlds, races, careers, and items

Some notes:
  • It's not perfect. I know there's bound to be bugs and typos. Grabbing the plethora of information from the WRRD was a challenge and there has been several artifacts lingering from the way I parsed it. This is still a work in progress and I plan on fixing errors as I or other users find them.
  • Instructions may be unclear. The last few days I've spent several hours straight coding, eager to get the initial release done. I attempted to make things clear at each step of the process, but what makes sense to me may not be clear for another user. If something doesn't make sense, ask me! It's an opportunity to make improvements for all users. :)

Please give it a whirl. If you have any questions, please don't hesitate to ask away here. I encourage you to use the issue tracker for the project to report bugs, typos, errors, or provide suggestions.

I hope this tool provides you as much help as it's given me and my friends!

EDIT 1: I just added an update function! You will need to have git installed in order to take advantage of this.
EDIT 2: Removed the bit about the text-based interface since we are now in the graphical interface age. Added the new requirement of wxPython as well.
EDIT 3: I'm building binaries now, so you don't have to worry about prerequisites! Switched from wxPython to PyQt. I've also updated the features list.
 
Last edited:

log in or register to remove this ad



Morrus

Well, that was fun
Staff member
Awesome! I just installed Python (I think)!

I downloaded the ZIP package and clicked on wca.py, but I just get this. I assume I'm doing something wrong? :)

Screen Shot 2017-11-09 at 16.21.21.png
 

Morrus

Well, that was fun
Staff member
Ah, I think I got it.

Screen Shot 2017-11-09 at 16.23.28.png

OK, confused already. Me not so clever!

========================
WOIN Character Assistant
========================

Main menu:

1. Create new character
2. Load existing character

0. Exit

> 1
========================
WOIN Character Assistant
========================

Main menu:

1. Create new character
2. Load existing character
3. Edit character
4. View character
5. Save character

0. Exit

> 1
Character exists. Overwrite?
(Y/N)> y
========================
WOIN Character Assistant
========================

Main menu:

1. Create new character
2. Load existing character
3. Edit character
4. View character
5. Save character

0. Exit

>
 


Regarding new character:
Sorry! This is an example of something I need to make more clear to the user. It should tell you that a new character is created and that you need to go to the edit menu next to start changing things. I'll work on that. I've already fixed a few bugs, so it wouldn't hurt to pull down another copy of the program.

In the future I hope to make it easier to pull down updates.

EDIT: There is now an update function!
 
Last edited:

Morrus

Well, that was fun
Staff member
That was painless. I love this!

Name: Borlak the Bold
Race: Spartan
Homeworld: Volcanic
Hook (willpower): is cruel and vindictive
Career track:
[1] Survivor (12 years)
[2] Space Jockey (6 years)
[3] Bounty Hunter (4 years)
[4] Bounty Hunter (1 years)
[5] Spartan Battle School (6 years)
Stat totals:
STR: 5
AGI: 10
END: 7
WIL: 4
INT: 6
LOG: 6
CHA: 3
LUC: 4
REP: 2
POW: 0
Skill totals:
carousing: 2
dodging: 4
piloting: 2
pistols: 1
survival: 1
swords: 2
tactics: 1
tracking: 1
Exploits:
Berserker
Bred for war
Cleave
Datamining
Endurance
Feint
Prey
Redundant organs
Warlike
Zero-g monkey

One thing I did notice is that it's all pre-errata, but it seemed to work seamlessly for a pre-errata character. I actually quite enjoyed the text based input; it kinda felt old-school!
 

Awesome! Glad that you were able to decipher the menus.

You bring up a fair point. I pulled all of the data from the WRRD, but I haven't gone through to make revisions based on the errata. I decided to make that a post-release task. :)

(Note: I renamed MAG, CHI, and PSI into just one POW attribute. This made it easier to code from an interchangeability standpoint. As far as I can tell, those all function as the 'supernatural' attribute.)
 


Remove ads

AD6_gamerati_skyscraper

Remove ads

Upcoming Releases

Top