jhath Posted April 25, 2005 Share Posted April 25, 2005 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 More sharing options...
Yankee4Life Posted April 25, 2005 Share Posted April 25, 2005 You know something, that isn't a bad idea. I guess I'm as smart as you since I don't know how to do it either. :oops: Link to comment Share on other sites More sharing options...
capa Posted April 25, 2005 Share Posted April 25, 2005 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 More sharing options...
UncleMo Posted April 25, 2005 Share Posted April 25, 2005 I, uh, know, but, uh, aint' saying because I'm, uh, smarter than you all. Yeah. Link to comment Share on other sites More sharing options...
jhath Posted April 25, 2005 Author Share Posted April 25, 2005 im sort of a novice when it comes to programming... what do u mean by hard coded? Link to comment Share on other sites More sharing options...
capa Posted April 26, 2005 Share Posted April 26, 2005 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 More sharing options...
The Big Unit Posted April 26, 2005 Share Posted April 26, 2005 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 More sharing options...
fuzzone Posted April 26, 2005 Share Posted April 26, 2005 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 More sharing options...
capa Posted April 26, 2005 Share Posted April 26, 2005 All you need to do is to reengineer the executable and insert your logic. Web search for decompiler... C Link to comment Share on other sites More sharing options...
jhath Posted April 26, 2005 Author Share Posted April 26, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.