josegp17 wrote: ↑Sat Apr 22, 2017 7:09 am
I can not make transfer.ini work.
What am I doing wrong?
mov [r15+1C], #90 // FORCE_USER_PAP_BID_CHANCE (The minimum chance pap player will be bid on)
mov [r15+20], #95 // FORCE_USER_BID_CHANCE (Daily chance that we attempt to force a bid on a user player)
mov [r15+24], #0 // FORCE_USER_BID_MIN_DAYS (Min days the player should be on the list before bids come in (>= check))
mov [r15+28], #15 // FORCE_USER_BID_NUMTEAMS (Number of teams we attempt to find to bid on that we randomly choose from)
mov [r15+2C], #100 // FORCE_USER_BID_LISTVSLOAN (% chance that we look at the listed player vs loan ( < for list and > for loan ))
mov [r15+30], #100 // TIER1_NEWS_PROBABILITY = (% chance that a tier 1 player added by a user to the shortlist generate a news)
mov [r15+34], #100 // TIER2_NEWS_PROBABILITY (% chance that a tier 2 player added by a user to the shortlist generate a news)
mov [r15+38], #95 // SHORLISTED_BY_CPU_INCREMENT (% chance incremented when a player is shorlisted by the CPU and the USER)
mov [r15+3C], #2 // MAX_DAYS_TO_RESPOND
mov [r15+40], #1 // MIN_DAYS_TO_RESPOND
mov [r15+44], #0 // MIN_DAYS_TO_RESPOND_LAST_WEEK
mov [r15+48], #1 // MAX_DAYS_TO_RESPOND_LAST_WEEK
mov [r15+4C], #7 // MIN_DAYS_TO_EXPIRE_OFFER
mov [r15+50], #17 // NUM_DAYS_REMAINING_TO_INCREASE_SPEED
mov [r15+50], #17 // NUM_DAYS_REMAINING_TO_INCREASE_SPEED
mov [r15+54], #10 // TRANSFERS_DEADLINEDAY/TOTALNUMHOURS
mov [r15+54], #10 // TRANSFERS_DEADLINEDAY/TOTALNUMHOURS
mov [r15+58], #0 // MIN_HOURS_TO_RESPOND_DEADLINEDAY
mov [r15+5C], #1 // MAX_HOURS_TO_RESPOND_DEADLINEDAY
code:
mov [r15+7C],eax
mov byte ptr [rbp+000005F0],00
jmp return
(So is my configuration in FIFA 16 in the transfer.ini file and works fine)