ZScript Basics: a guide for non-programmers

Handy guides on how to do things, written by users for users.

Moderators: GZDoom Developers, Raze Developers

Forum rules
Please don't start threads here asking for help. This forum is not for requesting guides, only for posting them. If you need help, the Editing forum is for you.
User avatar
Kappes Buur
 
 
Posts: 4143
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada

Re: ZScript Basics: a guide for non-programmers

Post by Kappes Buur »

Going from Appendix 1: Flow Control to << Next: Best Practices and Rules of Thumb gives a 404

Is there a way to get this whole tutorial as an html file setup for offline viewing
other than downloading each file separately?
User avatar
Jekyll Grim Payne
Global Moderator
Posts: 1102
Joined: Mon Jul 21, 2008 4:08 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia (Modern GZDoom)

Re: ZScript Basics: a guide for non-programmers

Post by Jekyll Grim Payne »

Kappes Buur wrote:Going from Appendix 1: Flow Control to << Next: Best Practices and Rules of Thumb gives a 404

Is there a way to get this whole tutorial as an html file setup for offline viewing
other than downloading each file separately?
I removed relative links between appendixes for now.

The tutorial doesn't have an HTML version because it's Markdown. You can download the whole repository and read it with a Markdown reader, such as Mark Text, although understandably I wouldn't recommend it normally since I'm frequently finding various issues and pushing small fixes.
User avatar
Kappes Buur
 
 
Posts: 4143
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada

Re: ZScript Basics: a guide for non-programmers

Post by Kappes Buur »

That works quite nicely. :thumb:
User avatar
Jekyll Grim Payne
Global Moderator
Posts: 1102
Joined: Mon Jul 21, 2008 4:08 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia (Modern GZDoom)

Re: ZScript Basics: a guide for non-programmers

Post by Jekyll Grim Payne »

I've added a new chapter: Player, PlayerInfo and PlayerPawn. Hopefully it'll make things clearer for player-related stuff!

Read it here: https://jekyllgrim.github.io/ZScript_Ba ... layer.html

Return to “Tutorials”