Cities: Skylines

Cities: Skylines

141 ratings
Klyte's Framework 1.1
   
Award
Favorite
Favorited
Unfavorite
Mod
File Size
Posted
Updated
309.760 KB
9 Sep, 2019 @ 6:57pm
18 Apr, 2020 @ 11:06am
5 Change Notes ( view )

Subscribe to download
Klyte's Framework 1.1

Description
[www.paypal.com]
This mod provides some basic features for those that don't know how to code but need some advanced features for your assets. The first feature is the translation framework from my recently mods, but more can come depending of community needs and/or my mods evolution.

New in 1.1

- Texture Atlas editing: add, remove or edit any image used in the game interface, You can export the original sprites and impoort them replacing with a new image.
- Inline text-in-sprite: allows to create shields with a custom background, if the UI item is allowed to process markups.

All features details are at GitHub: https://github.com/klyte45/KlyteFramework
This mod is actually a simple wrapper from the new Commons Includable library. More info about the features can be found at CI's page on github: https://github.com/klyte45/KlyteCommonsIncludable

Be a Patron: https://www.patreon.com/klyte45
14 Comments
Madisonian 19 Feb, 2021 @ 2:13pm 
Is there a way to set the UI priority order of menu tabs using this mod? I created a tab for industrial roads with a custom icon but want to change where it appears in the list of tabs.
LemonsterOG 14 Nov, 2020 @ 7:00am 
@Klyte45 -- Even though it's a moot point now, I thank you for replying with the information. :smileyflag:
Klyte45  [author] 13 Nov, 2020 @ 4:31pm 
@LemonsterOG This mod is required there to load additional sprites and localization into the game. Won't break at all, but can cause some visual glitches in menu (tabs without description and/or image). When I was talking about 5th gen I was referring to my collection with those mods. If you never heard of, so you shouldn't worry about this technical info

Anyway, the information was removed because it become obsolete after latest mods updates
LemonsterOG 2 Sep, 2020 @ 9:58am 
@Klyte45 -- I see in the description (quickly boldly) that this is not a dependency for your 5th generation mods. How can a user know if one of your other mods is 5th generation? I'm asking because I see that this mod is a dependent of your Heathrow Pods. asset. (Which, by the way, look aMaZiNg.) I guess I'm wondering is this mod actually a required dependent of those pods (because maybe they're not 5th generation) or this mod is required because the pods are 5th generation? How do we/I know? Thanks so much.
KennethFN 23 Aug, 2020 @ 9:25am 
With this i can change the grass s´rites? Would love a mod that could do that so i can easily replace all grass
Klyte45  [author] 11 Jul, 2020 @ 6:10pm 
KF is not related. This log just means there's no translation for these languages, no relation with stacktrace.
surf2explore 11 Jul, 2020 @ 4:40pm 
at CargoTrainAI.StartPathFind (uint16,Vehicle&) <0x00233>
at CargoTrainAI.SetTarget (uint16,Vehicle&,uint16) <0x00193>
at BuildingManager.ReleaseBuildingImplementation (uint16,Building&) <0x0047b>
at (wrapper dynamic-method) BuildingManager.DMD<DMD<ReleaseBuilding_Patch1>?509491840..ReleaseBuilding_Patch1> (BuildingManager,uint16) <0x00045>
at BuildingManager.UpdateData (SimulationManager/UpdateMode) <0x0011f>
at (wrapper dynamic-method) SimulationManager.DMD<DMD<Managers_UpdateData_Patch2>?-723309696..Managers_UpdateData_Patch2> (SimulationManager/UpdateMode,single,single) <0x00105>
at LoadingManager/<LoadSimulationData>c__IteratorB.MoveNext () <0x00bdf>
at AsyncTask.Execute () <0x000a8>

Does this have to do with this mod ? How can I solve it ?
surf2explore 11 Jul, 2020 @ 4:40pm 
KFv1.1 Could not find resource: Klyte.Framework.commons.UI.i18n.nl.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.fr.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.es.properties
KFv1.1 Could not find resource: Klyte.Framework.commons.UI.i18n.es.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.ru.properties
Simulation error: Object reference not set to an instance of an object


surf2explore 11 Jul, 2020 @ 4:40pm 
Boa Noite,

My last 2 saves crash while loading.

The error is :
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.en.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.pt.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.ko.properties
KFv1.1 Could not find resource: Klyte.Framework.commons.UI.i18n.ko.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.de.properties
KFv1.1 Could not find resource: Klyte.Framework.commons.UI.i18n.de.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.cn.properties
KFv1.1 Could not find resource: Klyte.Framework.commons.UI.i18n.cn.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.pl.properties
KFv1.1 Could not find resource: Klyte.Framework.commons.UI.i18n.pl.properties
KFv1.1 Could not find resource: Klyte.Framework.UI.i18n.nl.properties
Madisonian 10 May, 2020 @ 7:25pm 
Since the documentation is somewhat lacking in this regard, here's instructions on how to create a custom menu and UI icon like in the Personal Rapid Transit pack...create a folder called kf_imageFiles in the Content folder of your workshop upload (where the crp files also go) and put 32x22 pixel pngs in that folder called %SubBarUICategory.png, %SubBarUICategoryFocused.png, and %SubBarUICategoryHovered.png, replacing UICategory with whatever category name you set in modtools. Can also be used to replace vanilla icons with local copies in your Assets folder.