Coding: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== [[::Category:AI_Coding|AI Coding]] ==
{{index-page|category=Scripting|topic=scripting and the SDK}}
* [[AI Documentation]]
 
== [[Scripting]] ==
== [[Scripting]] ==


* [[A to Z Scripting]] ''-- (All-in-one resource for scripting, starting at absolute beginner level)''
* [[Scripting basics]] ''-- (What you should know about Doom 3's scripting engine, including comparisons with other scripting languages)''
* [[AI Attachment Ingame Editing]]  ''-- (Console commands for def_attaching models during game)''
* [[AI Attachment Ingame Editing]]  ''-- (Console commands for def_attaching models during game)''
* [[AI Relations]]  ''-- (Setting AI 'teams')''
* [[AI Relations]]  ''-- (Setting AI 'teams')''
Line 16: Line 16:
* [[Triggering Things in other Maps]]
* [[Triggering Things in other Maps]]
* [[GUI Overlays]]
* [[GUI Overlays]]


== [[SDK]] ==
== [[SDK]] ==


* [[The Dark Mod - Compilation Guide]]
* [[Adding new Cvars]]
* [[Adding new Cvars]]
* [[Adding Script Events to sys]]
* [[Adding Script Events to sys]]
* [[Coding in the SDK]]
* [[AI Debug Mode has large Impact on Soundprop Performance]]
* [[AI Debug Mode has large Impact on Soundprop Performance]]
* [[Calling Console Commands From SDK]]
* [[Calling Console Commands From SDK]]
Line 36: Line 36:
* [[Checking Button and Key States in SDK]]
* [[Checking Button and Key States in SDK]]


 
{{coding}}
[[Category:Coding]]

Latest revision as of 20:32, 22 December 2020

This is a selected list of articles and tutorials about scripting and the SDK.
Please see the category Scripting for a full list of articles for this topic.

Scripting

SDK