Modding:How To Find A Virtual Texture: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "This tutorial requires Modder's Multitool, LSLib v19 and a knowledge of how to find things with the multitool. ===How to do it=== First thing you need to find the item is its name. Put the name in the modder's multitool. This should lead you to its entry in the english.loca file. Take the handle and search that. This should lead you to the ''roottemplate'' of the item. (if it doesnt have one in the roottemplate, it's in the parenttemplate's file instead) You can then fi...")
 
No edit summary
Line 3: Line 3:
===How to do it===
===How to do it===
First thing you need to find the item is its name.
First thing you need to find the item is its name.
Put the name in the modder's multitool. This should lead you to its entry in the english.loca file.
Put the name in the modder's multitool. This should lead you to its entry in the english.loca file.
Take the handle and search that.
Take the handle and search that.
This should lead you to the ''roottemplate'' of the item. (if it doesnt have one in the roottemplate, it's in the parenttemplate's file instead)
This should lead you to the ''roottemplate'' of the item. (if it doesnt have one in the roottemplate, it's in the parenttemplate's file instead)
You can then find its mesh mapkey. Search that and you should find the meshes lsx entry.
You can then find its mesh mapkey. Search that and you should find the meshes lsx entry.
Search the mesh name. You may need to append it with HUM_M_ as most of the gtex are under hum m arm meshes.
Search the mesh name. You may need to append it with HUM_M_ as most of the gtex are under hum m arm meshes.
search gtex in that same file and you should start seeing applicable codes.
search gtex in that same file and you should start seeing applicable codes.


Navigation menu