fork of Dars Generator v2023 Currently only adds theme changing, but more features are coming
simple Desktop app for generating age ratings with the Developers' age rating system (DARS).
see docs/age_ratings.md for the available age ratings, age rating criteria, and how the age rating criteria affects the final age rating.
- LICENSES
- DARS generator
- responsive UI plugin
- versions
- version naming schemes
- variable names
- colors
- green
- yellow
- red
- all GDScripts in this Godot project are licensed under MIT License
- all icons in this Godot project are licensed under Creative Commons Zero 1.0
- all screenshots in this Godot project are licensed under Creative Commons Zero 1.0
https://codeberg.org/sosasees/godot-4-responsive-ui-plugin/
- all GDScripts in this add-on are licensed under MIT License
- all icons in this Godot project are licensed under MIT License
- DARS:
v2023 - DARS generator:
v[2023].0
(this version of DARS generator was made in Godot
v4.2.1.stable.official [b09f793f5])
the DARS version number has three dot-separated fields:
- year
- revision
- status (dev, alpha, beta, rc1, rc2) (stable versions don't have this field)
(the year field must be there. the revision field is not there if the value would be '0'. the status field is not shown if the value would be 'stable')
the DARS generator version has 2 dot-separated fields:
- full DARS version enclosed in square brackets
- revision
- status (dev, alpha, beta, rc1, rc2) (stable versions don't have this field)
(the DARS version and revision fields must be there. the status field is not there if the value is 'stable')
(the DARS version field shows which DARS version is compatible with the DARS generator version)
DARS generator has variable names that don't make sense to animals, but only to the DARS generator computer program. see docs/variable_names.md for a table that translates them into animal-readable names.
How to compile dars enhanced from source:
Download Godot 4.2.1
Clone project with git or download zip and open

