_
'VE'-SDK&IDE
-----
Besides the "base", everything needed for the majority of content development is provided by the SDK (software development kit) and IDE (integrated development environment), used all in conjunction. All tutorials, walkthroughs and recipes in the compendium (and beyond) can confidently rely on explicit steps that become universal to each developer and their system, and there are no obstacles between initial creation and final deployment to an engine.
The SDK:-
Portable versions of the primary software with all necessary plugins, addons and settings, all pre-configured. Blender and Radiant are present in several different versions for varying reasons, but which allows maximum overall functionality. Programs like gMax are very heavily modified and quite different from the standard release, and the SDK contains dozens of other tools and utilities along with base assets specifically used by editors like Radiant.
The IDE:-
Collection of command-line tools that are "integrated" into the OS "environment" as to be executed from any location system-wide, typically deploying scripts to content temporarily to conveniently help preserve a clean organised base. Packages include Assimp, Meshlab, ImageMagick, and a plethora of conversion, mathematic and data-management utilities, using extended regular expression with GAWK, SED and GREP variants. This collection leaves very little which can't be fully automated, by any developer, on any system or service.
.
.
.
---------------
...(SDK):-
----
"VEtexbro" - HTML texture browser used in conjunction with Radiant.
"VEQ4min" - stripped version of the Quake IV demo containing editor content which supports all other Radiants, Blender and is used for exporting.
"VEdRadiant#" - custom DarkRadiant, a modern Radiant that offers a light rendering viewport.
"VEnRadiant#" - custom NetRadiant, a modern Radiant that offers advanced editing methods.
"VEgRadiant#" - custom GtkRadiant, an older Radiant used for legacy support and performance.
"Blender" - primary software for all exporting to engines, main animation solution, terrain and terrain-propagation, along with countless other uses.
"gMax" - a simplified version of 3D Studio MAX which is used for spline-cage modelling of characters, vehicles, weapons and items, along with other scale-intensive assets.
"MeshLab" - a sophisticated tool for highly technical adjustments and tweaks to geometry.
"Compressonator" - used to compress all 2D content into DirectDraw DDS mipmapped textures.
"AwesomeBump" - used to generate normalmaps from greyscale heightmaps.
"InsaneBump" - used to generate normalmaps from greyscale heightmaps.
"Noesis" - used to tweak compiled maps (BSP/PROC) for physics-optimisation purposes.
"NP++" - Notepad++, essential script and code editing tool.
"XnView" - essential image viewer capable of tweaks and batch conversions.
"AutoHotkey" - automation software that compiles scripts into hotkey executables.
"Biturn" - used for LOD generation of textured high-poly geometry that was not a spline-cage.
"BlendIt" - used for blending edges of images and photographs into each other which is useful for quickly creating tillable seamless textures for materials.
"3DOC" - 3D Object Converter, used to convert some esoteric model formats between each other.
"GlueIT" - used to compile multiple images into a paged atlas for spritesheets and animations.
"CMV" - Cubemap Viewer, used with skyboxes and other 360' environments.
"V3DS" - used to quickly view mapobjects from the editor content.
"DDSthumbs" - used to view compiled DDS files as thumbnails in Windows.
"DDSview" - used to quickly view compiled DDS textures, especially normalmaps.
"Equity" - used to view models already compiled for legacy engines, to view animations, etc.
"Symbiotic3T" - used to page images to check for tiling issues.
"HME" - used to generate terrain heightmaps using some procedural methods. (*deprecated)
"LithUnwrap" - used to unwrap UV layouts on models. (*deprecated)
("extended SDK" recommends other software, e.g.
GIMP, InkScape, xNormal, MeshMixer, etc.)
.
.
.
---------------
...(IDE):-
----
"Isolate" - creates a folder and moves a copy of a file into that folder for clean and easy processing, useful for many other IDE operations.
"HtS" - generates hooks and seeds, necessary for data-management on complex arbitrary code.
"barrow" - plants seeds back into hooked file after being processed as a data-stream.
"dehex" - converts hexadecimal colour values to integers.
"hex2clc" - generates a dehex script from data-stream of hexadecimal values.
"ppmeer" - converts data-streams into PPM image format for image-editing of data.
"makechkbat" - creates a file-checker BAT files to verify content.
"alphabetise" - sorts material headers in asset files for consistency and indexing.
"patchpalette" - ensures all materials are indexed in an asset even if that particular sector or LOD stage omits that header as exported, for consistency and indexing.
"ASE_BW" - prepares the brushwork of exported map sectors for Blender importing.
"OBJ_all" - prepares the mapobjects of exported map sectors for Blender importing.
"MTL_BW" - prepares the materials of brushwork for Blender importing.
"MTL_MO" - prepares the materials of mapobjects for Blender importing.
"*b_fix" - fixes an issue with material variations using different conventions.
"fixXMLfaces" - reformats material headers of model files for final output.
"isoXMLvertex" - calculates vertex sum of model files to offset the next LOD stage.
"fixXMLbasemesh" - organises values of model files to be re-indexed for combining.
"fixAWK" - fixes map patch-mesh types to be compatible with various GAWK scripts.
"XMLclean4LOD" - prepares model files to be combined into a version with all LOD stages.
"fixXMLbones" - prepares animation files to be combined into a version with all LOD stages.
"DDS2dds" - fixes capitalisation on DDS extensions.
"ffm24@96m" - converts different types of files into MP3 at voice quality.
"ffm44@320s" - converts different types of files into MP3 at music quality.
"ffcFPSmbps" - compiles individual frames into MP4 video files.
"ffdecompile" - decompiles MP4 video files into individual frames.
"JPEG2JPG" - homogenises JPG extension convention.
"nospaces" - removes spaces from filenames.
"vrvffnwf" - removes vowels from filenames.
"seqNumb3" - generates sequence of numbers in 3 digits.
"seqNumb4" - generates sequence of numbers in 4 digits.
"IMmedianmatrix" - used to stitch lightmaps together by cropping into pieces, processing and then stitching back together.
"IM300" - essentially doubles the size of all images by median-filter at 300% and sampling back down to 200%.
"IM16er" - used for effects like light-flares to make larger 16bit grayscale versions by combining multiple 8bit versions together.
"IMeuer" - used to automatically create BMP/RFL/OCC/etc from legacy materials. (BMPs from 'AwesomeBump')
"IMmogmips" - various scripts to process mipmaps of DDS files to darken/brighten/hue-shift/etc.
"chkbatB" - creates a file-checker BAT file from OBJ MTLs to check for missing images before baking in Blender.
"chkbatM" - creates a file-checker BAT file from highMaterials to check for missing images in materials.
"GAWK-incdec" - increments or decrements the tessellation of all patch-meshes in a MAP file.
"GAWK-divdets" - divides the scale of detail-maps in all highMaterial files to fit the higher-res versions.
"PA-HMvalidator" - a 'Perfect Automation' script used to validate all highMaterial files before compiling shader cache.
"GAWK-XMLinc" - automatically increment index values in XML files. (used to do manually in Excel)
"MatSerial" - serialise all material headers and filenames for final release.
"IMbloomer" - colour-correction, bloom and branding for screenshots.
"MatConv" - final material script conversion to 'uscript' etc.
"serialiser" - converts all headers, references and filenames into a simple 8.3 filename convention for a final release version.
...
.
.
.