Fitness.com
Advertisement

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Skinning Hideout

Use this forum to help edit the cosmetic side of Football Manager.


» Site Navigation
 > Shop
» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 103,399
Threads: 84,986
Posts: 1,031,253
Top Poster: Karky (9,545)
Welcome to our newest member, cosmick
» Fitness Shop
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 05-14-2003, 08:27 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #1
Registered User
 
Join Date: Sep 2007
Posts: 0
Rep Power: 0
retired_ss2miraitrunks is an unknown quantity at this point
Default *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc)

Firstly, please note that Enhancement Pack 3 or above is needed to use this feature.
<br /><br />
<u>What's it all about?</u>
<br />
CM4 provides a feature allowing you to swap 2 club teams. Basically to allow you to control any club team in any of the selectable leagues.
Creating "superleagues" is also one of the primary uses for this function, appropriately named <A HREF="#swap">"SWAP_TEAMS"</a>.
<br />
Second such feature allows you to tweak teams. Called <A HREF="#boost">"BOOST_TEAM"</A> - but a little bit of common sense will show you that it's possible to have this working in reverse, should you want to say ruin Leeds' finances etc.<br />
<u>How do I do it?</u>
<br />
An "edt" file is you basic text file, with the extension *.edt. This goes in your data directory. The filename is irrelevant, all *.edt files will be read and processed.<br />
To create one of these you have a couple of options:<br />
1) Open Notepad (start->run->notepad, or any which way you like). Create new file, save and browse to data directory.
Make sure to change the value of "Save as type:" to "All files". This will ensure that the file doesn't get a "*.txt" extension.<br />
2). Browse to data directory in Windows, right click->new->Text Document. Single click this and select to rename it(F2).
Then rename it.<br />
NOTE: The "Hide file extensions for known file types" setting should be off, otherwise you won't be able to remove the *txt extension.
This can be found under tools->folder options->view or view->folder options->view in Windows(version dependent).
<p id="#swap">
<u>SWAP_TEAMS implementation</u>

SWAP_TEAMS, followed by team 1 and team 2. You can use the longnames or the shortnames here. Each part of the line should be included within quotes. For example</p>
<pre class="ip-ubbcode-code-pre">"SWAP_TEAMS" "Man Utd" "Arsenal" # This is a comment: in your dreams Wicom.# Old Firm in Premiership"SWAP_TEAMS" "Celtic" West Ham""SWAP_TEAMS" "Rangers" Sunderland"# comments can also be used for padding to make the file more readable####"SWAP TEAMS" "Juventus" "Barcelona" # this is how you disable entries</pre>
Points of note:
<LI>Team order here is irrelevant. "SWAP_TEAMS" "Celtic" West Ham" does the same as "SWAP_TEAMS" "West Ham" "Celtic"
<LI>You can swap each teams as many times as you like. Each will be taken, and processed, in the order they appear in the file.
<LI>Where multiple files are concerned, they're processed in order(alhabetically).
<P id="#boost">
<u>BOOST_TEAM implementation</u>

BOOST_TEAM, followed by team name (both within quote marks) then cash injection, new reputation, new stadium capacity (no quotes). For example</p>
<pre class="ip-ubbcode-code-pre">"BOOST_TEAM" "Manchester United" 200000000 10000 100000# gives Man Utd £200M more cash, new reputation is 10000 (maxiumum) and stadium is a 100000 all-seater## to NOT change one of the 3 options here, replace the number in the above line with -1. # This will ensure he appropriate value stays at the default#"BOOST_TEAM" "Arsenal" -1 10000 100000# no extra cash, new reputation 10000 and stadium is a 100000 all-seater</pre>
Points of note:
<LI> Order of team boosting data must be the exact same as specified
<LI> Swaps and boosts can be in any order within the *.edt file as you like, or in separate files.
<br /><br />
Other options and their implementations</b></u>
<br /><br />
CM3 style LOAN and FUTURE_TRANSFER(partially) configurations also go here.
Same format as before, though note that (for me at least) contract length and wage of future transfers don't seem to work.
<pre class="ip-ubbcode-code-pre"># "FUTURE_TRANSFER" "forename" "common name" "surname" "from_club" "to_club" date fee(£) wage(-1 for unknown) contract length(-1 for unknown)"FUTURE_TRANSFER" "Diego" "" "Forlán" "Man Utd" "Newcastle" 18 7 2002 8000000 20000 5 # last 2 seem to be ignored# "LOAN" "forename" "common name" "surname" "from_club" "to_club" date_start date_end"LOAN" "Danny" "" "Webber" "Manchester United" "Watford" 1 4 2003 1 6 2004</pre>
These appear to over-ride preset loans/transfers too, which is good. Note that these functions will more than likely be taken out at some point, as all the pre-set stuff is now stored in the *.dat files. Which also means that these ones are unsupported and un-tested.

[This message was edited by Graeme Kelly on 14 May 2003 at 19:35.]

[This message was edited by Graeme Kelly on 14 May 2003 at 19:37.]

[This message was edited by Ter on 12 June 2003 at 18:33.]
retired_ss2miraitrunks is offline   Reply With Quote
Old 05-14-2003, 08:37 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #2
Registered User
 
Join Date: Sep 2007
Posts: 0
Rep Power: 0
retired_ss2miraitrunks is an unknown quantity at this point
Default

Bah, formatting problems fixed. If i've missed anything, then let me know .
retired_ss2miraitrunks is offline   Reply With Quote
Old 05-15-2003, 02:25 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #3
Registered User
 
Join Date: Apr 2007
Posts: 0
Rep Power: 0
retired_2symonds is an unknown quantity at this point
Default

It is too wide (just like you ) for 1024x768 resolution. Sort it out Kelly.

retired_2symonds is offline   Reply With Quote
Old 05-15-2003, 03:06 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #4
Joe Blow
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_michelle_gaelo is an unknown quantity at this point
Default

Does this work for any league, or just for moving teams into the english league?
retired_michelle_gaelo is offline   Reply With Quote
Old 05-15-2003, 03:18 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #5
Registered User
 
Join Date: Apr 2007
Posts: 0
Rep Power: 0
retired_2symonds is an unknown quantity at this point
Default

Works for any league...
retired_2symonds is offline   Reply With Quote
Old 05-15-2003, 05:08 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #6
Joe Blow
 
Join Date: Mar 2008
Posts: 0
Rep Power: 0
retired_taylorgrayham is an unknown quantity at this point
Default

okay. so I made this .edt file with a couple of transfers, a couple of swaps, a loan and a boost. here's how it looks:

----------------------------------------------
"FUTURE_TRANSFER" "Javier" "" "Saviola" "F.C. Barcelona" "Real Madrid C.F." 05-08-2002 0 -1 4
"FUTURE_TRANSFER" "Patrick" "" "Vieira" "Arsenal" "Real Madrid C.F." 11-08-2002 0 -1 4
"FUTURE_TRANSFER" "Ashley" "" "Cole" "Arsenal" "Real Madrid C.F." 09-08-2002 0 -1 4
"FUTURE_TRANSFER" "Rafael" "" "van der Vaart" "Ajax Amsterdam" "Real Madrid C.F." 10-08-2002 0 -1 4
"FUTURE_TRANSFER" "Francesco" "" "Toldo" "Internazionale" "Real Madrid C.F." 10-08-2002 0 -1 4
"FUTURE_TRANSFER" "Alessandro" "" "Nesta" "AC Milan" "Real Madrid C.F." 10-08-2002 0 -1 4


"SWAP_TEAMS" "Malaga" "Ajax Amsterdam"
"SWAP_TEAMS" "F.C. Barcelona" "Arsenal"
"SWAP_TEAMS" "Real Betis" "Chievo Verona"
"SWAP_TEAMS" "Real Club Celta de Vigo" "Celtic"


"BOOST_TEAM" "Real Madrid C.F." 800000000 -1 100000


"LOAN" "Danny" "" "Webber" "Manchester United" "Real Madrid" 7 8 2002 1 6 2003

------------------------------------------------


now here's my problem: it doesn't work. I know the file is read, because the boost DOES work, but the swaps, the loan and the transfers aren't happening. can somebody please tell me what I'm doing wrong?
retired_taylorgrayham is offline   Reply With Quote
Old 05-15-2003, 05:47 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #7
Joe Blow
 
Join Date: Sep 2007
Posts: 0
Rep Power: 0
retired_pupka is an unknown quantity at this point
Default

Bah not as comphrenshive as my old one

Still, I can now see where I've been going wrong on the loans problem
retired_pupka is offline   Reply With Quote
Old 05-15-2003, 05:55 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #8
Newb
 
Join Date: Mar 2007
Posts: 0
Rep Power: 0
retired_jdupont is an unknown quantity at this point
Default

<BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>

"FUTURE_TRANSFER" "Patrick" "" "Vieira" "Arsenal" "Real Madrid C.F." 11-08-2002 0 -1 4

<HR></BLOCKQUOTE>

It should be like that , I think:

"FUTURE_TRANSFER" "Patrick" "" "Vieira" "Arsenal" "Real Madrid C.F." 11 08 2002 0 -1 4

You have to remove the "-".
retired_jdupont is offline   Reply With Quote
Old 05-15-2003, 05:56 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #9
Newb
 
Join Date: Mar 2007
Posts: 0
Rep Power: 0
retired_jdupont is an unknown quantity at this point
Default

Graeme Kelly, do you know if it's possible to edit the debts already included in the game (like the Leeds debt)?
retired_jdupont is offline   Reply With Quote
Old 05-16-2003, 03:52 PM   *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc) Post #10
Registered User
 
Join Date: Sep 2007
Posts: 0
Rep Power: 0
retired_ss2miraitrunks is an unknown quantity at this point
Default

Debts, aye. There's something there. CLUB_DEBT or DEBT it is. I think it goes in init.cfg - so I;ll do a FAQ for that at some point. In the mean time, search GQ cause MV posted it before, i think.
retired_ss2miraitrunks is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Bookmarks

Thread Tools
Display Modes


Similar threads to *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc)
Thread Thread Starter Forum Replies Last Post
Needing List of fonctions then ( SWAP_TEAMS )
Needing List of fonctions then ( SWAP_TEAMS ): Hello people, Anyone for helping me please ...
Charlotte Skinning Hideout 0 09-08-2007 04:38 PM
SWAP_TEAMS problem. HELP!
SWAP_TEAMS problem. HELP!: I want to play as merthyr in the conf south, so I...
majic Skinning Hideout 3 01-09-2006 12:21 AM
SWAP_TEAMS Query
SWAP_TEAMS Query: Hi, If I want to use the SWAP_TEAMS command...
Fidney Skinning Hideout 5 11-01-2005 02:40 PM
Can PS export a file as a WMF file?
Can PS export a file as a WMF file?: Can photoshop export as a WMF or EMF file, and if...
Rhino1616 General Photoshop Board 1 07-11-2003 07:14 PM
SWAP_TEAMS edt problem with special characters
SWAP_TEAMS edt problem with special characters:
ShearersTino Skinning Hideout 0 01-01-1970 01:00 AM

More threads of Graeme Kelly
Thread Date Forum Replies Last Post
PSP Slim and Lite - out next week!
PSP Slim and Lite - out next week!: Finally gonna buy one of these bad boys: ...
09-08-2007 The Pub 81 11-21-2007 12:30 AM
*Official* CM3 Series SaveGame Editor 4.0 thread !
*Official* CM3 Series SaveGame Editor 4.0 thread !: Avaiable from here, it has the following...
03-23-2002 Skinning Hideout 72 12-09-2005 12:45 AM
Scots Premier & South Africa share ID=45?????
Scots Premier & South Africa share ID=45?????: I guess it is. I'll pass this on to Kev but he's...
10-25-2005 Skinning Hideout 8 10-31-2005 02:34 PM
help needed so so so so badly
help needed so so so so badly: No.
10-25-2005 Skinning Hideout 21 10-30-2005 05:08 PM
So I met some real LLMers last night...
So I met some real LLMers last night...: They made me drunk :(. One of them refused...
03-19-2005 Scout Report 44 03-24-2005 05:34 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
BBC, Setanta, Espn Sitv's
BBC, Setanta, Espn Sitv's: Are any of these going to be made for fm08, or...
10-24-2007 Sosage 1 10-27-2007 01:50 AM
History
History: How come if you play a player in a cup match...
10-22-2007 Weso 2 10-23-2007 05:16 AM
premship facepack
premship facepack: need a premiership fac back all teams in exe...
09-10-2007 rude_786 2 09-10-2007 10:27 PM
transfer budget
transfer budget: i need help i wanted man city to have 500 mill on...
07-08-2007 lpool14 9 07-14-2007 08:02 PM
How do I counteract..
How do I counteract..: Players whos concern are: "Feeling the...
04-20-2007 Stormrage 2 04-20-2007 01:35 PM

» Online Users: 26
0 members and 26 guests
No Members online
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 09:22 AM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing *Official* EDT File FAQ (BOOST_TEAM/SWAP_TEAMS etc).