X Tutup
Skip to content

Axolotlguy7707/dars-generator-enhanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DARS generator

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.

screenshot of edit page screenshot of badge preview

contents

  • LICENSES
    • DARS generator
    • responsive UI plugin
  • versions
    • version naming schemes
  • variable names
  • colors
    • green
    • yellow
    • red

LICENSES

DARS generator

responsive UI plugin

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

versions

  • DARS: v2023
  • DARS generator: v[2023].0

(this version of DARS generator was made in Godot v4.2.1.stable.official [b09f793f5])

version naming schemes

DARS

the DARS version number has three dot-separated fields:

  1. year
  2. revision
  3. 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')

DARS generator

the DARS generator version has 2 dot-separated fields:

  1. full DARS version enclosed in square brackets
  2. revision
  3. 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)

variable names

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.

Compiling from source

How to compile dars enhanced from source:

Download Godot 4.2.1

Windows

macOS

Linux

Clone project with git or download zip and open

About

Fork of dars-generator

Resources

License

MIT and 2 other licenses found

Licenses found

MIT
CODE_LICENSE.txt
CC0-1.0
ICONS_LICENSE.txt
CC0-1.0
SCREENSHOTS_LICENSE.txt

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

X Tutup