#Boilerplate System

1 messages · Page 2 of 1

wheat plume
#

I can't speak for the v13 branch as I didn't write it but it's probably fine

fresh reef
wheat plume
#

once you get past the initial few hours you're probably beyond any Boilerplate specifics and should just ask questions in #system-development

#

I would not recommend using dnd5e or pf2e as references, as both are working on updating from legacy APIs and have a bunch of over-complicated implementations

fresh reef
#

Sure thing. I feel I'm in the initial hours, but I'll definitely take more generic questions there. Thanks for the references, I've been struggling to find a good reference that isn't super complicated as everyone suggests dnd5e 😩

#

That and everything else uses template.json instead of DataModels. Would like to learn the new way rather than the old.

wheat plume
#

yeah unfortunately most of the system dev guidance was written during v8/v9/v10

sharp belfry
#

The V13 branch was made. It seems to be working without issues

drifting brook
#

Are there links to the update V13 Boilerplate Guide/Utility?

sharp belfry
drifting brook
hybrid ibex
#

Any help would be greatly appreciated

sharp belfry
#

Template.json does not exist anymore, as it was replaced by the data model

hybrid ibex
#

That being? (I do apologise for stupid questions, I am quite literally learning as I go)

sharp belfry
hybrid ibex
#

Understood, and where are those located in the files?

sharp belfry
#

part of it will be on the system.json and part on the module/data

hybrid ibex
#

Another question, I have not made any changes to the code yet. Are the sheets supposed to be empty like this? In the code, I think I see stuff for attributes and levels

sharp belfry
#

No, there is probably an error happening. Check the console log

hybrid ibex
#

I don't really see any errors, other than this one. For your information, I am running this off of Node, cause I needed a V12 and V13 instance of Foundry

#

Drag and drop does work in another sheet though

sharp belfry
#

Did you use the branch for the V12?

#

from the PR

hybrid ibex
#

Pretty positive I did? Chances are I didn't though

sharp belfry
#

I am asking because as far as I remember, the boilerplate was ready for the v12 on the PR branch without any issues

hybrid ibex
#

No, not really, but it's the only version I found a proper wiki for

#

I am pretty much a complete beginner with this stuff, only know some Python for visual novels

sharp belfry
#

the wiki itself is outdated, as you can see from the template.json

hybrid ibex
#

Right, thus why I asked

#

Then would it be a better idea for me to do things in V13?

sharp belfry
#

Right now, I would not recommend developing a system based on a version that is already outdated.
Especially considering that v14 is probably comming out on the next few months

#

I would point it directly to v13

#

Actually, I would even point it to v14 right now, but it could be more complicated for you, given you don't have experience with Foundry development

hybrid ibex
#

I think V13 is gonna work just fine for me for now

#

Right, I'll try to see if I can start from scratch