Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 2.75 KB

File metadata and controls

33 lines (26 loc) · 2.75 KB

Porting-character-model-to-COM3D2-tutorials

This guide won’t go over every detail but only provides the fastest and easiest way to port your model to COM3D2 while still keeping the quality. Most of the written steps are just to give you an idea of what going on, watch the video under each tutorial for the full progress. There is also a workflow video with no comment that shows all tutorials.

Used term:

  • COM: the game COM3D2
  • Your model: the model you want to port to COM
  • COM body: the LOhighpoly body provided in the .blend flies inside the Zoobot's modding tools (Really need to remember “Your model” and “COM body”, they will be mentioned a lot in this guide)
  • Scripts: Many Python scripts are used to automate some progress. Written and saved inside Zoobot workflow.blend
  • The temp folder: the temp folder contains temporary menu files provided inside Zoobot's modding tools

Requirement:

  • NKK mods(mostly for the hair menus): link
  • Zoobot's modding tools(including blend files, and mass rename script): link
  • English Converting tools (to convert .png to .tex, and .txt to .menu): link
  • Blender 3.4 with latest Blender-CM3D2-Converter install: link
  • Dynabone edit plugin(for edit collider and physic): link
  • PC with Python

Tutorials link:

  • 1 README: link
  • 2 Basic + export rules: link
  • 3 Making Menu: link
  • 4 Porting hair and clothes with physic: link
  • 5 Rigging clothes: link
  • 6 Random Tips: link
  • 7 full workflow: link