Cities: Skylines

Cities: Skylines

十分な評価がありません
How to reuse Game Models and textures(existing/user assets) with ModTools.
作者: stmSantana
   
アワード
お気に入り
お気に入り
お気に入りから削除
Overview

  • MODTOOLS UPDATE 12 (11/19/2016)
    • Changed: Textures and meshes are now dumped to local app data's Import folder
    • Changed: Textures are now dumped as proper _d, _a, _c, _i, _s, _n files when dumping asset

Japanese language version 日本語版
Sorry my ENGRISH!
http://steamproxy.net/sharedfiles/filedetails/?id=606459569
Necessities
Dump
  1. Select a in-game assets, e.g., building, car,
  2. Click [Dump asset] button.

  3. You will find following files,(\Users\USERNAME\AppData\Local\Colossal Order\Cities_Skylines\Addons\Import)
    • YYY.ZZZ.obj
    • YYY.ZZZ_d.png
    • YYY.ZZZ_a.png
    • YYY.ZZZ_c.png
    • YYY.ZZZ_i.png
    • YYY.ZZZ_n.png
    • YYY.ZZZ_s.png
    • YYY.ZZZ_lod.obj
    • YYY.ZZZ_lod_d.png
    • YYY.ZZZ_lod_a.png
    • YYY.ZZZ_lod_c.png
    • YYY.ZZZ_lod_i.png
    • YYY.ZZZ_lod_n.png
    • YYY.ZZZ_lod_s.png
Edit 3D model
  • Import the YYY.ZZZ_Data.obj to youre 3D software, Wavefront OBJ format file type.

  • You can edit a file as usual.

  • Export the model FBX format.
6 件のコメント
turret001 2020年10月2日 10時38分 
great tutorial, still works
社恐怪 2016年3月9日 16時56分 
@stmSantana Thank you very much! Everything is working now. Your guidance is really helpful. Thank you. :)
stmSantana  [作成者] 2016年3月9日 0時49分 
@Liranius
Wow, This is ...... wrong. What the transformation such as the puzzle.
Correct:http://i.imgur.com/O6YQEb5.png
There may be the problem with your computer or software(Photoshop ver?).

I recommend you try different softwares.(e.g. Paint.net , GIMP, )
社恐怪 2016年3月9日 0時10分 
@stmSantana
This is the original aci.png: http://postimg.org/image/or0i0xuqx/
This is the split B channel: http://postimg.org/image/vwwuh4t7t/
This is the result after using Tone Curve Tool: http://postimg.org/image/u3pcf2ind/

Infact, any modification I made to the generated greyscale images will cause a distortion. I don't know if I have done something wrong, or there are something wrong with my photoshop or computer.
stmSantana  [作成者] 2016年3月8日 20時46分 
Hi @Liranius, Thanks for reading this guide.
What is a strange thing? If it’s possible, Please show me your Screenshots.

When the Asset-Importer imports textures, it invert lightness of 3 images (alpha mask, color mask, specular).
At the same time, it changes lightness of all images.

So, What you should do is follows,
1. Separate channel and get grayscale images.
2. Ctrl+M (Tone curve tool) to darken curve a little. (chapter "Brightness ,Invert, Tone curve")
(However, AlphaMask_a & ColorMask_c use only 2 colors, black/white, Consequently you don't need to do this step.)
(If you edit vehicle textures, You should read instructions of Edit-Illumination row)
(If you edit building textures, You should read a chapter "Comparison")
3. Ctrl+I to imvert images (only _a, _c, _s)
4. Export images.:steamhappy:
社恐怪 2016年3月8日 18時31分 
Sorry for bothering you. I don't quite understand what does Invert and Edit rows in your picture mean. I executed separate channels to an xxx_aci.png in photoshop and get 4 grayscale images. Then I executed Ctri+I to invert the image. Then I exported images but got something strange. Which step is wrong? Or was I missed some steps?