joaofarias / csl-traffic

A WIP mod for Cities: Skylines to improve traffic.
91 stars 30 forks source link

Reference material #85

Open riccardobecker opened 9 years ago

riccardobecker commented 9 years ago

Hi there,

I am building my own mods on CSL but I am seriously lacking detailed information on the API and how to properly build mods, overriding AI, customizations on game objects and so on. Does any of you have good refence material or tutorials?

thanks!

boformer commented 9 years ago

This one is useful:

http://skylines-modding-docs.readthedocs.org/en/master/

For advanced mods, you have to decompile the source code of the game.

The official API only covers a few use cases.

boformer commented 9 years ago

I also recommend you to look at available mod sources on GitHub.

riccardobecker commented 9 years ago

Ok thanks for your reponse. Had a look at the modding docs already. Only basic help there :-) I'll do some decompiling to get some hints.thanks.