Quote:
Originally Posted by Spent
perhaps the dev team left all these things in the files out of ubis watching eyes for us to improve on? Not sepcifically just left there for no reason. Anyway, with all the work from all the modders on this forum, I bet you all could put every one of those commands in this game 
|
There are things you can and can't change...the changes done by modders are data driven config files, text files or graphic like textures, etc....the stuff that can't be changed is what is called "hard coded"....or what is compiled in the executible which is where alot of stuff the stuff in game is called from. You can see alot of references to things in data files...but, alot of the stuff has to be called from the application itself....and when the developers release patches like 1.4b etc it means they are making changes to what is hard coded in executible where it is then recompiled to be released to us. That is why you hear alot of people complain about patches....because alot of stuff for the most part can only be fixed within the executible if their engine supports it.