You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominus Iniquitatis 9a40b0db7e Fixed Color layout 4 years ago
api Fixed Color layout 4 years ago
glossary update for 4.2.1 4 years ago
language update for 4.2.1 4 years ago
tools update for 4.2.1 4 years ago
trees update for 4.2.1 4 years ago
.gitignore Move to a full repository 5 years ago
LICENSE.txt better license wording 5 years ago
README.md fix broken link 4 years ago
TODO.md add TODO.md 4 years ago
api.md whoops 4 years ago
entry.md style changes 4 years ago
glossary.md organize into folders (why didn't i think of this sooner?) 4 years ago
language.md surname 4 years ago

README.md

ZScriptDoc

This is documentation for the ZScript language. CC0 public domain. See LICENSE for more information.

  • API - for information on the interfaces provided by GZDoom. This is itself a map of all of the API files.
  • Entry Points - for information on the ways you can tell the engine to add new things.
  • Glossary - for miscallaneous information and concepts you should learn. This is itself a map of all of the glossary files.
  • Language - for information on the language itself.

If you're wondering where to start, try starting with the language documentation and working your way from there. Also recommended is looking at existing mods using ZScript and modifying them. Try experimenting with features if you don't know what they do.