Cities: Skylines
0 of 0

File information

Last updated

Original upload

Created by

steam_users

Uploaded by

marcocons

Virus scan

Safe to use

Tags for this mod

About this mod

This mod is an add-on for TMPE that automatically removes crosswalks when TMPE bans pedestrian crossing.

Requirements
Permissions and credits
link to Experimental Mod!

CLICK HERE to understand where are the log files and how to upload them.

** Migrating between mods? (true for any mod) you must exit to desktop AFTER you have unsubscribed from the old version. **
No issues regarding stability has been reported so far.
This mod can be safely installed on a city that already has TMPE crossing bans.
Please also read relevant notes about TMPE
This mod can be safely added and removed at any time.

This mod is an add-on for TMPE that automatically removes crosswalks when TMPE bans pedestrian crossing.


Features
- image processing for smooth transition from segments to junctions.
- covers a wider variety of custom roads. (All that I know of. please let
me know if you find any that does not work and I will fix it.)
- support for tunnels/bridges/elevated/slope roads, trams and level crossings[duckduckgo.com] .
- pre-cache only roads that have hidden crossings to save memory and duration of game load.
- Network Skins 2 now has a new button to hide crossings using this mod.This allows to hide highways markings too :)

New In Version 3.0!
- options to create exemption list.
- texture cache reduces processing time and memory (particularly for well designed assets).
- fixed crosswalks for some edge cases.

Usage Instruction

step 1: use TMPE tool to ban pedestrian crossing
step 2: you should notice that crossings have disappeared
AND/OR
step 1 : use NS2 tool to hide junction markings.
step 2: you should notice that crossings have disappeared
Note
You can use ULOD to hide crossings when camera is far away


How to report Problems
CLICK HERE to understand where are the log files and how to upload them.

What to include
- what where you doing when the problem happened
- what is the problem.
- what do you expect
- output_log.txt and RMCrosswalks.log.txt
- screenshots
Where to report
- in the comment section bellow
- On DISCORD [discord.gg]
- comment on this GITHUB ISSUE[github.com]
- you can attach logs to one of the above links or a place of your own choosing but I do need logs.

Troubleshooting
- Restart Cities skylines (exit to desktop and run the program again.
- run Compatibility Report
- Remove all other mods (excluding this and TMPE) to check if you still encounter the issue.
- TMPE troubleshooting guide[github.com] is relevant


Required mods
Must have
- harmony mod
- TMPE(any version including local builds) or NS2(any version including local builds)
optional
- ULOD can be used to hide crossings when you zoom out.
Incompatible mods
- I don't know of any for sure. If you found an incompatible mod please let me know.



Performance
- No measurable FPS drop.
- memory usage increases by 2MB ( in High quality ) per every NEW TYPE
of road you hide crossing for ( if you hide crossings for the same road
type many times it does not increase memory usage - if you have roads
for which you have not hidden crossing it does not increase memory
usage).
- game loading times increases by 1~3 seconds per every NEW TYPE of road you hide crossing for in the game you are loading.



Coming soon
Version 3.1
- Cache textures on disk to reduce processing time.
- some hand made textures from TPB to make things even more beautiful
Version 3.3
- Support for hand made junction textures for asset creators.
Version 4
- hide crosswalks when camera is far away (lod texture processing).

Known issues
- Smoothing of Asymmetrical elevated roads is imperfect.

Please report any problems you faced in the comment section bellow. If you
didn't face any problem with loss of data please comment so I can
upgrade this to beta :)

Further notes
- If you zoom out too far, the zebra-crossing textures will come back. If
you increase you graphic settings, It will increase the distance at
which this problem happens. also you can use ULOD mod.( I will fix this
in version 3 )
- I have tested this and it works with all roads: Vanilla, DLC, Network Extension 2, most other custom roads (all that I
know of). (if you saw any custom road that did not work, please let us
know and I will try to fix it).
- repository : https://github.com/kianzarrin/HideTMPECrosswalks
- This mod may eventually merge into Network skins 2 and/or TM:PE.

Help me!
- **Video content creators**: please post your videos in the comment
and I will post it in the description as demo :). Also I am curious to
see the fruit of my work.
- **Test my mod** on your custom roads. report to me if A)there is a bug B)its incompatible with another mod
C)you think the textures are not smooth or could use a quality boost.
Give me links and pictures if possible.
- **Programmers**: If you know about textures/meshes you can definitely help me to write some
code. My code is based on image processing. I don't know much about
textures/meshes(I am teaching my self).

Advanced notes:
- you might notice minuscule un-rendered textures near edges in the following situation.:
A) the camera is at the right distance (not too close and not too far)
B) your level of detail is low
C) you look very carefully.
This is because the road is rendered using lod but the node is rendered
using full detail. This will be fixed when I implement lods.