Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.92 KB | None | 0 0
  1. [BASE]
  2. METHOD = 1 // 0 = Classic using magic numbers, 1 = NEW using Defined values
  3.  
  4. [CLASSIC]
  5. MAGICNUMBER = 39000000
  6. MAGICPOWER = 10
  7. FUTURE_OVERALL = 5 // How far in the future the future overall should be
  8.  
  9. [NEW]
  10. VALSCURRENCY = 0 // The values defined in RATINGRANGE are defined in this currency: 0 = Pounds, 1 = dollars, 2 = Euros
  11.  
  12. [RATINGRANGE]
  13. RATING_1 = 5 // Overall ratings less than this will have a maximum base value defined by RATING_X_VAL
  14. RATING_1_VAL = 1000 // Max base value ( define in float )
  15. RATING_2 = 40
  16. RATING_2_VAL = 15000
  17. RATING_3 = 50
  18. RATING_3_VAL = 20000
  19. RATING_4 = 51
  20. RATING_4_VAL = 25000
  21. RATING_5 = 52
  22. RATING_5_VAL = 34000
  23. RATING_6 = 53
  24. RATING_6_VAL = 40000
  25. RATING_7 = 54
  26. RATING_7_VAL = 46000
  27. RATING_8 = 55
  28. RATING_8_VAL = 54000
  29. RATING_9 = 56
  30. RATING_9_VAL = 61000
  31. RATING_10 = 57
  32. RATING_10_VAL = 70000
  33. RATING_11 = 58
  34. RATING_11_VAL = 86000
  35. RATING_12 = 59
  36. RATING_12_VAL = 105000
  37. RATING_13 = 60
  38. RATING_13_VAL = 140000
  39. RATING_14 = 61
  40. RATING_14_VAL = 170000
  41. RATING_15 = 62
  42. RATING_15_VAL = 205000
  43. RATING_16 = 63
  44. RATING_16_VAL = 250000
  45. RATING_17 = 64
  46. RATING_17_VAL = 305000
  47. RATING_18 = 65
  48. RATING_18_VAL = 365000
  49. RATING_19 = 66
  50. RATING_19_VAL = 435000
  51. RATING_20 = 67
  52. RATING_20_VAL = 515000
  53. RATING_21 = 68
  54. RATING_21_VAL = 605000
  55. RATING_22 = 69
  56. RATING_22_VAL = 710000
  57. RATING_23 = 70
  58. RATING_23_VAL = 1200000
  59. RATING_24 = 71
  60. RATING_24_VAL = 1600000
  61. RATING_25 = 72
  62. RATING_25_VAL = 2100000
  63. RATING_26 = 73
  64. RATING_26_VAL = 2700000
  65. RATING_27 = 74
  66. RATING_27_VAL = 3800000
  67. RATING_28 = 75
  68. RATING_28_VAL = 4500000
  69. RATING_29 = 76
  70. RATING_29_VAL = 5200000
  71. RATING_30 = 77
  72. RATING_30_VAL = 6000000
  73. RATING_31 = 78
  74. RATING_31_VAL = 7000000
  75. RATING_32 = 79
  76. RATING_32_VAL = 8500000
  77. RATING_33 = 80
  78. RATING_33_VAL = 10000000
  79. RATING_34 = 81
  80. RATING_34_VAL = 12000000
  81. RATING_35 = 82
  82. RATING_35_VAL = 15000000
  83. RATING_36 = 83
  84. RATING_36_VAL = 17500000
  85. RATING_37 = 84
  86. RATING_37_VAL = 21000000
  87. RATING_38 = 85
  88. RATING_38_VAL = 26000000
  89. RATING_39 = 86
  90. RATING_39_VAL = 30000000
  91. RATING_40 = 87
  92. RATING_40_VAL = 34000000
  93. RATING_41 = 88
  94. RATING_41_VAL = 40000000
  95. RATING_42 = 89
  96. RATING_42_VAL = 45000000
  97. RATING_43 = 90
  98. RATING_43_VAL = 52000000
  99. RATING_44 = 91
  100. RATING_44_VAL = 60000000
  101. RATING_45 = 92
  102. RATING_45_VAL = 68000000
  103. RATING_46 = 93
  104. RATING_46_VAL = 75000000
  105. RATING_47 = 94
  106. RATING_47_VAL = 83000000
  107. RATING_48 = 95
  108. RATING_48_VAL = 90000000
  109. RATING_49 = 96
  110. RATING_49_VAL = 110000000
  111. RATING_50 = 97
  112. RATING_50_VAL = 120000000
  113. RATING_51 = 98
  114. RATING_51_VAL = 140000000
  115. RATING_52 = 99
  116. RATING_52_VAL = 150000000
  117. RATING_53 = 100
  118. RATING_53_VAL = 200000000
  119.  
  120.  
  121. [AGE]
  122. AGE_1 = 17 // Players inclusively less than this age
  123. AGE_1_VAL = 18 // Percentage change for age
  124. AGE_2 = 18
  125. AGE_2_VAL = 30
  126. AGE_3 = 19
  127. AGE_3_VAL = 42
  128. AGE_4 = 20
  129. AGE_4_VAL = 50
  130. AGE_5 = 22
  131. AGE_5_VAL = 48
  132. AGE_6 = 24
  133. AGE_6_VAL = 48
  134. AGE_7 = 25
  135. AGE_7_VAL = 46
  136. AGE_8 = 26
  137. AGE_8_VAL = 44
  138. AGE_9 = 27
  139. AGE_9_VAL = 40
  140. AGE_10 = 28
  141. AGE_10_VAL = 35
  142. AGE_11 = 29
  143. AGE_11_VAL = 30
  144. AGE_12 = 30
  145. AGE_12_VAL = 25
  146. AGE_13 = 31
  147. AGE_13_VAL = 15
  148. AGE_14 = 32
  149. AGE_14_VAL = 0
  150. AGE_15 = 33
  151. AGE_15_VAL = -25
  152. AGE_16 = 34
  153. AGE_16_VAL = -40
  154. AGE_17 = 35
  155. AGE_17_VAL = -50
  156. AGE_18 = 36
  157. AGE_18_VAL = -65
  158. AGE_19 = 39
  159. AGE_19_VAL = -75
  160. AGE_20 = 100
  161. AGE_20_VAL = -1000
  162.  
  163. GK_AGE_MOD = -2
  164. GK_MIN_AGE_MOD = 28
  165.  
  166. [POTENTIAL]
  167. POTENTIAL_1 = 1 // The remaining potential for the player ( Overall Potential - current Overall )
  168. POTENTIAL_1_VAL = 15 // Percentage change for remaining potential ( up to 5 points )
  169. POTENTIAL_2 = 2
  170. POTENTIAL_2_VAL = 20
  171. POTENTIAL_3 = 3
  172. POTENTIAL_3_VAL = 25
  173. POTENTIAL_4 = 4
  174. POTENTIAL_4_VAL = 30
  175. POTENTIAL_5 = 5
  176. POTENTIAL_5_VAL = 35
  177. POTENTIAL_6 = 6
  178. POTENTIAL_6_VAL = 40
  179. POTENTIAL_7 = 7
  180. POTENTIAL_7_VAL = 45
  181. POTENTIAL_8 = 8
  182. POTENTIAL_8_VAL = 55
  183. POTENTIAL_9 = 9
  184. POTENTIAL_9_VAL = 65
  185. POTENTIAL_10 = 10
  186. POTENTIAL_10_VAL = 75
  187. POTENTIAL_11 = 11
  188. POTENTIAL_11_VAL = 90
  189. POTENTIAL_12 = 12
  190. POTENTIAL_12_VAL = 100
  191. POTENTIAL_13 = 13
  192. POTENTIAL_13_VAL = 120
  193. POTENTIAL_14 = 20
  194. POTENTIAL_14_VAL = 160
  195. POTENTIAL_15 = 30
  196. POTENTIAL_15_VAL = 190
  197. POTENTIAL_16 = 50
  198. POTENTIAL_16_VAL = 235
  199.  
  200.  
  201. BASE_POTENTIAL = 0.0 // This will contribute to the base value (will add to the overall and possibly get into a bigger RATING_X category, thus a bigger base value)
  202. // The player value (not the adjusted one) also contains a potential modifier, based on the values above, so keep that in mind when changing this value
  203.  
  204. [CONTRACT]
  205. CONTRACT_1 = 0 // Players contract remaining length
  206. CONTRACT_1_VAL = -70 // Percentage change for contract
  207. CONTRACT_2 = 1
  208. CONTRACT_2_VAL = -40
  209. CONTRACT_3 = 2
  210. CONTRACT_3_VAL = 10
  211. CONTRACT_4 = 3
  212. CONTRACT_4_VAL = 20
  213. CONTRACT_5 = 4
  214. CONTRACT_5_VAL = 20
  215. CONTRACT_6 = 6
  216. CONTRACT_6_VAL = 20
  217. CONTRACT_7 = 8
  218. CONTRACT_7_VAL = 20
  219. CONTRACT_8 = 10
  220. CONTRACT_8_VAL = 20
  221. CONTRACT_9 = 11
  222. CONTRACT_9_VAL = 20
  223. CONTRACT_10 = 100 // Stupidly high on purpose
  224. CONTRACT_10_VAL = 20
  225.  
  226. [FORM]
  227. FORM_10 = 10
  228. FORM_10_VAL = 80
  229. FORM_9 = 9
  230. FORM_9_VAL = 55
  231. FORM_8 = 8
  232. FORM_8_VAL = 35
  233. FORM_7 = 7
  234. FORM_7_VAL = 15
  235. FORM_6 = 6
  236. FORM_6_VAL = 0
  237. FORM_5 = 5
  238. FORM_5_VAL = -30
  239. FORM_4 = 4
  240. FORM_4_VAL = -45
  241. FORM_3 = 3
  242. FORM_3_VAL = -60
  243. FORM_2 = 2
  244. FORM_2_VAL = -60
  245. FORM_1 = 1
  246. FORM_1_VAL = -60
  247.  
  248. [MORALE]
  249. MORALE_10 = 10
  250. MORALE_10_VAL = 15
  251. MORALE_9 = 9
  252. MORALE_9_VAL = 15
  253. MORALE_8 = 8
  254. MORALE_8_VAL = 10
  255. MORALE_7 = 7
  256. MORALE_7_VAL = 2.5
  257. MORALE_6 = 6
  258. MORALE_6_VAL = 0
  259. MORALE_5 = 5
  260. MORALE_5_VAL = 0
  261. MORALE_4 = 4
  262. MORALE_4_VAL = -10
  263. MORALE_3 = 3
  264. MORALE_3_VAL = -15
  265. MORALE_2 = 2
  266. MORALE_2_VAL = -20
  267. MORALE_1 = 1
  268. MORALE_1_VAL = -20
  269.  
  270. [OVERALL]
  271. OVERALL_10 = 100
  272. OVERALL_10_VAL = 0.2
  273. OVERALL_9 = 90
  274. OVERALL_9_VAL = 0.4
  275. OVERALL_8 = 80
  276. OVERALL_8_VAL = 0.8
  277. OVERALL_7 = 70
  278. OVERALL_7_VAL = 1
  279. OVERALL_6 = 60
  280. OVERALL_6_VAL = 1
  281. OVERALL_5 = 50
  282. OVERALL_5_VAL = 1
  283. OVERALL_4 = 40
  284. OVERALL_4_VAL = 1
  285. OVERALL_3 = 30
  286. OVERALL_3_VAL = 1
  287. OVERALL_2 = 20
  288. OVERALL_2_VAL = 1
  289. OVERALL_1 = 10
  290. OVERALL_1_VAL = 1
  291.  
  292. //When changing the number of intervals, make sure to update the enum value for MAX_PLAYERVALUE_PRESTIGE in PlayerValueManager.h
  293. [CLUB_PRESTIGE]
  294. MAX = 10 // The maximum value club prestige can be
  295. MIN = 1 // The minimum value club prestige can be
  296. PRESTIGE_1 = 1 // Players club prestige inclusively less than this value
  297. PRESTIGE_1_VAL = 5 // Percentage change
  298. PRESTIGE_2 = 2
  299. PRESTIGE_2_VAL = 10
  300. PRESTIGE_3 = 3
  301. PRESTIGE_3_VAL = 12
  302. PRESTIGE_4 = 6
  303. PRESTIGE_4_VAL = 14
  304. PRESTIGE_5 = 7
  305. PRESTIGE_5_VAL = 16
  306. PRESTIGE_6 = 10
  307. PRESTIGE_6_VAL = 18
  308.  
  309. [INT_REPUTATION]
  310. MAX = 5 // The maximum value international prestige can be
  311. MIN = 0 // The minimum value international prestige can be
  312.  
  313. REPUTATION_1 = 1 // Players international prestige inclusively less than this value
  314. REPUTATION_1_VAL = 0
  315. REPUTATION_2 = 2
  316. REPUTATION_2_VAL = 0
  317. REPUTATION_3 = 3
  318. REPUTATION_3_VAL = 0
  319. REPUTATION_4 = 4
  320. REPUTATION_4_VAL = 0
  321. REPUTATION_5 = 5
  322. REPUTATION_5_VAL = 0
  323.  
  324. [POSITION]
  325. PLAYER_POSITION_GK = -35
  326. PLAYER_POSITION_SW = 0
  327. PLAYER_POSITION_RWB = -8
  328. PLAYER_POSITION_RB = -8
  329. PLAYER_POSITION_RCB = -5
  330. PLAYER_POSITION_CB = -5
  331. PLAYER_POSITION_LCB = -5
  332. PLAYER_POSITION_LB = -8
  333. PLAYER_POSITION_LWB = -8
  334. PLAYER_POSITION_RDM = -3
  335. PLAYER_POSITION_CDM = -3
  336. PLAYER_POSITION_LDM = -3
  337. PLAYER_POSITION_RM = 15
  338. PLAYER_POSITION_RCM = 12
  339. PLAYER_POSITION_CM = 12
  340. PLAYER_POSITION_LCM = 12
  341. PLAYER_POSITION_LM = 15
  342. PLAYER_POSITION_RAM = 15
  343. PLAYER_POSITION_CAM = 15
  344. PLAYER_POSITION_LAM = 15
  345. PLAYER_POSITION_LS = 18
  346. PLAYER_POSITION_CF = 18
  347. PLAYER_POSITION_LW = 15
  348. PLAYER_POSITION_RW = 15
  349. PLAYER_POSITION_RS = 18
  350. PLAYER_POSITION_ST = 18
  351.  
  352. [VALUATION]
  353. MIN_APPEARANCES = 5
  354. FIRST_SCORER = 0.15
  355. SECOND_SCORER = 0.05
  356. FIRST_ASSISTER = 0.10
  357. SECOND_ASSISTER = 0.05
  358. FIRST_CLEANSHEET = 0.10
  359. SECOND_CLEANSHEET = 0.05
  360. POTENTIAL_RELEVANCE = 0.05
  361. CONTRACT_RELEVANCE = 0.50
  362. PRESTIGE_RELEVANCE = 0.50
  363. OVERALL_DIFFERENCE = 10
  364. SUGGESTION_RANGE = 0.30
  365. TOP_PITCH_RANKING = 1
  366. BOTTOM_PITCH_RANKING = 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement