I've released a character planner for FO, FO2, FO:T, FO3, and FNV It's a web app so you can see it in action here: https://nwcp.vercel.app/ Character builds are link-able through the options menu / URL bar. You can save builds locally to your disk. You can now embed a build in other websites: https://github.com/mythril/nwcp/blob/dev/documentation/EMBEDDING.md Source code here: https://github.com/mythril/nwcp Please report any bugs you see here: https://github.com/mythril/nwcp/issues
Here is the source code to the old-school character planner I linked earlier: https://github.com/mythril/nwcp Character builds are link-able through the (Options -> Save/Load -> Copy Link To Char) menu.
If you have any questions / suggestions, I check back to this thread every once in a while, and I will probably see anything that shows up in the issues section on github.
I just released a new version that includes support for FO, FO2, FO:T, FO3, and FNV. Any builds you've made should continue to work/link just fine, as I planned ahead and made the FO2 planner on it's own URL. I'm sure there are bugs, I can't test very thoroughly - if you run in to any mismatch between how the planner reports stats/derived/skills/traits/hp and the actual base game, please submit a github issue with a screenshot of the base game and a link to your build. The URL bar now automatically updates with a link to the build you are working on. The landing page might have a confusing UI, I tried my best to retain some 1950s clunky mechanical feel while still being a somewhat modern app. https://nwcp.vercel.app/ Most future updates will be relatively minor for a while.
I don't have the game at hand, does it affect carry weight in F:NV? This wiki says it affects limb damage instead. https://fallout.fandom.com/wiki/Small_Frame_(Fallout:_New_Vegas)
The first release had an encoding error in the hash URLs, anything created since 12:20 AM today has a risk of breaking when loaded. Sorry, rushed out the multiple-game support a bit.
Interesting! If you read the text in your character planner it says + Agility but less carry weight. That's my interpretation at least.
You can now embed builds in other websites, via the new 'Share' option menu entry: https://github.com/mythril/nwcp/blob/dev/documentation/EMBEDDING.md It looks like this when embedded in another site: https://mythril.github.io/fallout-2-walkthrough/#team-gunfighter I put special instructions for this website, if an admin can figure it out / wants to support embedding here: https://github.com/mythril/nwcp/blob/dev/documentation/EMBEDDING.md#bbcode "Via XenForo custom bbcode" heading
the planner itself is quite small and takes up almost no bandwidth with compression (typical page load is around 200kb). The full site is about 750 kb last I checked
I was wrong, I just re-ran the numbers, typical page load is 68 bytes (!) via chrome's network tab, and a full load with an empty cache is 87.2 KB. The size on disk for the site is 684 KB.