Hi,
I'm very excited to create mod for Cities Skyline, and the new wiki page added a lot of explanations.
But i never create a mod for a game with UnityEngine, and i suggest to gather the guides and sites on the subject that we can find in the Internet.
I found :
[ENG] Modding page in the wiki : http://www.skylineswiki.com/Modding
[ENG] Unity Scripting Reference : http://docs.unity3d.com/ScriptReference/
[FR] Coder en C# : http://openclassrooms.com/courses/apprenez-a-developper-en-c
To conclude, i have one question : There are classes and methods of the game listed in the wiki (IMilestones, ILevelUp, etc...).
How can we ask to find a specific classe/method not listed?
For instance, i want to modify the level of the river (to simulate flood) but i don't find the method to get the current value and the method to modify this attribute. How can i do this?
I ask this because of the sentence in the wiki : "The Modding API is an interface for programmers to override and extend game features. It is presently minimalistic and aims to be so. The available features will evolve alongside user wishes in the future." which does not explain how the devs will gather this wishes.
Thanks !
I'm very excited to create mod for Cities Skyline, and the new wiki page added a lot of explanations.
But i never create a mod for a game with UnityEngine, and i suggest to gather the guides and sites on the subject that we can find in the Internet.
I found :
[ENG] Modding page in the wiki : http://www.skylineswiki.com/Modding
[ENG] Unity Scripting Reference : http://docs.unity3d.com/ScriptReference/
[FR] Coder en C# : http://openclassrooms.com/courses/apprenez-a-developper-en-c
To conclude, i have one question : There are classes and methods of the game listed in the wiki (IMilestones, ILevelUp, etc...).
How can we ask to find a specific classe/method not listed?
For instance, i want to modify the level of the river (to simulate flood) but i don't find the method to get the current value and the method to modify this attribute. How can i do this?
I ask this because of the sentence in the wiki : "The Modding API is an interface for programmers to override and extend game features. It is presently minimalistic and aims to be so. The available features will evolve alongside user wishes in the future." which does not explain how the devs will gather this wishes.
Thanks !