colinabrett Posted July 8, 2016 Share Posted July 8, 2016 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 1 Quote Link to comment Share on other sites More sharing options...
Questbird Posted July 11, 2016 Share Posted July 11, 2016 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.. Quote Link to comment Share on other sites More sharing options...
colinabrett Posted July 11, 2016 Share Posted July 11, 2016 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 1 Quote Link to comment Share on other sites More sharing options...
Questbird Posted July 12, 2016 Share Posted July 12, 2016 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. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.