View Single Post
  #150  
Old 07-24-2010, 06:47 PM
Viikate Viikate is offline
Approved Member
 
Join Date: Oct 2009
Posts: 93
Default

Quote:
Originally Posted by GOA_Potenz View Post
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.
__________________

Last edited by Viikate; 07-24-2010 at 06:50 PM.