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?
ZScript Basics: a guide for non-programmers
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.
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.
-
-
- Posts: 4143
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
-
- 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
I removed relative links between appendixes for now.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?
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.
-
-
- 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
That works quite nicely.
-
- 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
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
Read it here: https://jekyllgrim.github.io/ZScript_Ba ... layer.html