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://gtm.steamproxy.vip/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일 오후 4시 56분 
@stmSantana Thank you very much! Everything is working now. Your guidance is really helpful. Thank you. :)
stmSantana  [작성자] 2016년 3월 9일 오전 12시 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일 오전 12시 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일 오후 8시 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일 오후 6시 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?