-
Content Count
4 -
Joined
-
Last Visited
Content Type
Profiles
Forums
Omnibus
News
Features
Downloads
City Journals
Calendar
Gallery
Everything posted by Lookii
-
Associate BuildingInfo.PathInfo with NetSegment
Lookii posted a topic in Cities: Skylines Modding - Open Discussion
Hi, I'm in the process of programming my first mod which includes changing the net type of a segment. For this I need to find the segments a building like a Train Station uses for its Tracks. I've come so far that I check the Building.Info.m_paths - Array for the segments associated, however these are saved as BuildingInfo.PathInfo. As far as I know to change a segment you need to change the NetSegment.m_infoIndex attribute. How can I get this attribute with only knowing the BuildingInfo.PathInfo? -
Sloped Train Stations - Steep Track Transitions
Lookii posted a topic in Cities: Skylines Modding - Open Discussion
Hi, I want to make a sloped train station to make express trains to connect high hills or even mountains with the valley. For this I want to make a station asset with a steep elevated train station track. But when I connect this track with normal elevated tracks, at the connection piece, a flat part is created, presumably to make the code less complicated. But this kinda ruins the idea of such a station. Is there any way to fix this, maybe a mod or a script or is this just how the game works and can`t be changed? -
Sloped Train Stations - Steep Track Transitions
Lookii replied to Lookii's topic in Cities: Skylines Modding - Open Discussion
As far as I tested they work, but just look very strange thanks to this bug -
What is more important? A Texture Replacer mod OR a Custom Bridges mod?
Lookii replied to boformer's topic in Cities: Skylines Modding - Open Discussion
Is the Better Bridges Mod now dead or will you continue working on it? I would really like to make custom bridges
