Recent posts
#41
General Discussion / USD Talk
Last post by wallworm - January 31, 2024, 06:21:23 PMIf you want to know why Wall Worm updates have been sluggish for a while, it's because I've been head down at work for so long overseeing USD features in 3ds Max and Maya. What's all the buzz about USD? See some examples of how it's used in a webinar where I gave a live demo in Max, Maya, Houdini and Unreal.
#42
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - January 21, 2024, 04:51:26 PM- WW Pro FGD Parser for S2 in Max 2022+
- Multiple Datas in VMap Export (cameras, entities, basic mesh)
#43
Source 2 Model Exporting / Re: Testing Source 2 VMDL Expo...
Last post by wallworm - January 11, 2024, 06:48:24 PMThings to note:
The process of exporting a WWMT Helper to a model is the same as it was for Source. This means that the tutorials/docs are generally the same:
Key differences:
The process of exporting a WWMT Helper to a model is the same as it was for Source. This means that the tutorials/docs are generally the same:
- Assign Meshes to WWMT
- Export the Materials/VTF with the Export VTF button in WWMT
- If using custom gibs, compile them from the Prop Data & Custom Gibs rollout
- Export the WWMT
Key differences:
- WWMT uses the PBRMetalRough() material for Source 2 instead of the Standard Material
- Some advanced settings like $jigglebones, IKs, QC Eyes, etc are not yet exported
#44
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - January 05, 2024, 09:02:00 PMIn my local build I now can export:
- Prop Data
- Custom Gibs (breakable prop)
- Basic Hitbox info
#45
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 31, 2023, 08:55:19 PMNow S2 support in WWMT in my local build for:
- Attachments
#46
Source 2 Model Exporting / Testing Source 2 VMDL Export
Last post by wallworm - December 27, 2023, 12:19:59 AMThe 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.
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:
Then set the Bin Dir to the Bin folder for the compile tools. By default that is:
For the FGD settings, you need to manually point WW to the FGD file. by default that is:
Finally, set the Engine to Source 2.
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:
** 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.
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.
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:
Code Select
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:
Code Select
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:
Code Select
C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\csgo.fgd
Finally, set the Engine to Source 2.
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.
#47
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 26, 2023, 11:52:46 PMNow WW can export:
- Bodygroups
#48
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 25, 2023, 08:45:43 AMI now have support for exporting:
- WWMT Sequences
- WWMT Skins
#49
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 21, 2023, 09:47:09 PMFeatures 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
#50
Source 2 Model Exporting / Re: Source 2 in Wall Worm Deve...
Last post by wallworm - December 17, 2023, 01:03:59 AMI have gotten around of updates done internally. At this point here is what is supported:
WWMT:
Materials:
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.
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.
SMF spam blocked by CleanTalk