Quote:
Originally Posted by GOA_Potenz
il2 code is a mess!
|
You haven't seen a single row of the real IL-2 source code with comments, clear variable names, clear constant names instead of some random numbers, etc... You've only seen decompiled code which looses much of the info that is important to coder and makes it easy to read & understand. Even something as trivial as bullet caliber value in weapons classes is still complete mystery to modders. Because they can only see the final value, not the formula how it's calculated. So they call the original values wrong and change them.
I find the real source code very clear.