1229 lines
30 KiB
Plaintext
Executable File
1229 lines
30 KiB
Plaintext
Executable File
--
|
|
-- File::
|
|
-- Description:: RS Wildwest Macros
|
|
--
|
|
-- Author:: Marissa Warner-Wu <marissa.warner-wu@rockstarnorth.com>
|
|
-- Auto-generated by tools/util/max/max_wildwest_menu.rb
|
|
-- 2010-05-24
|
|
--
|
|
-----------------------------------------------------------------------------
|
|
|
|
-- ///////////////////////////////////////////////////////////////////////////
|
|
-- Rockstar London
|
|
-- ///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
macroscript toolbox
|
|
category:"Helpers"
|
|
ButtonText:"Toolbox"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_ToolBox.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript aligngizmotoface
|
|
category:"Helpers"
|
|
ButtonText:"Align Gizmo To Face"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_AlignGizmoToFace.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript autosurfacetypeassign
|
|
category:"Helpers"
|
|
ButtonText:"Auto Surface Type Assign"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_AutoSurfaceTypeAssign.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript autowindowtypesize
|
|
category:"Helpers"
|
|
ButtonText:"Auto Window Type Size"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_AutoWindowTypeSize.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript explodeelements
|
|
category:"Helpers"
|
|
ButtonText:"Explode Elements"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_ExplodeElements.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript explodetoelements
|
|
category:"Helpers"
|
|
ButtonText:"Explode to Elements"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_ExplodeToElements.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript autoloddistance
|
|
category:"Helpers"
|
|
ButtonText:"Auto LOD Distance"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_AutoLODDistance.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript lodbaker
|
|
category:"Helpers"
|
|
ButtonText:"LOD Baker"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_LODBaker.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript lodeditor
|
|
category:"Helpers"
|
|
ButtonText:"LOD Editor"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_LODEditor.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript fliplinenormals
|
|
category:"Grab Cover Tool"
|
|
ButtonText:"Flip Line Normals"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\grabcovertool\\menu_helper_scripts\\FlipLineNormals.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript gravitywellhelper
|
|
category:"Grab Cover Tool"
|
|
ButtonText:"Gravity Well Helper"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\grabcovertool\\menu_helper_scripts\\GravityWellHelper.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript initializeselectedcoverlines
|
|
category:"Grab Cover Tool"
|
|
ButtonText:"Initialize Selected Cover Lines"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\grabcovertool\\menu_helper_scripts\\InitializeSelectedCoverLines.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript selectparentcoverline
|
|
category:"Grab Cover Tool"
|
|
ButtonText:"Select Parent Cover Line"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\grabcovertool\\menu_helper_scripts\\SelectParentCoverLine.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript coveredge
|
|
category:"Grab Cover Tool"
|
|
ButtonText:"Cover Edge"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\grabcovertool\\CoverEdge.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript pessceneeditor
|
|
category:"Design"
|
|
ButtonText:"PES Scene Editor"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\Design\\RSL_PES_SceneEditor.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript pesscenesearcher
|
|
category:"Design"
|
|
ButtonText:"PES Scene Searcher"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\Design\\RSL_PES_SceneSearcher.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript simplelevelcreator
|
|
category:"Design"
|
|
ButtonText:"Simple Level Creator"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\Design\\RSL_SimpleLevelCreator.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript vehicleanimator
|
|
category:"Design"
|
|
ButtonText:"Vehicle Animator"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\Design\\RSL_VehicleAnimator.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript fireboxexporter
|
|
category:"Design"
|
|
ButtonText:"Fire Box Exporter"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\Design\\RSV_FireBoxExporter.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript levelcleaner
|
|
category:"Design"
|
|
ButtonText:"Level Cleaner"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\Design\\RSV_LevelCleaner.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript scripthelper
|
|
category:"Design"
|
|
ButtonText:"Script Helper"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\Design\\RSV_ScriptHelper.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript triggerboxhelpui
|
|
category:"Design"
|
|
ButtonText:"Trigger Box Help UI"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\Design\\RSV_TriggerBoxHelpUI.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript milocollisiontoolv1
|
|
category:"Milo Tools"
|
|
ButtonText:"Milo Collision Tool V1"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\MiloTools\\MiloCollisionTool_v1.0.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript miloinfo
|
|
category:"Milo Tools"
|
|
ButtonText:"Milo Info"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\MiloTools\\RSL_MiloInfo.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript miloops
|
|
category:"Milo Tools"
|
|
ButtonText:"Milo Ops"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\MiloTools\\RSL_MiloOps.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript propviewer
|
|
category:"Prop Tools"
|
|
ButtonText:"Prop Viewer"
|
|
(
|
|
RsPropViewer = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/bin/PropViewer/PropViewer.exe" )
|
|
|
|
shelllaunch RsPropViewer ""
|
|
)
|
|
|
|
|
|
macroscript batchproprender
|
|
category:"Prop Tools"
|
|
ButtonText:"Batch Prop Render"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSV_PropDictionary\\RSL_BatchPropRender.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript propplacer
|
|
category:"Prop Tools"
|
|
ButtonText:"Prop Placer"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSV_PropDictionary\\RSV_PropPlacer_dotNet.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript propdictionaryeditordotnet
|
|
category:"Prop Tools"
|
|
ButtonText:"Prop Dictionary Editor"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSV_PropDictionary\\RSV_PropDictionaryEditor_DotNet.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript propthumbsrenderer
|
|
category:"Prop Tools"
|
|
ButtonText:"Render Props Thumbnails"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSV_PropDictionary\\RSV_QuickThumbnailRender.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript mergeprop
|
|
category:"Prop Tools"
|
|
ButtonText:"Merge Prop"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_MergeProp.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript texturetag
|
|
category:"Texture"
|
|
ButtonText:"Texture Tag"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_TextureTag.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript texturetagedit
|
|
category:"Texture"
|
|
ButtonText:"Texture Tag Edit"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_TextureTagEdit.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript texturetagmenu
|
|
category:"Texture"
|
|
ButtonText:"Texture Tag Menu"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_TextureTagMenu.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript txdops
|
|
category:"Texture"
|
|
ButtonText:"TXD Ops"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_TXDOps.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript txdoptimiser
|
|
category:"Texture"
|
|
ButtonText:"TXD Optimiser"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_TXDOptimiser.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript txdviewer
|
|
category:"Texture"
|
|
ButtonText:"TXD Viewer"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_TXDViewer.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript collisionops
|
|
category:"Misc"
|
|
ButtonText:"Collision Ops"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_CollisionOps_DotNet.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript fragtuner
|
|
category:"Misc"
|
|
ButtonText:"Frag Tuner"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_FragTuner.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript grasspainter
|
|
category:"Misc"
|
|
ButtonText:"Grass Painter"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_GrassPainter_dotnet.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript iplstreamexport
|
|
category:"Misc"
|
|
ButtonText:"IPL Stream Export"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_IPLStreamExport.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript joinelements
|
|
category:"Misc"
|
|
ButtonText:"Join Elements"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_JoinElements.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript lightlister
|
|
category:"Misc"
|
|
ButtonText:"Light Lister"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_LightLister.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript meshcleaner
|
|
category:"Misc"
|
|
ButtonText:"Mesh Cleaner"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_MeshCleaner.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript noaicover
|
|
category:"Misc"
|
|
ButtonText:"No AI Cover"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_NoAICover.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript normalfixer
|
|
category:"Misc"
|
|
ButtonText:"Normal Fixer"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_NormalFixer.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript normalops
|
|
category:"Misc"
|
|
ButtonText:"Normal Ops"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_NormalOps.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript objectcleaner
|
|
category:"Misc"
|
|
ButtonText:"Object Cleaner"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_ObjectCleaner.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript objecttypeops
|
|
category:"Misc"
|
|
ButtonText:"Object Type Ops"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_ObjectTypeOps.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript removeedges
|
|
category:"Misc"
|
|
ButtonText:"Remove Edges"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_RemoveEdges.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript removeinteriorfaces
|
|
category:"Misc"
|
|
ButtonText:"Remove Interior Faces"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_RemoveInteriorFaces.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript removeverts
|
|
category:"Misc"
|
|
ButtonText:"Remove Verts"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_RemoveVerts.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript validateparticles
|
|
category:"Misc"
|
|
ButtonText:"Validate Particles"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\helpers\\RSL_ValidateParticles.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript ambientlighting
|
|
category:"Utils"
|
|
ButtonText:"Ambient Lighting"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\AmbientLighting.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript findmapinfo
|
|
category:"Utils"
|
|
ButtonText:"Find Map Info"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\FindMapInfo.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript characterbatchexport
|
|
category:"Utils"
|
|
ButtonText:"Character Batch Export"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_CharacterBatchExport.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript gtatorage
|
|
category:"Utils"
|
|
ButtonText:"GTA To Rage"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_GTAToRage.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript materialconverter
|
|
category:"Utils"
|
|
ButtonText:"Material Converter"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_MaterialConverter.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript modelrenderer
|
|
category:"Utils"
|
|
ButtonText:"Model Renderer"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_ModelRenderer.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript particlehelper
|
|
category:"Utils"
|
|
ButtonText:"Particle Helper"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_Particle_Helper.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript pathsremaptool
|
|
category:"Utils"
|
|
ButtonText:"Paths Remap"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_PathsRemapTool.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript proptxdviewer
|
|
category:"Utils"
|
|
ButtonText:"Prop Txd Viewer"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_PropTxdViewer.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript rageshadervalueeditor
|
|
category:"Utils"
|
|
ButtonText:"Rage Shader Value Editor"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_RageShaderValueEditor.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript reporter
|
|
category:"Utils"
|
|
ButtonText:"Reporter"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_Reporter.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript scenebrowser
|
|
category:"Utils"
|
|
ButtonText:"Scene Browser"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_SceneBrowser.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript scenecleaner
|
|
category:"Utils"
|
|
ButtonText:"Scene Cleaner"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_SceneCleaner.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript setshadowcasting
|
|
category:"Utils"
|
|
ButtonText:"Set Shadow Casting"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_SetShadowCasting.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript vehicleeditor
|
|
category:"Utils"
|
|
ButtonText:"Vehicle Editor"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSL_VehicleEditor.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript characterswapper
|
|
category:"Utils"
|
|
ButtonText:"CharacterSwapper"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RST_CharacterSwapper.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript oldscenecleanup
|
|
category:"Utils"
|
|
ButtonText:"Old Scene Cleanup"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSV_OldSceneCleanup.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript setalldynamiccollisionnoncover
|
|
category:"Utils"
|
|
ButtonText:"Set All Dynamic Collision Non Cover"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSV_SetAllDynamicCollisionNonCover.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript setalldynamiccollisionnonobstacle
|
|
category:"Utils"
|
|
ButtonText:"Set All Dynamic Collision Non Obstacle"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_London\\utils\\RSV_SetAllDynamicCollisionNonObstacle.ms")
|
|
|
|
)
|
|
|
|
-- ///////////////////////////////////////////////////////////////////////////
|
|
-- Rockstar North
|
|
-- ///////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
macroscript c_charsetup
|
|
category:"Characters"
|
|
ButtonText:"Character Setup"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\C_CharSetup.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_dummy_menu
|
|
category:"Ped Game Setup"
|
|
ButtonText:"Dummy Setup Tools"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Ped_Game_setup\\C_Dummy_Menu.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_exclusiontools
|
|
category:"Ped Game Setup"
|
|
ButtonText:"Exclusion Tools"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Ped_Game_setup\\C_ExclusionTools.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_guide_tools
|
|
category:"Ped Game Setup"
|
|
ButtonText:"Guide Tools"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Ped_Game_setup\\C_Guide_Tools.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_ped_size
|
|
category:"Ped Game Setup"
|
|
ButtonText:"Ped Size Checker"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Ped_Game_Setup\\C_Ped_Size.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_prop_align
|
|
category:"Ped Game Setup"
|
|
ButtonText:"Prop Align"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Ped_Game_setup\\C_Prop_Align.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_quick_ingame_test
|
|
category:"Ped Game Setup"
|
|
ButtonText:"Setup for Quick Ingame Test"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Ped_Game_setup\\C_Quick_Ingame_Test.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_sstags
|
|
category:"Ped Game Setup"
|
|
ButtonText:"Write selection sets to UDP"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Ped_Game_setup\\C_SSTags.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_anim_library
|
|
category:"Char Rigging"
|
|
ButtonText:"Animation Loader"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\c_Anim_Library.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_body_transfer_tool
|
|
category:"Char Rigging"
|
|
ButtonText:"Body Transfer Tool"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\C_Body_Transfer_Tool.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_build_ped_rig_from_markers
|
|
category:"Char Rigging"
|
|
ButtonText:"Build Ped Rig from Markers"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\C_Build_Ped_Rig_from_Markers.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_facialbonedisplaygui
|
|
category:"Char Rigging"
|
|
ButtonText:"Facial bone display"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\C_facialBoneDisplayGUI.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_facialbuildergui
|
|
category:"Char Rigging"
|
|
ButtonText:"Build Facial Rig"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\C_facialBuilderGUI.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_mirroringpervert
|
|
category:"Char Rigging"
|
|
ButtonText:"Mirror PerVert"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\c_mirroringpervert.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_regenarcguiwindow
|
|
category:"Char Rigging"
|
|
ButtonText:"Regen ArcGuis"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\c_regenArcGuiWindow.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_skinbrush
|
|
category:"Char Rigging"
|
|
ButtonText:"Skin Brush"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\C_SkinBrush.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_suckthecattoff
|
|
category:"Char Rigging"
|
|
ButtonText:"suckTheCattOff"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Rigging_tools\\C_suckTheCattOff.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_ao_and_normal_bake
|
|
category:"Char Shaders"
|
|
ButtonText:"AO and Normal Map Bake"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Shader_tools\\C_AO_and_Normal_Bake.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_menumat
|
|
category:"Char Shaders"
|
|
ButtonText:"Character Materials"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Shader_tools\\C_menumat.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript c_vertex_bake_painter
|
|
category:"Char Shaders"
|
|
ButtonText:"Vertex Bake Painter"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\character\\Shader_tools\\C_Vertex_Bake_Painter.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript cs_characterstripper
|
|
category:"Cutscenes"
|
|
ButtonText:"Character Stripper"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\Cutscene\\cs_CharacterStripper.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript cs_createdummyforvehicles
|
|
category:"Cutscenes"
|
|
ButtonText:"Vehicle Dummy Setup"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\Cutscene\\cs_createDummyForVehicles.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript cs_envset
|
|
category:"Cutscenes"
|
|
ButtonText:"Environment Hierarchy Set"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\Cutscene\\cs_EnvSet.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript cs_propexporter
|
|
category:"Cutscenes"
|
|
ButtonText:"Prop Exporter"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\Cutscene\\cs_PropExporter.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript cs_prop_align
|
|
category:"Cutscenes"
|
|
ButtonText:"Prop Link and Align"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\Cutscene\\CS_Prop_Align.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript cs_rerootenv
|
|
category:"Cutscenes"
|
|
ButtonText:"Environment ReRoot"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\Cutscene\\cs_ReRootEnv.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript cs_zerod2
|
|
category:"Cutscenes"
|
|
ButtonText:"Environment Add Zerod2"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\Cutscene\\cs_Zerod2.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript m_sm_path_deform
|
|
category:"Maps"
|
|
ButtonText:"Path Deform"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\maps\\M_SM_Path_Deform.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript scatterer
|
|
category:"Maps"
|
|
ButtonText:"Scatterer"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\maps\\scatterer\\scatterer.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript sm_snap_verts
|
|
category:"Maps"
|
|
ButtonText:"Snap Verts"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\maps\\SM_Snap_Verts.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript p_bone_tagger
|
|
category:"Prop Rigging"
|
|
ButtonText:"Prop Bone Tagger"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\props\\P_Rigging\\P_Bone_Tagger.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
macroscript p_build_gun_rig_from_markers
|
|
category:"Prop Rigging"
|
|
ButtonText:"Build Gun Rig from Markers"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\props\\P_Rigging\\P_Build_Gun_Rig_from_Markers.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript p_default_shaders
|
|
category:"Prop Shaders"
|
|
ButtonText:"Prop Default Shaders"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\props\P_Shaders\\P_Default_Shaders.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript p_vertex_bake_painter
|
|
category:"Prop Shaders"
|
|
ButtonText:"Vertex Bake Painter"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\props\\P_Shaders\\P_Vertex_Bake_Painter.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript scale_jaxxx_creator
|
|
category:"Rockstar North"
|
|
ButtonText:"Scale Jaxxx Creator"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\Scale_Jaxxx_Creator.ms")
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
macroscript gametoolsexec
|
|
category:"Rockstar North"
|
|
ButtonText:"UVTools V3.0"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\uvtools\\Scripts\\GTs-UVToolsExec.ms")
|
|
|
|
)
|
|
|
|
|
|
macroscript v_vertex_bake_painter
|
|
category:"Vehicle Shaders"
|
|
ButtonText:"Vertex Bake Painter"
|
|
(
|
|
RsWildWestDir = ( systemTools.getEnvVariable( "RS_TOOLSROOT" ) + "/wildwest/" )
|
|
|
|
filein (RsWildWestDir + "script\\max\\Rockstar_North\\vehicles\\Shader_tools\\V_Vertex_Bake_Painter.ms")
|
|
|
|
)
|
|
|