Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Request for Hunter the Reckoning 5e Character sheet

June 11 (2 years ago)

So come June 22nd, the official release for Hunter the Reckoning 5e is coming out. However, the character sheet is currently out and a pdf of the core rulebook as well if you pre-ordered. I plan on running a one-shot or even a full game, and would like there to be a proper character sheet for it. There's an old version of the Hunter ruleset that isn't applicable, and the Vampire the Masquerade is close but still not want I'd want. If possible, I'd really appreciate the character sheet for this system

Yes, I am interested in this, too. Doing a crash course on how to create and format it.

If you are interested in running a game, please let me know. I will let you know how I am doing on my end in regard to the new sheet.

June 11 (2 years ago)

I am also tryna format it myself haha I'm trying to base it off of the Vampire 5e and make adjustments there, though I have no prior coding expertise at all so we'll so how it goes. 

Building and formatting the sheet isn't that bad...it's figuring out how to code the die roll api that I'm trying to figure out. The sheet I have so far looks pretty good, though I am still building it. Preview of the sheet looks fine...actual sheet in the game is a little wonky.

June 12 (2 years ago)

I think I actually got a working and decently formatted character sheet. Granted, I just formatted an already made Vampire the Masquerade 5e sheet into a HtR sheet, but I think I got it functioning. I'm not sure how to send code or give proper credit though

June 12 (2 years ago)

Here is what I made by taking an existing character sheet and adjusting it to be more for HtR. First time I ever coded so took me forever but I think it came out alright

https://github.com/jirial/Hunter-the-Reckoning5e


June 12 (2 years ago)

Well good news and bad news. Good news is I 100% have one character who works as intended. Bad news is is that other character I make do not work. It is almost 1 am and I don't have the patience to find out and parce what I did.

My guess is that during the formatting, I took away some code regarding the hunger mechanic for vampires. Before I removed it, I made one of my characters have a hunger of 0. However, in making other characters, it seems that the hunger code is regarding as null instead of just 0. 

I'll try again tomorrow maybe, but I wish you luck with your sheet, I hope you get it right so i don't want to die haha

June 12 (2 years ago)

Edited June 12 (2 years ago)

Tried clicking the link to your Github...says it's not there. I would be happy to look at your code and see where the problem is. Still looking at my sheet...my time to code is limited, though.

June 13 (2 years ago)

Edited June 13 (2 years ago)

I've gotten the dice mechanics working perfectly. Still have some formatting issues (my html is very rusty). All of my attributes and skills show up on the character sheet as [name-u] or something similar.


Edit: Nevermind...seems I figured it out. Now I will look to clean it up and make it more presentable. It's looking pretty good, though

June 13 (2 years ago)

That's great to hear! I have a functional character sheet myself, technically, but its pretty rough and not the prettiest looking thing in the world. I would love to see yours when you have it finished!

I left my github on private yesterday but it was nonfunctional anyway. It should be public now if you want to take a look, but there's still a lot to be desired haha

https://github.com/jirial/Hunter-the-Reckoning5e

June 13 (2 years ago)

Edited June 13 (2 years ago)
Andreas J.
Forum Champion
Sheet Author
Translator

that will be rejected from Roll20 repository, the sheet uses lots of <table>, which is one of the few code quality requirements for sheet submissions. https://wiki.roll20.net/Building_Character_Sheets#2._Good_Code

unless really nessecery, don't add a new license to the sheet you're creating, as any code you used from the roll20 sheet repo is already under MIT license, and no idea how stacking several licenses interact.

June 13 (2 years ago)

Understandable, thank you for the advice. I'm not really a coder, this is like the first coding thing I've ever done. I just did this to have a sheet for my players to have and don't really plan on releasing or doing anything else with. I deleted the one license that i made, thank you. Again, I got no idea what im doing lmao 

I am also interested in a Hunter H5 sheet being developed.  I am planning on running a game when the sheet hits the available list.  Thank you for your time, work, and efforts

Here is the link to my GitHub. I merely modded the original VtM 5e sheet to allow for Hunter Mechanics. If you guys are thinking about running a Hunter Game, please consider me as one of your players!

https://github.com/Raunalyn/Hunter-Sheet

Thanks!

June 28 (2 years ago)
(Felipe) Boku
Sheet Author

I Wish roll20 would just add your solution for now, is there any way to request an addition to the repository?

Hi Felipe,

Is the sheet I altered not working for you?

July 01 (2 years ago)
(Felipe) Boku
Sheet Author
I'm not able to use it because of the subscription level, that's all. I'm sure your sheet is great, i just wish roll20 could let us use it!

How do you get the sheet into roll20?


Silly question, I'm sure, but how would I go about adding this sheet to a game to run it?

July 08 (2 years ago)
Kraynic
Pro
Sheet Author

https://wiki.roll20.net/Game_Settings_Page#Character_Sheet_Template

https://wiki.roll20.net/Using_Custom_Character_Sheets

Thanks

July 24 (2 years ago)

I have got the sheet working but struggling with the dice mechanics.  It appears to be using the correct number of dice and picking up when its  triggered despair but its not showing the number of dice or results?


I am running another group and this will be a life saver as we gave until now just been house ruling the system using the v5 dice api.  Any help greatly appreciated!

August 23 (2 years ago)

Edited August 23 (2 years ago)

We're starting a campaign of Hunter, and using Roll20. I got Craig's sheet installed and working quite good, but there are some issues. The biggest is that there are auto-filled dots in all the attributes and skills that cannot be taken away. I'll take a look at the code, but I've coded last like ten years ago :D Also the codes on the "Rolls" page do not work, as they don't roll the dice, but that can be done with macros etc.

Anyway, thank you for your time and effort!