Jump to content

[BRP Space] Smartphone Character Sheet


clarence

Recommended Posts

For anyone who's interested, here is a link to my Python scripts on Google Drive.

https://drive.google.com/drive/folders/0B20DonclZ79dZ0JaSHc0YThTZkU

You'll find a file called brp_chargen.zip (about 4Kb). Download this file and unzip it. It uses Python 3, as the 2.7 version is now considered to be legacy. On Unix/Linux systems, you should be able to use

./brp_chargen.py -r human

On Windows, use something like

python3 brp_chargen -r human

There's also a caller.py file which allows you to roll combinations of dice and modifiers (like 4d6 and drop the lowest roll, to get a 3-18 range suitable for most BRP stats).

To @dragonewt and @Questbird - thanks for the information. I was aware of Kivy but it was a nightmare to get running on my Linux box. Godot might be a better alternative.

Colin

  • Like 1
Link to comment
Share on other sites

On 7/8/2016 at 5:16 PM, ColinBrett said:

For anyone who's interested, here is a link to my Python scripts on Google Drive.

https://drive.google.com/drive/folders/0B20DonclZ79dZ0JaSHc0YThTZkU

You'll find a file called brp_chargen.zip (about 4Kb). Download this file and unzip it. It uses Python 3, as the 2.7 version is now considered to be legacy. On Unix/Linux systems, you should be able to use

./brp_chargen.py -r human

On Windows, use something like

python3 brp_chargen -r human

There's also a caller.py file which allows you to roll combinations of dice and modifiers (like 4d6 and drop the lowest roll, to get a 3-18 range suitable for most BRP stats).

To @dragonewt and @Questbird - thanks for the information. I was aware of Kivy but it was a nightmare to get running on my Linux box. Godot might be a better alternative.

Colin

Thank goodness! A linux developer. However, I didn't see anything in your google drive folder..

Link to comment
Share on other sites

49 minutes ago, Questbird said:

Thank goodness! A linux developer. However, I didn't see anything in your google drive folder..

I wouldn't call myself a Linux developer. I'm actually a systems administrator but I'm unemployed at the moment, so I'm keeping occupied with programming and other projects.

Anyway, the link in my post should take you to a folder called RPG, and the brp_chargen.zip file should be there. If that doesn't work, you could also try

https://drive.google.com/file/d/0B20DonclZ79dajA3ZFNXMlJIalE/view?usp=sharing

If that fails, I can email you the zip file. You can drop me a line at colinabrett AT gmail.com and I'll reply with the attachment.

Regards,

Colin

  • Like 1
Link to comment
Share on other sites

18 hours ago, ColinBrett said:

I wouldn't call myself a Linux developer. I'm actually a systems administrator but I'm unemployed at the moment, so I'm keeping occupied with programming and other projects.

https://drive.google.com/file/d/0B20DonclZ79dajA3ZFNXMlJIalE/view?usp=sharing

 

Thanks, the second link worked. The code looks very clear. Excellent.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...