Jump to content

Question for someone far smarter than I


jhath

Recommended Posts

Does anyone think it would be possible to mod the recovery time of pitcher's stamina??? We all know its ridiculous how fast they recover and I figured it could be modded, but I have no idea where it would be located. I sorta thought datafile, but I really have no clue... any ideas on where and how to mod it?

Link to comment
Share on other sites

I am not 100% sure, but I believe this is somehow hard coded in the game itself. So no one really knows where the value is stored or how to update it. If we did, someone could create a 3rd party utility to update players I am sure...

C

Link to comment
Share on other sites

I mean the EA programmers have the logic and variables coded in the executable file which no one has the pre-compiled source code for except EA. So it cannot be changed by anyone outside of EA.

C

Link to comment
Share on other sites

Does anyone think it would be possible to mod the recovery time of pitcher's stamina??? We all know its ridiculous how fast they recover and I figured it could be modded, but I have no idea where it would be located. I sorta thought datafile, but I really have no clue... any ideas on where and how to mod it?

Won't help you any but if it means anything, I think that's a great idea for a mod if it's possible.

Link to comment
Share on other sites

String capa = "addicted";

if (!capa.equals("addicted"))

System.out.println("Something is wrong with this world.");

else

System.out.println("Everything is a-ok on planet Capa.");

int[] innings = new int[];

int capaStamina = 99;

if (innings == 5 || innings == 7 || innings == 9)

capaStamina = capaStamina /.69;

else

capaStamina = capaStamina - 1;

- lot of free time on my hands tonight.lol

EDIT: and obviously a bad java coder.lool

Link to comment
Share on other sites

makes sense... cause i looked thru all the files... and none of them were logically named to hold that info... oh well... just have to use self discipline :(

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...