Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I think in the posts below, someone said it had a problem with mods that have 'Options'. So, that's the main thing I will test.
I don't promise that it's completely stable, but it's done pretty well on my machine so far...
At any rate it's better than what we have currently....
It's not stable or working really yet, but this makes me hopeful :)
@BloodyPenguin, @Boformer, any of you guys have or are using this mod?
<Component name="(Library) OptionsPanel">
Comment that entire section out all the way up to BUT NOT INCLUDING the line
<Component name="(Library) ConfirmPanel">
Save the xml, start the game, see if that helps. I've heavily modified the skin I use, so I can't recall all the specifics of what I changed to make it work. That was the main part of the issue.
That should point you in the right direction at least. Before anyone asks, no I'm not taking over the mod or doing in-depth troubleshooting. Sorry, life is too hectic at the moment. That and when the damn update comes next week I imagine the fallout will be severe in the world of mods and I don't want to get caught up in owning a new mod right before that happens.
I just created a Skin for for triple-screens , and now I can't play without it. It saves me from having to move my mouse all over my 5760 pixels! I did as little as possible in the skin, just to get stock UI graphics moved. So, I didn't run into many issues. But the few I did, were not game stoppers...
It's causing lots of trouble when I switched to Win 10. Love the UI mods.
If you decide to start updating this mod again, please drop a comment here and let me know.
Thanks.
Errors in Detour.cs 82.13 and 105.13, error CS0227
And the Sapphire won't load, it is not in Mod Manager. BTW, I commented out the section in your previous reply with <!-- and -->, is that right? but with that I had some other errors.
@nlight Please, can you fix this? Thanks!
On the right side, towards the bottom, you'll see Download ZIP. Click that, download the source.
Then go to c:\users\<your windows login name>\AppData\Local\Colossal Order\Cities_Skylines\Addons\Mods
Create a new directory named Sapphire
Then go into the sapphire folder you just created and create a new folder named Source
Open the zip file and go into the directory named "Sapphire" inside the zip. Extract all the contents into the folder named "source" you made on your local machine.
Open the Mod.Cs file with notepad or your favorite editor. Make the changes I listed in a previous post.
Save it.
Unsubscribe from this mod (so it won't conflict with the source you downloaded)
Start the game.
That should roughly do it. I have Visual Studio so I compile the code, but the game will do it for you if you put it in the folder structure I listed. Hope this helps someone.
@Stooge, where is this mod.cs file? Can we change it ourselves?
"Last Online 7 hrs, 40 mins ago"
try
{
Core.Bootstrap(Skin.ModuleClass.MainMenu);
}
catch (Exception ex)
{
Debug.LogException(ex);
}
That resolved the issue, but it prevents the ability to skin the main menu. Personally, I can live with that.
Or it coud be that Sapphire just doesn't expect those extra panels, regardless of what order things load in so that freaks it out. Either way, I'm playing around to see if I can find a way to resolve it, but every change requires a restart (which drives me NUTS) so I have no idea how long it will take to resolve it.
I already fixed it for the main menu but I wasn't able to get rid of the error message ingame.
Maybe that's the point where Sapphire is broken, don't know. Would be nice if someone with more knowledge could check it too.
And I am using ClearUI..
I love this mod and I really like to work on my own skin when I have time for it (which is not much unfortunately). So I would really love to see this mod evolving more and more. Unfortunately it seems that nlight isn't working on his mods anymore (please correct me if I'm wrong). Because of that I would say: Go and grab this mod! I will support it with creating/supporting skins as long as I have time for it. :)
Also the buttons for straigt/curved/free road and road upgrade aren't in the correct design, instead they appear in the old normal cities vanilla design.