koflok

Member
Joined
Nov 22, 2008
Messages
1,005
Reaction score
0
Points
36
Is there a way to completely remove the transfer windows in the game?

I'm creating a league where all the player in the database is young (max age is 21 with adjustments on own ability) and teams will have to rely on their current young player for 10 years or so and regens. The transfer window is ruining the concept as teams are able to buy this players. :(

Have tried to set the transfer windows to only 1 day.. but still there are like 10 major transfers per season.

So if anyone is good with this kind of editing. please help.

THanks.

---------- Post added at 05:03 PM ---------- Previous post was at 05:00 PM ----------

Just looked into the editor data file and found

<list id="transfer_windows">
<record>
<date id="start_date" day="1" month="8" year="2010" hours="0" minutes="0"/>
<date id="end_date" day="1" month="8" year="2010" hours="0" minutes="30"/>
</record>
<record>
<date id="start_date" day="1" month="8" year="2011" hours="0" minutes="0"/>
<date id="end_date" day="1" month="8" year="2011" hours="0" minutes="30"/>
</record>
<record>
<date id="start_date" day="1" month="8" year="2012" hours="0" minutes="0"/>
<date id="end_date" day="1" month="8" year="2012" hours="0" minutes="30"/>
</record>

hopefully changing that will allow a 30 minute transfer window :) (the default was day "2")
 
Good idea mate, no idea how to do it though. Kris is good with the editor making leagues and stuff, ask him..
 
Just tested my idea of transfer window and doesn't work. The game doesn't recognize it somehow. Instead, the league have an all-year transfer window. -_-.

Yeah I'll just wait until he shows up and hopefully he will visit here.. If not maybe I'll PM him later.

Cheers :)
 
couldn't you just give each team a 1000 year transfer embargo or something?
 
Could you imagine doing that for every team though?
 
couldn't you just give each team a 1000 year transfer embargo or something?

I would if I could.
Is there an option in the editor?

---------- Post added at 05:54 PM ---------- Previous post was at 05:43 PM ----------

It sounds good even with the transfer window!

You should upload it :D

Well yeah I will.. as soon as I'm done with the individual player ability editing..
Here's the formula, if anyone interested to know.

Code:
Players aged >24 will become 21
Aged 21-24 will become 19
Aged <21 will become 17
Some examples: *although I don't think I have put the right CA in but you get the point*
messij.jpg

delpieroj.jpg


This database is focusing on a custom team I created in a super league though. But after I'm done with that I can reedit the whole league into default with teams being where they should be :)

wcpd.jpg


Maybe I can change that team into an FM-Base football team. Anyone interested?

couldn't you just give each team a 1000 year transfer embargo or something?

I would if I could.
Is there an option in the editor?
Without using an FMRTE, because I will be uploading the editor files, not the save files. Unless it can work because i added a custom team.

Could you imagine doing that for every team though?

Actually there is no problem. I would only do that to the major clubs anyway. :p
 
Yes, I just found out how to place an embargo. Cheers.

Maybe after I'm done with it I will make one for FM Base. Only maybe I'll make a sub division instead of one division league. That would be more interesting isn't it?
And the players will be made according to your request... with modifications of course. :p
Anyone interested?
 
Yes, I just found out how to place an embargo. Cheers.

Maybe after I'm done with it I will make one for FM Base. Only maybe I'll make a sub division instead of one division league. That would be more interesting isn't it?
And the players will be made according to your request... with modifications of course. :p
Anyone interested?
you mean make a team with FM-Base members in? cause Kris is already making that but it seems to have...died XD
I'd take part if that's what\you mean :)
 
Oh if he is making it then I won't do it :p
Well maybe I'll just gonna focus on the database and player editing first. :)
 
Hi there!
have you managed to edit the transfer embargo? does it work? i've tried too but.... nothig..... i'm playing with the patch 1.3
I hope you've found a solution

that's the path where the file is located:
C:\Users\HP\Desktop\Vincenzo\Football Manager 2010\data\updates\update-1030\db\1030\edt

and that's my edited file:
## Transfer Embargo ##

# Transfer Embargo parameters:
# "TRANSFER_EMBARGO" "Club Name" "Start Date" "End Date"

# e.g "TRANSFER_EMBARGO" "Chelsea" "02/09/2009" "02/09/2010"



"TRANSFER_EMBARGO" "Chelsea" "03/09/2009" "03/09/2010"
"TRANSFER_EMBARGO" "AFC Bournemouth" "01/07/2009" "30/10/2009"
"TRANSFER_EMBARGO" "Inter" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Juventus" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Milan" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Fiorentina" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Roma" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Città di Palermo" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Lazio" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Sampdoria" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Parma" "01/07/2009" "30/6/2015"
"TRANSFER_EMBARGO" "Torino" "01/07/2009" "30/6/2015"

do you find something wrong?
 
Top