PDA

View Full Version : 5E - Add-on - Sanity & Honor



Ezio
September 8th, 2018, 20:37
Based off of https://www.fantasygrounds.com/forums/showthread.php?38876-5E-Sanity-Extension-Help I've added Honor Ability functionality to this. Last verified on FG v3.3.6.

Note, there are probably, still, some unneeded files that are present, over time they will be flushed out and removed. My main objective was to get the checks, saves, party sheet, and weapons/powers based off stats to function correctly. There were modifications and additions onto the original code to get it functions properly.

The extension is attached, but I've hosted it on Github (https://github.com/lambersond/SanityHonor). So, if anyone wants to pull it down and update/work on it feel free. If there are bugs found w/ new versions of FG that can be tracked and logged as well.

Enjoy!

Jankin
September 30th, 2018, 18:27
There anyway you can remove the stats from combat tracker? It’s really out of place on their.

Ezio
October 1st, 2018, 02:27
There anyway you can remove the stats from combat tracker? It’s really out of place on their.

I've pushed a new version that removes the sanity and honor options from the combat tracker and updated the original post with this version.

If anyone wishes the functionality on the ct older versions can be pulled from github repo (https://github.com/lambersond/SanityHonor/releases)

Jankin
October 2nd, 2018, 10:24
Hehe thanks for that! We’re using Sanity and Honor to determine how Sane pc’s are and tie in honor to their alignment :)

Jankin
October 3rd, 2018, 11:55
I just wanted you to know, when adding Turtle race, it puts his AC to 13 not 17, I know you said that their is alot of unneeded code but this mite effect other races and just wanted to point this out. :)

Ezio
October 3rd, 2018, 12:14
I just wanted you to know, when adding Turtle race, it puts his AC to 13 not 17, I know you said that their is alot of unneeded code but this mite effect other races and just wanted to point this out. :)

- Are you using any other extensions with this one?
- I'm not sure what you mean by Turtle race, what is this?
- Can you upload a screenshot of the combat calc (magnifying glass the the left of AC)?

Jankin
October 3rd, 2018, 12:22
It was discussed on discord with Zac and damned, I only had Sanity and Honor loaded.

basically what the race does is make your ac 17 by default, it’s only effected by your ext when it’s only for yours active.

Damned also said he already removed the unneeded coding but it seems you’ve added it back?

I believe with in that coding you don’t need is conflicting with some races.

Edit: I had to go though all my ext one by one, only yours is effecting the turtle race.

Also I’m getting ready for work, so can’t upload any screenshots.

Ezio
October 3rd, 2018, 12:28
That's cool. I cannot reproduce this. First, I don't have the turtle race available in my races. In order to test this I need to get that race because when I test just the san/hon extension with armor and shield and cycle through all the skills everything lines up.

Jankin
October 3rd, 2018, 12:30
Possibility this could be effecting other automation, maybe speak with damned since he claimed he already removed the unneeded coding?

Zacchaeus
October 3rd, 2018, 15:54
Just for clarification the race is called Tortle and it's in this module (https://www.fantasygrounds.com/store/product.php?id=WOTC5ETORTLE).

Ezio
October 3rd, 2018, 16:04
Thank you for that. I was able to get some information from Damned on Discord and was able to narrow down this issue to being in the manager_char.lua (https://github.com/lambersond/SanityHonor/blob/master/campaign/scripts/manager_char.lua) file. I just didn't have time to analysis or push changes before realizing I was going to be late for work lol.

I'm going to try to go through was Damned recommended and clean out some of the files, along with this change. Hopefully have the updates done soon.

Ezio
October 5th, 2018, 14:48
- Slimmed down the extension by removing lots of unneeded files; reducing size of ext by ~ 60%.
- Fixed the view on party sheet window where sanity and honor were sitting on top of one another.
- Updated lua scripts to incorporate latest 5E ruleset version of scripts

I'd like to get some testing with how this extension now interacts with other extensions and modules.

Extension source and download (https://github.com/lambersond/SanityHonor/releases)

After some testing is done on this release, the original post will be updated to this version.

MTVExtreme
October 7th, 2018, 23:47
Pulled down the latest version (v1.2.1), however the HON and SAN text for the ability scores on the player sheet does not show. Reverted back to v1.1.0 and it works fine. Not sure if this happens for anyone else yet. Figured I would comment here in case that isn't an isolated issue.

Ezio
October 8th, 2018, 00:52
I just noticed that when starting our session this evening. It's a missing line in the 5E_strings.xml. I'll have 1.2.2 pushed up late this evening.

xxXEliteXxx
October 11th, 2018, 22:38
This is quite a nice extension to have, but I've noticed that in your xml files, you're recreating the entire character sheet and npc sheets. This is entirely unnecessary and negates compatibility with any extensions that modify the character sheet.
Using
merge="join" in the windowclass like so
<windowclass name="charsheet" merge="join">
<sheetdata merge="join"> maximizes compatibility.

Here's the char_record_main.xml to show that you only need to add your additions to the character sheet, not remake the whole character sheet.

damned
October 12th, 2018, 00:06
Hi Ezio as xxXEliteXxx says you need to include as little as possible in your extension.

Ezio
October 12th, 2018, 02:01
Okay, Damned has told me this a little while back, but wasn't sure exactly how to implement it and it had fallen to wayside after the bugs were worked out. I'll look at slimming down all the .xml files. Thank you for the reference.

EDIT: v1.2.3 xml files now do the merging.

trenth99
January 18th, 2019, 03:07
Hey all. I'm having an issue when I try to use this Extension & the Vitality extension. Any chance these can play nice together?

Armandeus
January 20th, 2019, 16:30
Could I ask a little favor?
I'm running a homebrew 5E Birthright game, and instead of sanity and honor, I need a score for Bloodline (BLD). Could I ask that someone please make a version of the character sheet in this thread with Bloodline (BLD) as an ability score? I would be happy with Sanity and Bloodline, if having two scores is easier to edit. Thank you!

Ezio
January 20th, 2019, 17:02
Hey all. I'm having an issue when I try to use this Extension & the Vitality extension. Any chance these can play nice together?

I haven't tested with the Vitality extension. Is there somewhere I can get the extension to do some testing with? Also can you describe what isn't working.


Could I ask a little favor?
I'm running a homebrew 5E Birthright game, and instead of sanity and honor, I need a score for Bloodline (BLD). Could I ask that someone please make a version of the character sheet in this thread with Bloodline (BLD) as an ability score? I would be happy with Sanity and Bloodline, if having two scores is easier to edit. Thank you!


Armandeus, do you just want the standard character sheet w/ one additional stat, Bloodline?

Armandeus
January 20th, 2019, 17:48
Yes, sir. Please. Thank you!

Ezio
January 21st, 2019, 02:31
See attached ext.

Armandeus
January 21st, 2019, 11:14
See attached ext.

Thank you! It works great.

trenth99
January 21st, 2019, 23:25
Ezio

https://www.fantasygrounds.com/forums/showthread.php?24671-Vitality-Extension

The issue is they are both adding to the Home page of the character sheet. Would be awesome to have both features working. I have never built out an extension before, so not sure how to combine them

Ezio
January 22nd, 2019, 02:16
Ezio

https://www.fantasygrounds.com/forums/showthread.php?24671-Vitality-Extension

The issue is they are both adding to the Home page of the character sheet. Would be awesome to have both features working. I have never built out an extension before, so not sure how to combine them


I added loadorder to the vitality extension. If you use this version and the new 1.3.0 version of Sanity/Honor they will work together.

edit: see below for working extension.

trenth99
January 22nd, 2019, 03:29
I added loadorder to the vitality extension. If you use this version and the new 1.3.0 version of Sanity/Honor they will work together.

Hey Ezio,

That's awesome man, I truly appreciate you getting back to me so quickly. I downloaded the VitalityExtension & the 1.3 Sanity/Honor and placed both in my extensions folder. However, when I go to load campaign I dont see the Vitality available to click in my Extensions: section. Thoughts?

I am in Live mode also. Do i need to be in Dev or Test for this? I wouldnt think I'd need to be, but for some reason it does show up.

Ezio
January 22nd, 2019, 03:36
Hey Ezio,

That's awesome man, I truly appreciate you getting back to me so quickly. I downloaded the VitalityExtension & the 1.3 Sanity/Honor and placed both in my extensions folder. However, when I go to load campaign I dont see the Vitality available to click in my Extensions: section. Thoughts?

I'll check it in morning and get back to you. I probably zipped it up wrong.

Ezio
January 22nd, 2019, 12:34
This will work. Just delete the old and move this one in. I had it zip'd at the wrong level.

trenth99
January 22nd, 2019, 13:17
This will work. Just delete the old and move this one in. I had it zip'd at the wrong level.

Thanks buddy, that's awesome. Seriously grateful

MysticArthas
February 10th, 2019, 10:45
I also thank you for fixing the compatibility between these two extensions. I've been tweaking and testing different extensions trying to getting Fantasy Grounds to work the way I want it to for a few months now and this was one of things on my list to track down.

sinprime
March 6th, 2019, 01:57
@ Ezio

I was curious if it would be possible to have another version of this extension, substituting both sanity and honor for Power (POW) & Horror (HOR)? I plan on running a Homebrew 5E campaign mixed with Ravenloft and this would be a great addition to the my character sheets. Thank you in advance!

Ezio
March 6th, 2019, 02:44
@ Ezio

I was curious if it would be possible to have another version of this extension, substituting both sanity and honor for Power (POW) & Horror (HOR)? I plan on running a Homebrew 5E campaign mixed with Ravenloft and this would be a great addition to the my character sheets. Thank you in advance!

I can do it, just a bit swamped at the moment. When do you need it by?

sinprime
March 6th, 2019, 03:24
I can do it, just a bit swamped at the moment. When do you need it by?

Whenever its best fits your schedule. I don't have a dedicated time frame when I'm starting the campaign, as of yet.
Much appreciated!! and Thanks!

Ezio
March 14th, 2019, 04:08
Whenever its best fits your schedule. I don't have a dedicated time frame when I'm starting the campaign, as of yet.
Much appreciated!! and Thanks!

https://www.fantasygrounds.com/forums/showthread.php?48379-5E-Add-on-Power-amp-Horror&p=430047#post430047

sinprime
March 14th, 2019, 04:53
Thanks again! ;)

PappaJHR
April 2nd, 2019, 23:58
Hello all... Would it be possible to get something like this to work with pfrgp core??? I could really use something like this in my campaign...

Ezio
April 3rd, 2019, 01:03
It's not a one-for-one swap, so it'll need some testing. I'll put it in my queue though.

PappaJHR
April 3rd, 2019, 01:55
Since I (we) don't play 5e, I started on up to see what 5e and the extension looked like - very nice by the way - and I could see very directly why it wouldn't work... Either way, thank you from both myself and my group in advance for changes...

Blacwell
June 29th, 2019, 19:26
This extention exist for D20 Modern 3.5E?

LordEntrails
June 29th, 2019, 19:32
This extention exist for D20 Modern 3.5E?
Welcome to the forums :)

No, though you can adapt it to 3.5 if you want. (EDIT: by making your own custom extension)

You can find a list of 3.5 extensions here; https://www.fantasygrounds.com/forums/showthread.php?15925-3E-D-amp-D-Pathfinder-Community-Extensions

And CoreRPG extensions that generally will work with 3.5 here; https://www.fantasygrounds.com/forums/showthread.php?20320-CoreRPG-Community-Extensions

MysticArthas
October 22nd, 2019, 08:25
I really like this extension thanks for the all the effort. I do have a request, is there an easy way to disable the Honor part. I only use the Sanity and would like to recover some of the character sheet real estate.

Ezio
October 22nd, 2019, 13:00
I really like this extension thanks for the all the effort. I do have a request, is there an easy way to disable the Honor part. I only use the Sanity and would like to recover some of the character sheet real estate.

Damned has published an extension for just Sanity (https://www.fantasygrounds.com/forums/showthread.php?38876-5E-Sanity-Extension-Help/page2), that's where I got the base for this ext.

MysticArthas
October 22nd, 2019, 17:54
I started with that originally but I'm also using LDTE and these two have issues. Your updated version seams to work find with LDTE. I'm trying the change the loadorder value to see it that will fix things.

solomani
April 11th, 2020, 06:17
Thanks for this. Playing an Oriental Adventures campaign and I use the Honor ability score. In future updates could you allow Hon to be used just like the other abilities - for example for AC, skill linking etc?

Ezio
April 11th, 2020, 17:25
Thanks for this. Playing an Oriental Adventures campaign and I use the Honor ability score. In future updates could you allow Hon to be used just like the other abilities - for example for AC, skill linking etc?

If I'm understanding this correctly, you'd like the ability to have a skill (or AC) be based on Honor?

For example, having Persuasion be based on Hon stat?

Mikeluzzo89
November 13th, 2020, 09:16
do it work on FGU too?

KriticalKlown
December 4th, 2020, 00:42
Can you help me make a add called Technomancy, Knowledge, Engineering, and Mana Abilities Check Extension or tell me how you made this Extension. I can pay you and talk on discord?

damned
December 4th, 2020, 00:45
https://www.youtube.com/playlist?list=PLsgd1zJLdiKVbJg6KJv668LyJXmfk25Yv

Look at video #2 Extending an Existing Extension

KriticalKlown
December 4th, 2020, 00:51
Damned has published an extension for just Sanity (https://www.fantasygrounds.com/forums/showthread.php?38876-5E-Sanity-Extension-Help/page2), that's where I got the base for this ext.

Please can you help me?

damned
December 4th, 2020, 01:07
Please can you help me?


https://www.youtube.com/playlist?list=PLsgd1zJLdiKVbJg6KJv668LyJXmfk25Yv

Look at video #2 Extending an Existing Extension

I just did.