Updating Wiki Dumps
The Strata Wiki's reference topics are all created by the Wiki software, which reads JSON files that are generated by the engine. Currently as of 02/03/26, these files are not generated and added to the Wiki automatically and must be manually provided to the Wiki repositories dump folder so the public facing Wiki can display the latest references.
Some of these dump files are not used by the Wiki but mentioned as they can be useful for personal usage or reference. Those with (WIKI) in the front are used by the Wiki.
There are several Console commands and methods to take to get certain dumps. These commands should dump to the data folder located in the current game folder (Ex. p2ce).
AngelScript
The AngelScript scripting system is setup to dump several different dumps of the registered AngelScript. These are separated by server and client by have matching commands with the exception of the front.
sv/cl_scriptsystem_dump: Dumps a api_reference HTML page which provides a local reference of the registered AngelScript.
(WIKI) sv/cl_scriptsystem_dump_json: Dumps the api_reference JSON file used for the Wiki's AngelScript reference pages. This should be renamed to angelscript_server_p2ce.json or angelscript_client_p2ce.json respectively before replacing the current dumps in the dumps folder.
sv/cl_scriptsystem_dump_lsp: Dumps a as.predefined file used with the AngelScript Language Server Visual Studio Code extension.
There also exists a separate Hammer dump for AngelScript, instead of using the game, Hammer's added Console must be used instead.
scriptsystem_dump: Dumps a api_reference HTML page which provides a local reference of the registered AngelScript for Hammer.
(WIKI) scriptsystem_dump_json: Dumps the api_reference JSON file used for the Wiki's AngelScript reference pages. This should be renamed to angelscript_hammer_p2ce.json before replacing the current dumps in the dumps folder.
scriptsystem_dump_lsp: Dumps a as.predefined file used with the AngelScript Language Server Visual Studio Code extension.
VScript
Like AngelScript, VScript also comes with a server-client model for its dumps. However, as of 02/03/26, there is no difference between the two and the server one should be used for the Wiki.
(WIKI) sv/cl_script_dump_docs: Dumps a vscript_docs.server JSON file used for the Wiki's VScript reference pages. This should be renamed to vscript.json before replacing the current dumps in the dumps folder.
Particles
cl_particles_dump_json: Dumps a particle_docs JSON file containing particle operators.
ConCommands & ConVars
(WIKI) cvar_dump: Dumps a cvars JSON file containing all registered non-developer ConCommands and ConVars in the engine. This file is used on the Wiki's ConCommand and ConVar reference pages. This file should be renamed to commands_(game).json where (game) is the current game folder (Ex. p2ce).