john_q_traveller
Mongoose
Some friends and I recently started a new game, and I decided to put together a spreadsheet to keep track of our characters finances. I wanted a relatively easy way to distribute revenues based on a combination of ship ownership and money invested in whatever venture turned a profit, as well as being able to track individual character cash. One thing lead to another, and I ended up creating something to do what I wanted, along with a few more features besides:
I created it in Libre Office, which is a free open source alternative to Microsoft Office. I have published the code used in the macros, as well as the spreadsheet itself to Github. Instructions (and a download link) are available at https://github.com/johnny-b-goode/traveller/blob/main/doc/instructions-player_finance_tracker.md. Alternatively, you can browse to the project page, then click on Releases on the right-hand side of the page.
In any case, feedback is always appreciated (particularly regarding the algorithm for calculating distributions). This is something that is actively used, but I do not expect this to consume a great deal of time to maintain. If anybody else would like to contribute to that effort, please feel free to submit Pull Requests on Github.
- track:
- character cash available
- character pooled cash (ie, how much of a common pool)
- ship shares (separately from ownership stake as well as combined for total ownership stake)
- ship ownership stake (includes easy option for ship's mortgage payment)
- simple ledger of transactions
- additional configuration options to tune behavior:
- percentage based allocation of revenue to crew
- option to include NPC crew
I created it in Libre Office, which is a free open source alternative to Microsoft Office. I have published the code used in the macros, as well as the spreadsheet itself to Github. Instructions (and a download link) are available at https://github.com/johnny-b-goode/traveller/blob/main/doc/instructions-player_finance_tracker.md. Alternatively, you can browse to the project page, then click on Releases on the right-hand side of the page.
In any case, feedback is always appreciated (particularly regarding the algorithm for calculating distributions). This is something that is actively used, but I do not expect this to consume a great deal of time to maintain. If anybody else would like to contribute to that effort, please feel free to submit Pull Requests on Github.