Difference between revisions of "Script Validator"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Cipscis
(Adding link to the version of the validator that is currently being developed)
imported>TS7
m (Adding 3rd Party Bumpers)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[http://www.cipscis.com/fallout/utilities/validator.aspx Script Validator]
[http://www.zenimax.com/external.php?locale=en-us&url=http://www.cipscis.com/fallout/utilities/validator.aspx Script Validator]


A web-based Fallout 3 script validator (written in JavaScript) is available in the Fallout 3 section of [http://www.cipscis.com cipscis.com].  The validator checks scripts for many structural errors, some of which are not caught by the GECK's compiler, and automatically applies correct indentation to scripts.
A web-based Fallout 3 script validator (written in JavaScript) is available in the Fallout section of [http://www.zenimax.com/external.php?locale=en-us&url=http://www.cipscis.com/ cipscis.com].  The validator checks scripts for various errors and warnings, many of which are not caught by the GECK's compiler.


A new version is currently under development, and can be found here:
The output is indented, has syntax highlighting applied, and includes links to documentation of functions and blocktypes.
[http://cipscis.com/dev/validator/validator.html Dev Validator]<br />This version has extended functionality, but may suffer from some bugs.
 
Due to how similar scripting is in New Vegas and Fallout 3, output from this utility should still apply to the majority of New Vegas scripts. Exceptions to this rule would be scripts which use functions specific to one game, including functions added by its respective script extender; all output related to structure should still be relevant.


[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Mod Tools]]
[[Category:Mod Tools]]

Latest revision as of 12:31, 23 September 2011

Script Validator

A web-based Fallout 3 script validator (written in JavaScript) is available in the Fallout section of cipscis.com. The validator checks scripts for various errors and warnings, many of which are not caught by the GECK's compiler.

The output is indented, has syntax highlighting applied, and includes links to documentation of functions and blocktypes.

Due to how similar scripting is in New Vegas and Fallout 3, output from this utility should still apply to the majority of New Vegas scripts. Exceptions to this rule would be scripts which use functions specific to one game, including functions added by its respective script extender; all output related to structure should still be relevant.