NWN Bic to HTML
![Seed](https://forums.beamdog.com/applications/dashboard/design/images/defaulticon.png)
I wanted a tool that could take a bic and print out the level progressions for some of my old builds so I wrote this tool / website. It uploads a bic and reverse engineers the level, feat, skill and spell progressions.
It is built using ruby on rails and the nwn-lib gem. I'm sure it still has some bugs and I need to work on monks and rangers bab/attacks a bit more but it should work for most builds. It is also fugly and output using html tables, but hey, I'm a backend dev.
The url is https://nwnboneyard.herokuapp.com/nwn/creature/bic
This is just a start. I could see this turning into an on-line editor for gff files with some love and time. If enough folks are interested, I could open up the source for community dev.
If you enjoy this tool, checkout my pw called 'The Boneyard' and if you see me say hi - Seed.
It is built using ruby on rails and the nwn-lib gem. I'm sure it still has some bugs and I need to work on monks and rangers bab/attacks a bit more but it should work for most builds. It is also fugly and output using html tables, but hey, I'm a backend dev.
The url is https://nwnboneyard.herokuapp.com/nwn/creature/bic
This is just a start. I could see this turning into an on-line editor for gff files with some love and time. If enough folks are interested, I could open up the source for community dev.
If you enjoy this tool, checkout my pw called 'The Boneyard' and if you see me say hi - Seed.
2
Comments
I guess I have done something "similar" with this project : https://github.com/findell666/nwn-3t-items
Testable here : https://threetowns-py.web.app/
Tell me what you think about it !
PS : your site doesn't seem to work anymore