Recent posts

#11
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 31, 2023, 08:55:19 PM
Now S2 support in WWMT in my local build for:

  • Attachments
#12
Source 2 Model Exporting / Testing Source 2 VMDL Export
Last post by wallworm - December 27, 2023, 12:19:59 AM
The next release of WW will have support for the Counter-Strike 2 version of Source 2; HL:Alyx and Dota 2 are not supported. In this release, Wall Worm can export models from WWMT Helpers as well as their materials and textures.

This thread will detail the current capabilities and known issues.

If you want to test these tools before they are officially released, simply contact me directly for an installer.

With this first release of Source 2 support, Wall Worm will only have limited support of the features that work for Source/Goldsource. At this time, the capabilities are limited to models and their materials and textures. Level exporting has been started but does not work yet. There are no importers and the MDL loader is not yet working for Source 2.

Setting Up WW

To properly set up WW for Source 2 you will have to manually configure your global WW Settings for Source 2. There is no GameConfig.txt file that WW can use to configure your settings. You will also need to install the CS2 Workshop tools from the DLC. You can do this in your Steam library by right-clicking CS2, clicking properties, then going to the DLC section.

cs2-dlc.png

You need to set the modelsrc, materialsrc and mapsrc paths to the models, materials and maps folder in your CS2 content addons folders.

Set the GameInfo folder. The default is:

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo
Then set the Bin Dir to the Bin folder for the compile tools. By default that is:

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\bin\win64
For the FGD settings, you need to manually point WW to the FGD file. by default that is:

C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\csgo.fgd
Finally, set the Engine to Source 2.

ww-cs2_settings.png

Exporting Assets

The workflow for assets is very similar to Source but there are a few differences.

#1) Only use the PBR Material (Metal/Rough) (PBRMetalRough()) on your models. You can use them with Multi/Sub-Object Materials. This material maps extremely well to the Source 2 materials.

#2) Not every feature of WWMT yet works in the export.

The features that will work:
  • Meshes
  • Hulls
  • LODS**
  • Bodygroups
  • Sequences
  • Multiple Skins
  • Attachments
  • PropData
  • Custom Gibs
  • Materials***

** LOD Material Replacements not yet supported.
*** You should set the texture names to .tga and the Material names to use .vmat.

When you export the models with custom materials, the materials will continue to appear red in the modeldoc tools in Source 2. I don't know why yet, so at this time you have to open the model after compile and select materials in the modeldoc and double-click them--they will open in the material editor and suddenly work. Click the Save All button in the material editor to keep the textures working.

Entities

Wall Worm now supports the CS2 FGD for entities. It will honor the new @exclude command as well as the @OverrideEntity and delete_keys command.

VMap Exporter

The Level Exporter now has limited VMap export. At this time, entities should export as expected. However, displacements and world meshes are not yet exported correctly and will crash Hammer if you try to load a VMAP exported from Wall Worm with anything other than entities.


That is it as of now. Please share feedback as you test it.
#13
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 26, 2023, 11:52:46 PM
Now WW can export:

  • Bodygroups
#14
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 25, 2023, 08:45:43 AM
I now have support for exporting:

  • WWMT Sequences
  • WWMT Skins
#15
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 21, 2023, 09:47:09 PM
Features I have working as of now in my local build:

  • WWMT can export LODS
  • Level Exporter can export basic scene with entities to VMAP
  • MAXScript FGD Parser now supports the CS2 FGD
#16
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 17, 2023, 01:03:59 AM
I have gotten around of updates done internally. At this point here is what is supported:

WWMT:
  • Meshes
  • Hulls
  • Export to VMDL + model assets (dmx, fbx or smd)
  • Support for some WWMT settings
  • Compiling to VMDL_C

Materials:
  • Material to VMAT
  • Support for Max's PBR Material

I'm hopeful that by the holidays I'll have Sequences, LODs, Skins and breakable props implemented. Once those basic set of features are done, I'll release an update to the public.
#17
Source 2 Model Exporting / Source 2 in Wall Worm Developm...
Last post by wallworm - October 15, 2023, 10:43:48 AM
I wanted to give everyone a heads up on where I am with Wall Worm in Source 2 along with a general roadmap.

First, I've planned on doing Source 2 for years, but I never felt the need yet because of limited games and documentation. CS2 forced my hand on the issue to a degree.

First, expectations. Although I am passionate about WW and maintaining it, the reality is that the amount of time I have for developing WW these days is relegated to the weekends. And truthfully, I often don't want to be at a computer on weekends. So it's really down to when I feel inspired.

Where I am with S2:

Right now I have tools to export WWMT to DMX and VMDL. The support is currently limited to creating a simple VMDL document that will reference the main meshes and collision hulls. My intent is to make WWMT functionality as robust for S2 as S1 but it will take some time.

Once I get enough personal testing of the current VMDL Export with mesh and hulls, I'll release it for testing.

VMDL Export support

  • CVMeshList from WWMT Meshes
  • CVphysicsMeshList from WWMT Collision Hulls
  • Basic settings in Mesh/Hull data from WWMT

Next:

  • Animation Sequences
  • BodyGroups
  • LODs
  • Morphs

VMAT Export support

I have not yet started on this. Since my understanding is that S2 is PBR, I might be able to simplify the material authoring with the PBR material that ships with Max.

VMAP Export support

I have looked at the VMAP format briefly and I understand it's a version of DMX. Hopefully I can get that done sometime in 2024.

VMDL Loader

Loading VMDL into Max like the MDL Loader is high on my priority but I would not expect it before the end of 2024.
#18
Wall Worm News / Using WW on a project for CSGO...
Last post by wallworm - October 07, 2023, 11:58:49 AM
Instructions on being able to continue a project started that was configured to CSGO but stopped working after the Counter-Strike 2 release on Source 2. https://dev.wallworm.com/document/269/using_legacy_csgo_with_wall_worm.html
#19
Bug Reports / Re: WWMT Full MDL import incor...
Last post by wallworm - June 19, 2023, 01:49:35 PM
There are definitely limitations to the MDL > WWMT importer. Unfortunately, I don't have the bandwidth to dig into this particular problem at this time. You might try using Crowbar to convert the MDL into QC+SMDs and see if the QC import has better results.
#20
Commercial Tools / Re: Delete Faces Modifier
Last post by wallworm - June 19, 2023, 01:47:09 PM
Quote from: AeRo on June 05, 2023, 02:17:38 AMAny chance for 2024 version?
This is already included in WW Pro installer. I'll look to update the standalone download in the next week.
SMF spam blocked by CleanTalk