• 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!

A question about the DB (editing players)

Lior-Y

Youth Team
i'm currently making a patch, and i'm adding new players to the DB, and editing players....

this year EA added new columns to the table_players, and i have no idea what they are, and what values i need to put in them...

the columns are:
-reaction
-highclubidentification
-lowclubidentification
-scandalprone
-hightrainingworkrate
-lowtrainingworkrate
-inflexible
-learningspeed
-wouldsigfor
-wouldnotsigfor
-weakfootability
-playinstyle
-developmentstylecode
-developmenttypecode
-internationalreputation

Someone maybe know what's the meaning of every column and what values should i put there (i mean if it's only 0 or 1, so what is 0 and what is 1)

thx :)
 

StevePitts

Senior Squad
Lior-Y said:
i have no idea what they are, and what values i need to put in them...
Well nor do I, but I can make some educated guesses :))

-reaction

this is a standard player attribute value, replacing anticipation from FIFA 06, although who knows if it is actually used [Edit: actually the value is exposed in the Supporting Attributes pages]

-highclubidentification
-lowclubidentification
-scandalprone
-hightrainingworkrate
-lowtrainingworkrate
-inflexible

these, along with several others, are simply binary True/False (generally 0 means No and 1 means Yes) and the field names give a pretty good idea of what they represent. Some will be used for the media/management emails/Q&As in manager mode (eg. a player with fansfavourite set may result in a message from the board telling you that they expect you to play that player to keep the fans happy)

-learningspeed

presumably the speed at which a player picks up new skills (I would guess that 1 is poor and 5 is very good)

-wouldsigfor
-wouldnotsigfor

these are team ids and indicate one club that a player will definitely transfer to and one that they definitely wouldn't

-weakfootability

How good a player is with their non-preferred foot. This value is exposed in the FIFA 07 GUI on the supporting attributes page under Player Bio

-playinstyle

I haven't decoded these values yet but they are simply an encoding of the player styles (see the Tips section in game)

-developmentstylecode
-developmenttypecode

These were there last year and map the player onto one of fifteen development curves. You can see the possible values in the player editing in game, representing player growth (type is one of Early, Normal or Late, and style includes Elite, Gifted etc.)

-internationalreputation

a value from one to five representing what it says on the tin??
 


Top