Let's start with the beginning... what IS an API??? <img src="style_emoticons/<#EMO_DIR#>/piratesing.gif" style="vertical-align:middle" emoid="
" border="0" alt="piratesing.gif" />
There is some information scattered all over the place,
but no real in-depth tutorial on modding the game.
The best way is to have a look at the information that IS there
and then try to figure out the rest yourself.
And of course post questions here on the forum.
We're always happy to help, of course. <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid="
" border="0" alt="wink.gif" />
Anyway, I have done merging work on Build 13 and Build 14,
so I know a fair amount of what code there is.
However, I don't know everything AT ALL.
The one thing I do know (usually) is how to find the code I want.
A good trick is to start with something you DO know,
such as a BuildSettings.h/InternalSettings.h toggle or an
on-screen log message that has to do with the code you want to modify.
Then have Windows search the PROGRAM folder for that term.
Usually you will then be able to find some applicable code.