matt17br wrote:
If you're looking for a way to have a certain sponsor in the next year of your career:
1. Go in dyn_sponsor and change Contract End-year to the current year
2. Go in dyn_team and edit value_i_sponsor_future with this algorithm. You can find the sponsorid in the sponsor table. The bugdet is the total budget for the whole year and you must divide it for 1000.
(65536*IDsponsor) + (budget/1000)
So, for EXAMPLE:
For sponsor "Matt's Bakery" that has id 10 you must execute this:
(65536x10) + (9999000/1000)
655360 + 9999 = 665359 (the value you will put into value_contract_future)
Remember that it's reccomended to do it before the season is over (25 october).
Hi !
This is not usable anymore with PCM 2019? |