New to System Development but have done minor module development

I am trying to see if there is a complete working model of a system that I could use a base to understand how to make a system. I mean I realize everyone is going to write solutions differently. All of the tutorials seem to be for before v10. Should I just follow those and modify where I need to for v10+. I am trying to develop a game system and It be nice to be able to create a foundry system for it to play test and develop it more. Any suggestion I would love some direction. I am pretty good at looking at code and breaking it down but I am really looking for a simple system just to understand the basics. I tried EZD6 which was the simplest system I could think.
F
Forien•143d ago
Start with Simple Worldbuilding and build on in. If you want to see how specific thing is implemented, check other systems, although they tend to get really complex really fast.
E
Eclipxs•143d ago
I have found looking at the crucible system to be helpful. but, yes systems do get complex fast. I'd probably not recommend looking at pf2e right away, it might scare you lol. though if you want to know how to use TS, that is a great system to look at.
G
Grimwood_Games•143d ago
TS? typescript?
E
Eclipxs•143d ago
yeah
G
Grimwood_Games•143d ago
yeah I just found that after I posted.
F
Forien•143d ago
And please, if you make a system, do not use TypeScript not only it will waste your time with all the overhead, but it will drastically limit amount of people that are willing to contribute/maintain/take over in case something happens
G
Grimwood_Games•143d ago
Well it's my own system and I prefer JS over TS
Z
Zhell•142d ago
Simple Worldbuilding does a lot of special things that a system generally should not be doing, because it is for building your own system within foundry. If you are looking for a starter kit for system development, look at the Boilerplate system, it is built for this purpose and has lots of easy to read examples and gives a good overview of how a system is put together. 🙂
G
Grimwood_Games•142d ago
ok this makes more sense to me. thanks.. now to fix what ever broke when I renamed everything to my system name
LTL
Leo The League Lion•142d ago
@Grimwood_Games gave vote LeaguePoints™ to @Zhell 🎅 (#47 • 60)
G
Grimwood_Games•140d ago
This has been a perfect suggestion thank you.
LTL
Leo The League Lion•140d ago
@Grimwood_Games gave vote LeaguePoints™ to @Zhell (#47 • 61)
Want results from more Discord servers?
Add your server
More Posts
calculating range/distanceI am trying to calculate the distance between two tokens to make sure they are in range of one anothPartial RerollI am looking for a way to partially "reroll" a roll. Quick example: Player rolls 2d6 (a 2 and a 5) atiered status effectsIf I have a status effect that can come from an ability, for example, burning comes from an ability Importing an npm package into a foundry systemimport minimist from 'minimist'; That line alone when included in my module's hook file is resultin(Paid) System Dev AssistanceHello, I am developing a new game and would like to build my own game system in foundry vtt. I'm nothow to handle items and effects?I've been working on a system for a game that needs a concept that seems like it might be a good fitAdvice on the general programming model a system should followI'm brand new to foundry dev and I want to make sure I am gaining the correct understanding of the eAdvice for compendium data in a custom systemHello, i'm new here! I was wondering if I could get a little direction for storing data about my gaDialog Box Auto-Closing Upon Opening 2nd TimeI've been appending custom functionality to the simple worldbuilding system. At this time, I'm tryinActor collisionImplementing the homebrew knockback feature. It's almost working but how do I test if two actor tokeActor attributes update on player's sideI can't fathom how to make changes to actor attributes on player's side. According to documentation Sort itemsHello, I am searching for where is stored the data about "items" order, as I would like to order thNewby accepting advice on the Foundry API and Module DevelopmentHeya,im very new to Module development for foundry and im suuuuper rusty in the codding department bHow do I create/modify embedded document types?Let's say I want Items to also have Items embeddedHow do I specify an Array in my template.json?I want schema checking for elements inside of an undefined-length array in my template.json, how do Is is possible to create/change Foundry's document types?For instance, removing "Actor" and "Item" and adding new ones.ERROR: actors is not a valid embedded Document within the Token DocumentHi guys! New here, just purchased the software. Could we get any help on this elusive error? It's wHow to trigger "hotbarDrop" with element that are not "Item" ?Hello, I would like to know if it is possible to trigger "hotbarDrop" with element that are not "ItIs there a starter system based on the v10 DataModel?I'm creating a new system (sci-fi with a cyberpunk theme, battles in space, land vehicles, and closeNewb looking for advice on creating Compendium via codeI am new to Foundry and trying to figure out if it will be a good fit for my game. I have a fair amo