Recently friends learn the original painting, need a lot of practice all kinds of game material. Searching for footage from the web is time-consuming and non-systematic, so it is possible to extract it directly from the game's installation package. After a period of research, in the "Torch of Light" this game trial success.
One. Download Blender
At the time of writing this article, the latest version is 2.75a. Over here. Download the zip version and unzip it to a folder. In addition, there are many tutorials on the web that require the installation of Python. In fact, this version has come with 3.4 python, no need to go to the additional download installation.
Two. Download Ogrecommandlinetools
Here or here, unzip or install to a folder. There is a saying on the internet that the 1.63 version applies to the light of the torch 1 and 2, the 1.72 version only applies to "torch light" 2. After my own test, the 1.72 version can also resolve "torch light" 1.
Three. Download and set up Torchlight-to-blender
The third step in some of the references is to download a script called ogre_import.py , here or here. I'm using the Torchlight-to-blender script here. Divided into two systems, for Blender 2.49a and for Blender 2.59+. Since I downloaded 2.75a, I use the latter.
According to the author, the old version of the animation can be imported. I tried it, the import was incomplete, and the model details were missing seriously.
OK, download the file and unzip it into the blender directory/2.75/scripts/addons, then use Notepad to open the __init__.py file, and set its 88 rows by
" D:\stuff\Torchlight_modding\orge_tools\OgreXmlConverter.exe "
Change to the second step ogrecommandlinetools download and install the actual path, such as my
" D:\OgreCommandLineTools_1.7.2\OgreXMLConverter.exe "
Four. Download the model file
Download and install the torch light, then unzip the pak.zip in the installation directory. The country Models folder is the Model folder.
Five. Related Software settings
To open the Blender software, click File->user Preferences ..., select the System tab, tick the international fonts in the lower right corner, and tick interface,tooltips,new data. At this point the interface becomes Chinese.
Then click on the Add-ons tab, select Import-Export in the category on the left, find and tick "import-export:torchlight MESH format" on the right
Finally, file-and import->torchlight OGRE (. Mesh), open the fourth step in the Models folder in the relevant files.
Reference
"Torch Light" official game mod making tool instructions for use
Torch Light Model export (unity load model of torch light)
Unity3d Load Torch Light Resources
Torchlight-to-blender
about Ogre.mesh import of Blender
Blender Self-study Note 1
The download of Blender is in English, how to turn into Chinese version
"Torch Light" model export