-
Content Count
6 -
Joined
-
Last Visited
Community Reputation
6 GoodAbout Cgameworld
-
Rank
Freshman
Recent Profile Visitors
452 Profile Views
-
Replacing Road LOD texture with script
Cgameworld replied to Cgameworld's topic in Cities: Skylines Modding - Open Discussion
Is it possible to disable the loading of the lod entirely? Setting the m_lodRenderDistance value to a arbitrary high number doesn't stop showing the lod- 2 Replies
-
- 1
-
-
- cities skylines
- modding
-
(and 2 more)
Tagged with:
-
Replacing Road LOD texture with script
Cgameworld posted a topic in Cities: Skylines Modding - Open Discussion
I'm experimenting with ModTools scripts and I'm having trouble replacing the LOD of a road texture, I'm using a modified version of this code snippet var networkName = "Basic Road"; // replace with the one you want to edit var lodMaterial = PrefabCollection <NetInfo>.FindLoaded(networkName).m_segments[0].m_lodMaterial; Texture2D lodtexture2D; if (File.Exists("tt/" + "lodtest.png")) { lodtexture2D = new Texture2D(1, 1); lodtexture2D.LoadImage(File.ReadAllBytes("tt/" + "lodtest.png")); //lodtexture2D.anisoLevel = 16; lodMaterial.SetTexture("_MainTex", lodtexture2D); } In ModTools, the lod texture seems to be replaced when the script above is run, but in game the road doesn't update Does anyone have any ideas on how to make this work? Thanks lodtest.png- 2 Replies
-
- cities skylines
- modding
-
(and 2 more)
Tagged with:
-
Dump vanilla elevated road mesh
Cgameworld posted a topic in Cities: Skylines Modding - Open Discussion
How do I dump the vanilla elevated mesh model with ModTools? I know how to dump the ground level mesh from this video: https://www.youtube.com/watch?v=hEidZ_LsTkA I want to make an elevated version of my ground level road and I'm a little lost on how to do it. -
Road Decal Pack (16 lettered road markings)
Cgameworld posted a topic in Cities: Skylines Modding - Open Discussion
I made some road marking decal packs to place on roads to add to the overall realism of the game. The pack is available in two versions: white and yellow White Version: http://steamcommunity.com/sharedfiles/filedetails/?id=1335783895 Yellow Version: http://steamcommunity.com/sharedfiles/filedetails/?id=1336655207 Let me know what you think in the comments below-
- 2
-
-
-
- cities skylines
- road
- (and 4 more)
-
Highway with Separated Express Toll Lanes
Cgameworld replied to Cgameworld's topic in Cities: Skylines Showcase
The toll lanes are mostly just cosmetic in game. My modlist: http://steamcommunity.com/sharedfiles/filedetails/?id=1100951324 -
Cgameworld changed their profile photo
-
Full build video:
