Difference between revisions of "HPL2/Community Resources"

From Frictional Wiki
Jump to navigation Jump to search
(Some missing script modules)
(→‎Script Modules: Added missing module links)
Line 14: Line 14:
  
 
* [[Hpl2:Resources:script modules:coordsys|Global coord system]]
 
* [[Hpl2:Resources:script modules:coordsys|Global coord system]]
*[[Hpl2:Resources:script_modules:math|Custom math functions arranged by Apjjm]]
+
*[[Hpl2:Resources:script_modules:math|Custom math functions]] (keep in mind some of these have been implemented as [[HPL2/Engine_Scripts#Mathematical_Operations|Script Functions]] in later patches)
 
*[[Hpl2:Resources:script modules:smallvars|Small variables (debugging API)]]
 
*[[Hpl2:Resources:script modules:smallvars|Small variables (debugging API)]]
 +
*[[Hpl2:Resources:script_modules:stringlist|String list]]
 +
*[[Hpl2:Resources:script modules:stringparsing|Parsing strings into variables]]
 +
*[[Hpl2:Resources:script modules:vector3d|3D Vectors]]

Revision as of 01:20, 24 July 2020

Resources

This section contains a set of community created resources for aiding in development of maps. These range from a collection of script modules, to upgraded / new tools for developing content.

Many additional tools and resources can be found in the Development Resources section of the forum.

Tools

Script Modules