rob_lee wrote:But there isn't any way to make him into a "playing coach"? using hex codes or anything? no way by changing his age (saved game editor) and being able to give a player contract or has the function of being a player totally dissapeared?
Yes, he could be changed to a
Player/Coach but this again requires modification of a number of files. This is why it is complex.
In relation to pre-game/database editing: Every
player must have a record in a number of files; such as
player.dat (attributes), player_info.dat (total stats) and club.dat (linking the
player to the team's roster). To turn a non-
player into a
Player/Coac requires an entry in each of those files (and several more) and these entries must be correctly linked. The saved game is in a similar situation except that even more files must be changed; such as contract.dat which contains all of the contract data for each
player and staff.
It's not as simple as changing a setting from Non-
Player to
Player/Coach. A lot of data must be added and removed from different files, indexes correctly updated and the entries correctly linked. This is complex but achievable task for database editing but with saved games it is more complex because we don't know the full details of the saved game structure. Hence you're not going to achieve what you want with the Saved Game Editor. The Updater might be able to do what you want one day, but not right now I'm afraid.