View Full Version : new ball physics


uomomagnetico
19-11-2009, 11:44:AM
always in your ai.ini

copy and paste (before backup your ai.ini)


//Air functions
BALL_SQUARE_AIR_RESISTANCE_XZ = 0.000117
BALL_SQUARE_AIR_RESISTANCE_Y = 0.000107
BALL_SQUARE_GRAVITY = -0.272
BALL_SQUARE_SPIN_DECAY = 0.785
BALL_SQUARE_SPIN_CONST = 0.152587890625

//---------------------------------------------------------------
//New rolling ball physics simulating skidding and rolling
//You have to set USE_SLIDING_ROLLING_FRICTION to 1 to use this
//---------------------------------------------------------------
//rolling and bouncing rolling coefficients
BALL_SQUARE_SKIDING_FRICTION = 0.216
BALL_SQUARE_ROLLING_FRICTION = 0.072
BALL_SQUARE_FRICTION_TOP_SPIN_GEN = 0.8125
BALL_SQUARE_BOUNCE_FRICTION_MULTIPLIER = 0.8265
BALL_SQUARE_BOUNCE_XZ_REDUCTION_BY_BACKSPIN = 0.00
BALL_SQUARE_BOUNCE_DAMPING = 2.10
BALL_SQUARE_L_BOUNCE_DAMPING = 0.6365
BALL_SQUARE_NL_BOUNCE_DAMPING_SPEED = 99.00

BALL_SQUARE_BOUNCE_SPIN_DECAY = 0.75
BALL_SQUARE_MAX_BACK_SPIN = 1.70

//rain rolling and bouncing coefficients
BALL_SQUARE_RAIN_SKIDING_FRICTION = 0.135
BALL_SQUARE_RAIN_ROLLING_FRICTION = 0.132
BALL_SQUARE_RAIN_FRICTION_TOP_SPIN_GEN = 0.7875
BALL_SQUARE_RAIN_BOUNCE_FRICTION_MULTIPLIER = 0.9135
BALL_SQUARE_RAIN_BOUNCE_XZ_REDUCTION_BY_BACKSPIN = 0.00
BALL_SQUARE_RAIN_BOUNCE_DAMPING = 2.00
BALL_SQUARE_RAIN_L_BOUNCE_DAMPING = 0.27
BALL_SQUARE_RAIN_NL_BOUNCE_DAMPING_SPEED = 101.00

//--------------------------------------------------------------------
// Air back spin ball physics coefficients
// You have to set USE_AIR_BACK_SPIN to use these cofficients
//--------------------------------------------------------------------
BALL_SQUARE_AIR_LIFT = 0.0099 //coefficient for the back and top spin
BALL_SQUARE_BACK_SPIN = 0.10 //This will apply the back spin (negative for top spin) for every air ball

ME10SSI
19-11-2009, 12:00:PM
the game will be crash

uomomagnetico
19-11-2009, 12:27:PM
//Air functions
BALL_SQUARE_AIR_RESISTANCE_XZ = 0.000117
BALL_SQUARE_AIR_RESISTANCE_Y = 0.000107
BALL_SQUARE_GRAVITY = -0.272
BALL_SQUARE_SPIN_DECAY = 0.785
BALL_SQUARE_SPIN_CONST = 0.152587890625
//BALL_SQUARE_SPIN_CONST = 1000000.252587890625
//---------------------------------------------------------------
//New rolling ball physics simulating skidding and rolling
//You have to set USE_SLIDING_ROLLING_FRICTION to 1 to use this
//---------------------------------------------------------------
//rolling and bouncing rolling coefficients
BALL_SQUARE_SKIDING_FRICTION = 0.216
BALL_SQUARE_ROLLING_FRICTION = 0.072
BALL_SQUARE_FRICTION_TOP_SPIN_GEN = 0.8125
BALL_SQUARE_BOUNCE_FRICTION_MULTIPLIER = 0.8265
BALL_SQUARE_BOUNCE_XZ_REDUCTION_BY_BACKSPIN = 0.00
BALL_SQUARE_BOUNCE_DAMPING = 2.10
BALL_SQUARE_L_BOUNCE_DAMPING = 0.6365
BALL_SQUARE_NL_BOUNCE_DAMPING_SPEED = 99.00

BALL_SQUARE_BOUNCE_SPIN_DECAY = 0.75
BALL_SQUARE_MAX_BACK_SPIN = 1.70

//rain rolling and bouncing coefficients
BALL_SQUARE_RAIN_SKIDING_FRICTION = 0.135
BALL_SQUARE_RAIN_ROLLING_FRICTION = 0.132
BALL_SQUARE_RAIN_FRICTION_TOP_SPIN_GEN = 0.7875
BALL_SQUARE_RAIN_BOUNCE_FRICTION_MULTIPLIER = 0.9135
BALL_SQUARE_RAIN_BOUNCE_XZ_REDUCTION_BY_BACKSPIN = 0.00
BALL_SQUARE_RAIN_BOUNCE_DAMPING = 2.00
BALL_SQUARE_RAIN_L_BOUNCE_DAMPING = 0.27
BALL_SQUARE_RAIN_NL_BOUNCE_DAMPING_SPEED = 101.00

//--------------------------------------------------------------------
// Air back spin ball physics coefficients
// You have to set USE_AIR_BACK_SPIN to use these cofficients
//--------------------------------------------------------------------
BALL_SQUARE_AIR_LIFT = 0.0099 //coefficient for the back and top spin
BALL_SQUARE_BACK_SPIN = 0.70 //This will apply the back spin (negative for top spin) for every air ball

try it
I haven't crash

remenber you have to replace
only those lines

fifaCCitiu.com
19-11-2009, 01:39:PM
from the values that i see i think there is a need to change the air resistence values, because as i'm seeing from this parameters the ball will go too slowly in the air and cause high gravity values go more speedly on the ground to have in results that the ball seem to be strange.

In poche parole con i parametri che hai usato la palla ha poca resistenza all'aria e molta gravità , sembrando innaturale.tieni presente che se fai un lancio la palla non disegna una parabola quasi perfetta come dovrebbe,ma accellera molto la caduta forzando il giocatore a stoppare la palla in modo innaturale, dovresti aumentare la resistenza all'aria per addolcire l'ultimo step del lancio.Quindi dovresti agire sui parametri di "stop della palla" del giocatore per facilitarti lo stop.I valori di skiding e rolling sono un pò esagerati.Il rolling così impostato fa capire che la palla scivola anzichè rotolare, e te ne accorgerai dai passaggi bassi che sono molto veloci e i filtranti difficilmente raggiungibili.Aumenta il valore in modo tale che se fai un passaggio a un compagno che sta vicino a te sui trenta metri la palla rallenta di molto prima di arrivare a lui, in modo da rallentare il ritmo altrimenti elevato visto che poi la cpu farà un ping pong improbabile.Per gli altri parametri se vuoi posso aiutarti.

regularcat
20-11-2009, 12:24:AM
from the values that i see i think there is a need to change the air resistence values, because as i'm seeing from this parameters the ball will go too slowly in the air and cause high gravity values go more speedly on the ground to have in results that the ball seem to be strange.

In poche parole con i parametri che hai usato la palla ha poca resistenza all'aria e molta gravità , sembrando innaturale.tieni presente che se fai un lancio la palla non disegna una parabola quasi perfetta come dovrebbe,ma accellera molto la caduta forzando il giocatore a stoppare la palla in modo innaturale, dovresti aumentare la resistenza all'aria per addolcire l'ultimo step del lancio.Quindi dovresti agire sui parametri di "stop della palla" del giocatore per facilitarti lo stop.I valori di skiding e rolling sono un pò esagerati.Il rolling così impostato fa capire che la palla scivola anzichè rotolare, e te ne accorgerai dai passaggi bassi che sono molto veloci e i filtranti difficilmente raggiungibili.Aumenta il valore in modo tale che se fai un passaggio a un compagno che sta vicino a te sui trenta metri la palla rallenta di molto prima di arrivare a lui, in modo da rallentare il ritmo altrimenti elevato visto che poi la cpu farà un ping pong improbabile.Per gli altri parametri se vuoi posso aiutarti.


you are correct, im not messing with it.

these guys on this forum want the pass to bounce 90,000x before it reaches
the receiver 5 feet away.

or to have lobs & clearances float as if they are playing in outer space.

thats why i stopped editing my gameplays for people, beause these guys are retarded.

i still make mods for my fifa, but wont be releasing them anymore.

this guy who posted this doesnt know what hes doing.
example - //BALL_SQUARE_SPIN_CONST = 1000000.252587890625

what is that ? 1000000.252587890625

not to mention some of those values are from other fifa games.

Bran
20-11-2009, 01:12:AM
you are correct, im not messing with it.

these guys on this forum want the pass to bounce 90,000x before it reaches
the receiver 5 feet away.

or to have lobs & clearances float as if they are playing in outer space.

thats why i stopped editing my gameplays for people, beause these guys are retarded.

i still make mods for my fifa, but wont be releasing them anymore.

this guy who posted this doesnt know what hes doing.
example - //BALL_SQUARE_SPIN_CONST = 1000000.252587890625

what is that ? 1000000.252587890625

not to mention some of those values are from other fifa games.

I hope you change your opinion about this again. Not releasing your gameplays and other mods for fifa, would be a really big loose for the community. Sadly many people forget their good breeding in the internet and this people are the ones that criticises the most and with bad style. People like for example me, wich have no problems at all and really like it, don't see the nessesarily to register in a forum for posting only one time, for only writing one time and so you never get the real feedback from all the people testing your mods.

But many forget that without talented editors like you, fifa wouldn't be half as good. So i can only hope, you change your opinion.

uomomagnetico
20-11-2009, 06:26:AM
// significa commentato minchione del cazzo...è chiaro che sono delle prove....per non parlare della fiica della tua gameplay..da cagare....quet'aria di uperiorità ma chi cazzo te la da....e neun moderatore interviene.....che schifo di forum.....fifaccitiu almeno è entrato nel merito offrendosi anche di aiutarmi queto è lo spirito giusto,,,non fare i saputelli del cazzo...cmq grazie fifaccitiu

P.s: traslate please

Duong
20-11-2009, 11:07:AM
lol, guys. whatever right. everyone enjoys what he gets and what he has for his own good and life is wonderful. just lay off one another.

paolo-fcb
20-11-2009, 02:33:PM
// significa commentato minchione del cazzo...è chiaro che sono delle prove....per non parlare della fiica della tua gameplay..da cagare....quet'aria di uperiorità ma chi cazzo te la da....e neun moderatore interviene.....che schifo di forum.....fifaccitiu almeno è entrato nel merito offrendosi anche di aiutarmi queto è lo spirito giusto,,,non fare i saputelli del cazzo...cmq grazie fifaccitiu

P.s: traslate please

traduco io porcodiqueldiomio:33vff3o:

Nadzlee
20-11-2009, 03:09:PM
thats why i stopped editing my gameplays for people, beause these guys are retarded.



omg. seriously? i'm was waiting for your v5. :(
i thought you're gonna improve it.

regularcat
20-11-2009, 04:41:PM
lol, guys. whatever right. everyone enjoys what he gets and what he has for his own good and life is wonderful. just lay off one another.

i wasnt ripping the guy, i was just saying that i get tired of these young kids always
having something stupid to say, or having made the exact same thread 3 times, or
harsh criticism as if i make mods w/ the intent of being the best.

like i said before i make mods for me the way i like them, & am nice enough to release them for other people to use, so demanding i do this or that isnt what i looking to read from people.

a lot of people are just plain disrespectful & never create anything for people.

i said to uno its cool that you are making things, but you just cant throw something out there w/o knowing what you are doing, if it causes crashes then there will be more people acting retarded, saying you messed up my game.

you should know duong as some clown did it to you in your dmgr thread, not thinking how much time & effort you put into it to make the game better, cause he simply couldnt follow instructions.

this forum is now full of little kids, which i personally choose not to deal with anymore.

omg. seriously? i'm was waiting for your v5.
i thought you're gonna improve it.

yea, i have removed my signature link, im keeping my mods for me & my friends from this community (duong,etc.).

i will still be around to answer peoples thread questions, as its the right thing to do, since when i started modding i had to do the same thing, its respect for the people who helped me, that i answer any questions about anything.

including the the questions that should be common sense to most people.

to me modding isnt a must do thing, its something i choose to do & choose to share w/ the community.
im tired of the disrespectful feedback, "you must change this or that" or "this is crap, im not using it until you do this or that"

thats easy to say when all you do is take from the community.

i asked tons of questions to ai modders & did my trial & error to learn what was what in that file, & if you ask me modding the ai is
the hardest mod you can make for fifa, because if any value is too high or too low, the game is crashing.

i dont have to change anything if im happy w/ it, ill leave it the way i like it, its my mod & ill have the final say.

you dont just open up the ai.ini & change random numbers, play 1 time w/ it & tell people use this for better this or that,
which is what uno is doing, same as his force quick plays thread. (no disrespect to him but he doesnt know what he is doing)

dont set that to 1, leave it at 0.

if you would have played a few games w/ it you would understand why.

sometimes when that is set to 1 the quick play is forced, for example, if the players are way down pitch,
but the cpu kicks the ball out on the other side of the pitch & quick play goes into play the players just disappear from the pitch.

also the players will line up out of bounds for throw in sometimes, creating instant change of possesion.

learn first then release something.

when i update my ai mod nadzlee, ill pm you a link & certain others as well, but thats as far as its going now.

so to the people who havent acted like children, i apologize, but sometimes in life some must deal w/ things others
have caused.

regularcat
20-11-2009, 05:07:PM
// significa commentato minchione del cazzo...è chiaro che sono delle prove....per non parlare della fiica della tua gameplay..da cagare....quet'aria di uperiorità ma chi cazzo te la da....e neun moderatore interviene.....che schifo di forum.....fifaccitiu almeno è entrato nel merito offrendosi anche di aiutarmi queto è lo spirito giusto,,,non fare i saputelli del cazzo...cmq grazie fifaccitiu

P.s: traslate please

translated

"minchione means commented, Dick... It is clear that are of the tests.... not to mention the fiica of your gameplay.. from hell.... Measure \' air of uperiorità but who the **** you from the.... and neun moderator intervenes..... That Schifo of Forum...... fifaccitiu at least entered in the offering herself also to help me this is the right spirit,,, not to the saputelli of hell... cmq thanks fifaccitiu "

first off i wasnt calling you a retard, learn to understand english a little better asshole.

second, dont be a pussy & curse me off in another language so you dont get in trouble w/ the mods, internet tough guy.

& ill tell you who the **** i am, im the guy who makes the mods to share, & i do the absolute best i can for myself & try 100% to make sure if im going to share something w/ the community its works as good as it can.

also i understand its a test, but as far as glitches & **** ups, thats something you do before you release it as a trial edition.

thirdly, i would have helped you if you pm'd me, but you werent looking for help just throwing something out there.

& since you are so good, im done giving anything to the community so you put your **** out there for them to use.

as far as me being a mod, i should be, to keep idiots like you from doing stupid ****, or making retarded triple threads, or threads
that have been asked 2 million times.

& WATCH HOW THE **** YOU TALK TO ME YOU GUINI PIECE OF ****

YOU DONT KNOW ME.

p.s. - translate that bitch & have the balls to say it in english (obviously you can, you use it here all the time)

im not scared of no mods on any site, they can do what they want, its a forum on the internet.
if they take it 200% serious, they need to find something better to do w/ their time.

uomomagnetico
20-11-2009, 05:31:PM
vafancul' REGULARCAZ!!!!

regularcat
20-11-2009, 06:13:PM
vafancul' REGULARCAZ!!!!

translated

va fan cul - go **** yourself

you are a pussy, speak english bitch.

uomomagnetico
20-11-2009, 07:16:PM
please regularCaz peace peace peace......
i uploaded a tutorial for editing the camera.dat file ....
shows your skill as a challange....and peace RegularCaz.....

regularcat
20-11-2009, 10:15:PM
please regularCaz peace peace peace......
i uploaded a tutorial for editing the camera.dat file ....
shows your skill as a challange....and peace RegularCaz.....

aight...its peace, but i dont want to hear any more nonsense.

so ill consider this a truce between the 2 of us.

so lets go on being respectful, & forget this ever happened.

paolo-fcb
21-11-2009, 03:17:AM
.................

http://www.nouvelles-images.it/img_Peace-and-love_Beatrice-PATRAT-CANARD_ref~ARM929_mode~zoom.jpg

Nadzlee
21-11-2009, 06:21:AM
lol! gay... thanks regularcat.

yo uomomagnetico! does it cause some stir with the database? i mean,if we edit the camera.dat

ME10SSI
21-11-2009, 08:17:AM
can Any One please Upload The ini File To Me with the New Physics Ball

uomomagnetico
21-11-2009, 08:39:AM
no effect on DB....
dear regularCaz you didn't understand that your camera settings are statics changes of the camera.....with the editing of camera.dat you make dinamic changes of the cameras (example: zoming where the player come in the areas...and all you want)....
dear RegulaCaz Professor now it' all clear??

Onsche
28-11-2009, 01:21:PM
OMG! so strange values without structure. My gameplay comes soon, i hope this will a inspiration for more and better gameplays.

Nadzlee
28-11-2009, 01:48:PM
lol@ Onsche.

regularcat and your gameplay are awesome.