ITOOSOFT Forum

Author Topic: Chaos Cosmos Varients  (Read 283 times)

VelvetElvis

  • Newbie
  • *
  • Posts: 49
Chaos Cosmos Varients
« on: October 01, 2025, 09:16:22 pm »
Is there a way to access the different clothing color variants from a Cosmos asset in Forest Pro without a lot of manual work building the forest materials? Is there a script available to put the 4 different diffuse materials into a Forest color material?

Michal Karmazín

  • ITOOSOFT
  • Hero Member
  • *****
  • Posts: 3129
Re: Chaos Cosmos Varients
« Reply #1 on: October 02, 2025, 08:03:08 am »
Hi,

Corresponding textures for the diffuse channel are located under the ..\Chaos Cosmos\Packages..\Assets folder in .tx format. You can use a script such as cs_sme_drop to drag and drop multiple files and automatically create the corresponding VRayBitmap nodes in the Material Editor. Once imported, these can then be wired into the Forest Color map. I hope this helps.

Best regards,

Michal Karmazín

  • ITOOSOFT
  • Hero Member
  • *****
  • Posts: 3129
Re: Chaos Cosmos Varients
« Reply #2 on: October 02, 2025, 11:31:16 am »
Please find attached a script prepared by my colleague Paul that fully automates this task. It locates the existing diffuse map and checks for other maps with filenames matching specific keywords (by default, diff or diffuse). If any are found, the script loads them into a new VRayBitmap and wires them through a Forest Color map. In our quick tests, it appears to work as intended. I hope this helps.

Best regards,
« Last Edit: October 02, 2025, 02:48:10 pm by Michal Karmazín »

VelvetElvis

  • Newbie
  • *
  • Posts: 49
Re: Chaos Cosmos Varients
« Reply #3 on: October 02, 2025, 02:33:48 pm »
Please find attached a script prepared by my colleague Paul that fully automates this task. It locates the existing diffuse map and checks for other maps with filenames matching specific keywords (by default, diff or diffuse). If any are found, the script loads them into a new VRayBitmap and wires them through a Forest Color map. In our quick tests, it appears to work as intended. I hope this helps.

Best regards,

This will help a lot, even the advice in the first post will go a long way. Thank you so much for the support!