• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

Career Mode Editing

ONEHEART563

Club Supporter
nicofer1985;3141294 said:
I have a question... I'm very interested in the mods for player gowth and player scout, but I don't know how to use that files... Could you explain me that?
Sorry for my english
Thanks!

use cm editor, i68regenerator, file master 12 and database master 12:bob::bob:
 

Exocyst

Youth Team
Okay, over the past few days I have been trying to overhaul youth scouting. I wanted create a new class of "Superstar" whereby the game would occasionally create a new messi, ronaldo, Beckenbauer, etc. but not too often. To do this I made the potential of platinum youth scouts 87 - 95, and I shifted Gold and silver up to fill the gap left. Then, to balance this alteration, I made it extremely difficult to find platinum players and just a teeny bit easier to find gold players. Silver players are now usable even in top leagues, but Bronze players will be what most of your scouting reports contain. Also, I shifted the expense of scouting from hiring to the missions. Now, it is much cheaper to bring in a top scout, but the mission costs of top scouts are now very high (up to £1.2m). I did this so scouting required continual investment rather than a one time investment. I added tons of comments to the files explaining what I did and why, so download them if you're interested. I am very satisfied with how this plays now, so I share it with you guys:

Updated scout.ini

Updated youth_scout.ini

Updated career_youthplayerattributes.txt**To install this you need to import this file into your FIFA database using DBMaster 11 or DBMaster 12. I tweaked the seed ratings of the youth scouts to accommodate the new "Superstar" class of player.
 

Exocyst

Youth Team
x119;3142354 said:
Any news on the foreign.lua on which you were proceding?

EDIT: This file is working, so check it out: foreigninvestor.lua
put this inside a folder called "scripts" which goes here: FIFA 12\Game\dlc\dlc_FootballCompEng\dlc\FootballCompEng\data\scripts
This file will randomize the impact of club take overs by applying random budget increases to the clubs taken over. Mega-bucks owners will take over the clubs much more rarely. Instead most new owners will inject substantially less money into the team. This does not affect the user team which cannot be taken over.


Right now I am working on writing some other scripts which regulate the unsettling of players. The defaults scripts which regulate this behavior are too simple for my tastes. For instance, you never would have seen Wayne Rooney force his way out of Everton at 18 with the default script, so I have been trying to re-write some the functions which will unsettle the players when they are either 1. too good for their current team, 2. have too much potential for their current team (I scaled it by age so that if you are young you have to have way more potential to force your way out, but the difference gets smaller as you get older), or 3. they are underpaid according to the wage scale at their club. I have also re-written the code which regulates contract acceptance by unsettled players so that it fits the wage scale I created. I just need to cross my 't's and dot my 'i's and I hope to have these ones working soon.

Also, I am in the creative development stages of a "Why Always Me?" Mario Balotelli script which will bring the absurdity of this mischievous young man into the FIFA12-o-sphere. News Item: Balotelli throws darts at youth team players, Balotelli burns his house down with fireworks after scoring a brace in the Manchester Derby, Balotelli gives £1000 to a homeless guy, etc. I just need to find out how to create and where to store new pop-ups and new news items for the scripts to call on.
 

x119

Youth Team
Oh god, you are making a lot of improvents to the game, all my infinite esteem!
And if you find where the pop-ups are located, let us know cos I want too to make some edits!

Great job mate, keep my eyes on you!
 

Ridge

Club Supporter
I seem to have managed to get the Champions League and Europa league working for the 1st season in Manager mode. However I want to play as Roma and they are not included in etither league. I thought it had something to do with the table position field in the database. I can see Lazio are in the Europa League, so was wondering if anyone was able to figure this out..

Many thanks in advance
 

jeffboon97

Reserve Team
Ridge;3142509 said:
I seem to have managed to get the Champions League and Europa league working for the 1st season in Manager mode. However I want to play as Roma and they are not included in etither league. I thought it had something to do with the table position field in the database. I can see Lazio are in the Europa League, so was wondering if anyone was able to figure this out..

Many thanks in advance

1.You can try to win your way to Europa Or Champion League.
2.You Need To Edit Some "codes" In Database.(Sorry,i don know how to edit db)

Or Wait For Pro To Help You Out.Regularcat Definitely Will Help You Out.
 

regularcat

Manager
Moderator
Ridge;3142509 said:
I seem to have managed to get the Champions League and Europa league working for the 1st season in Manager mode. However I want to play as Roma and they are not included in etither league. I thought it had something to do with the table position field in the database. I can see Lazio are in the Europa League, so was wondering if anyone was able to figure this out..

Many thanks in advance

you need to add roma's id to the tournament strings for the cl by replacing an existing team's id.

cl id is 223 & el is 224.
 

jeffboon97

Reserve Team
regularcat;3142529 said:
you need to add roma's id to the tournament strings for the cl by replacing an existing team's id.

cl id is 223 & el is 224.

We can't add additional teams? OH Wait.It's fixed LOL
 

Exocyst

Youth Team
jeffboon97;3142453 said:
For the foreigninvestor.lua .i don have file named ''scripts'' so i need to create one?Btw,Great work!

Yes create a new folder called "scripts" inside the folder FIFA 12\Game\dlc\dlc_FootballCompEng\dlc\FootballCompEng\data\
 

x119

Youth Team
Is there a way to limit the ratings after match of players?
To limit to 8.0?

In playergrowth.ini there is MAX_RATING = but can't understand if it's working or not..
My aim is to remove situations where players get irrealistic ratings as 9.0 etc...
 

Exocyst

Youth Team
x119;3142650 said:
Is there a way to limit the ratings after match of players?
To limit to 8.0?

In playergrowth.ini there is MAX_RATING = but can't understand if it's working or not..
My aim is to remove situations where players get irrealistic ratings as 9.0 etc...

Check out [MATCH RATINGS] under simsettings.ini. I think this is where you want to make adjustments.
Code:
[MATCH_RATINGS]
MAXRATING = 100
SENDINGOFF = -10
TEAMWIN = 8		// Amount they gain for team winning, if it says 2 it means 0.2
TEAMLOSS = -5		// Amount they lose for team losing, if it says 2 it means 0.2
PERCMINSPLAYED = 90
RANDOMINC = 6

BASE_DEF = 60
BASE_MID = 60
BASE_ATT = 60
BASE_GK = 62

GOAL_DEF = 10
GOAL_MID = 9
GOAL_ATT = 10
GOAL_GK = 9

ASSIST_DEF = 10
ASSIST_MID = 9
ASSIST_ATT = 9
ASSIST_GK = 9

CONCEDED_DEF = -3
CONCEDED_MID = -3
CONCEDED_ATT = 0
CONCEDED_GK = -4

CLEANSHEET_DEF = 5
CLEANSHEET_MID = 4
CLEANSHEET_ATT = 0
CLEANSHEET_GK = 6
 

Ridge

Club Supporter
regularcat;3142529 said:
you need to add roma's id to the tournament strings for the cl by replacing an existing team's id.

cl id is 223 & el is 224.

Hey thanks....sorry but where and how do i do that. Many thanks
 

x119

Youth Team
Exocyst;3142674 said:
Check out [MATCH RATINGS] under simsettings.ini. I think this is where you want to make adjustments.
Code:
[MATCH_RATINGS]
MAXRATING = 100
SENDINGOFF = -10
TEAMWIN = 8		// Amount they gain for team winning, if it says 2 it means 0.2
TEAMLOSS = -5		// Amount they lose for team losing, if it says 2 it means 0.2
PERCMINSPLAYED = 90
RANDOMINC = 6
etc.[/QUOTE]

I thought that MAXRATING = 80 would have fixed that but It didn't work...at least for me...
 


Top