Gordo Posted October 17, 2005 Share Posted October 17, 2005 Is there a mod that does away with the constant foul ball replay? I looked throughout the DL section. Link to comment Share on other sites More sharing options...
UncleMo Posted October 17, 2005 Share Posted October 17, 2005 i think you get rid of it by making a change in the datafile but can't remember...someone will tell you. Link to comment Share on other sites More sharing options...
torement Posted October 17, 2005 Share Posted October 17, 2005 For no foul ball replay's... Just look for these 2 lines in the datafile 0x2c241e92 12<batterreplayright> 0x4ee676ff 12<batterreplayleft> and edit them like so, zeroing out all the values. 0x2c241e92 12<batterreplayright>;0 0.000;1 0.000;2 0.000;3 0.000;4 0;10 0;11 0;5 0.00;6 0.00;7 0.00;8 0.00;9 0; 0x4ee676ff 12<batterreplayleft>;0 0.000;1 0.000;2 0.000;3 0.000;4 0;10 0;11 0;5 0.00;6 0.00;7 0.00;8 0.00;9 0; Link to comment Share on other sites More sharing options...
Trues Posted October 17, 2005 Share Posted October 17, 2005 Here you go, http://www.mvpmods.com/Downloads/details/id=852.html Or to make the changes yourself, just look for these 2 lines in the datafile. 0x2c241e92 12<batterreplayright> 0x4ee676ff 12<batterreplayleft> and edit them like so, zeroing out all the values. 0x2c241e92 12<batterreplayright>;0 0.000;1 0.000;2 0.000;3 0.000;4 0;10 0;11 0;5 0.00;6 0.00;7 0.00;8 0.00;9 0; 0x4ee676ff 12<batterreplayleft>;0 0.000;1 0.000;2 0.000;3 0.000;4 0;10 0;11 0;5 0.00;6 0.00;7 0.00;8 0.00;9 0; Edit: oops, torement beat me to it. Thanks Link to comment Share on other sites More sharing options...
Gordo Posted October 17, 2005 Author Share Posted October 17, 2005 Thanks guys....no wonder I couldn't find it in the DL sect. as the title is a little confusing. As far as the datafile.....are you opening this with Notepad? Wordpad? Something else? I tried to do it to correct/fix/slow down pitch time inbetween pitches for the cpu, but never could matchup the line commands. Link to comment Share on other sites More sharing options...
Trues Posted October 17, 2005 Share Posted October 17, 2005 Thanks guys....no wonder I couldn't find it in the DL sect. as the title is a little confusing. As far as the datafile.....are you opening this with Notepad? Wordpad? Something else? I tried to do it to correct/fix/slow down pitch time inbetween pitches for the cpu, but never could matchup the line commands. I use crimson editor. It makes things a lot easier. Link to comment Share on other sites More sharing options...
Gordo Posted October 17, 2005 Author Share Posted October 17, 2005 Niiiiice.....tyvm. Link to comment Share on other sites More sharing options...
Gordo Posted October 18, 2005 Author Share Posted October 18, 2005 Hmmm...I don't know if the datafile is corrupted, but after these first several lines listed below, I have the matrix code --- so to speak: ®Âdatafile.txtillnite.txtfenite.txt òscript_ar_1b_catches_ball_01.txt ìscript_ar_2b_catches_ball_01.txt Ãscript_ar_3b_catches_ball_01.txt èscript_ar_advance_1st_to_2nd_01.txt ýscript_ar_advance_2nd_to_3rd_01.txt ûscript_ar_advance_3rd_to_home_01.txt Óscript_ar_arrive_at_2nd_02.txt ÃŽscript_ar_arrive_at_3rd_01.txt Ãœscript_ar_arrive_at_home_01.txt1.txt øscript_ar_cf_catches_ball_01.txt Ñscript_ar_end_ab_corner_01.txt_play_hit_right_02.txt óscript_ar_hit_iso_02.txt "script_ar_home_plate_collision_01.txt Ãscript_ar_lf_catches_ball_01.txt kscript_ar_partial_play_hit_left_01.txt Mscript_ar_partial_play_hit_left_03.txt script_ar_partial_play_hit_left_04.txt Rscript_ar_partial_play_hit_right_01.txt .script_ar_partial_play_hit_right_02.txt "script_ar_partial_play_hit_right_05.txt script_ar_partial_play_hit_right_06.txt ìscript_ar_rf_catches_ball_01.txt òscript_ar_ss_catches_ball_01.txt 8script_ar_steal_home_01.txt Mscript_ar_steal_home_02.txt &script_ar_steal_home_03.txt [script_ar_steal_second_01.txt Hscript_ar_steal_second_02.txt 2script_ar_steal_second_03.txt ]script_ar_steal_second_04.txt sscript_ar_steal_third_01.txt pscript_ar_steal_third_02.txt [script_ar_steal_third_03.txt script_ar_strikeout_02.txt ÃŒscript_ar_strikeout_06.txttch_01.txt script_bullpen_away_1_pitcher_01.txt script_bullpen_away_2_pitcher_01.txt script_bullpen_home_1_pitcher_01.txt2.txt Ä_02.txtfirstbase_happy_int1_04.txt_eog_firstbase_upset_int2_02.txtxt_03.txtt_eog_ws_field_happy_02.txtpt_homerun_ramirez_plate_cross_01.txtxtipt_mgr_argument_int2e_third_01.txtint3_second_01.txtro_wait.txter_03.txt_bot1st_players_01.txtnite.txt Link to comment Share on other sites More sharing options...
Jeeper Posted October 18, 2005 Share Posted October 18, 2005 What sucks is the PIP may be invisible, but it still pulls my framerates from 60 to 30 after I hit a foul during the time the replay normally shows. Link to comment Share on other sites More sharing options...
torement Posted October 18, 2005 Share Posted October 18, 2005 what you are doing is opening up datafile.big in your text editor. what you need to do is 1. open up datafile.big in bigGui 2. extract datafile.txt from it(datafile.big) 3. decompress it (datafile.txt) with the datafile compression tools located in the download section. 4. then open datafile.txt up in your text editor. 5 change the lines you need to 6. recompress datafile.txt 7. place it in your mvp data folder Link to comment Share on other sites More sharing options...
Gordo Posted October 18, 2005 Author Share Posted October 18, 2005 I did what you indicated in addition to following instructions within given tools, but I'm still confused as I saw no change. After I make the text alterations and recompress, do I have to do something manually to put the file back into the datafile.big file? Foul ball replays are still there. Link to comment Share on other sites More sharing options...
torement Posted October 19, 2005 Share Posted October 19, 2005 I did what you indicated in addition to following instructions within given tools, but I'm still confused as I saw no change. After I make the text alterations and recompress, do I have to do something manually to put the file back into the datafile.big file? Foul ball replays are still there. after recompressing put the datafile.txt in your data folder (c:program files/easports/mvpbaseball2005/data) there is no need to put it back into your datafile.big Link to comment Share on other sites More sharing options...
DYosua Posted October 28, 2005 Share Posted October 28, 2005 Does anyone know how to get rid of the runner PIPs? (And for that matter, does anyone know how to change the location of the diamond underneath them?) EDIT: I found the answer to the first part - there is a value for "baserunner" that disappeared when everything was set to zero. Still looking for how to move the diamond, though... Link to comment Share on other sites More sharing options...
Friedman Posted October 28, 2005 Share Posted October 28, 2005 I know how to get rid of the diamond if that's what you want. Link to comment Share on other sites More sharing options...
DYosua Posted October 28, 2005 Share Posted October 28, 2005 Thanks, but I'm really trying to just move it - I'm trying to position it like how "MLB on FOX" does. A screenshot below shows what I have now. Ideally, it would be in the top left. I know I have to change at least two values - one for when righthanders are up, and one when lefthanders are up. As far as I can tell, it isn't mentioned in the fes_hudleft/fes_hudright.fel files... Link to comment Share on other sites More sharing options...
Trues Posted October 28, 2005 Share Posted October 28, 2005 No, there is no way to move the diamond at least that I know of. I've been trying for the past year and a half with no success. :( Link to comment Share on other sites More sharing options...
DYosua Posted October 28, 2005 Share Posted October 28, 2005 That's disappointing to hear. I'll try and keep looking and let everyone know if I find anything. Link to comment Share on other sites More sharing options...
shugknight Posted July 13, 2006 Share Posted July 13, 2006 Hey guys, I wanted to bring this topic back up becuase I'm having a lot of problems trying to edit the datafile.txt file. First I'm using Crimson Editor, and opening up the file. However when I open it up, its: ûCYHÃ0xc38c638e 70 1;64 BAT_TIMEMOD;30 Contact_Parameters;19 Hoâower_Mod;8 Hiä;56 INSIDE_SPIN_VAL;T5éat_launch_angle;50 Vertical_bunt_zone;33 8 MˆŠn Ã¥3ôFÃ39‰ 0xf39572§70< ¿!Ã> -2 #-4à 7 4.7I$D©––1à 7346â€Æ’%ce4§ÂŸ‡œ¨Åà af79…80b˜‹ÂðŽŒ§AÅ’r$Ž‰à b333ÂÆéc40¡$ aÉb—ŠŒ˜›à b359ÂÊ+aed—Š‚4“‹ž6ˆ—à b3a5݀69ed¦¯‹H„2§ªà b3b7›Â$5b2Q$FŽ Âp¬â€â‚¬Âµâ€ž0$ Ÿgà e073—ËÂ503•Ÿ“ËŒ: ‹Cà f588ÂÆTc59ª ÃÀŸFà f629Ž‚¨f5š–€ Is there something I'm doing wrong? Why can I not decrypt the file? Please help! Link to comment Share on other sites More sharing options...
xiberger Posted July 13, 2006 Share Posted July 13, 2006 You need to decompress your datafile before openig it with an editor. I highly recommend this tool to do so. It's very easy to use and works like a charm. Link to comment Share on other sites More sharing options...
Gordo Posted September 20, 2006 Author Share Posted September 20, 2006 I can't get DFCompress to see the datafile.big as it's only allowing for .txt files to be opened. The Crimson Editor is just outright friggin' confusing. And when I use BigGUI, I can see where I can decompress the datafile.txt part of the file, but when I made the line changes I got an error message when trying to recompress. Clues? Link to comment Share on other sites More sharing options...
xiberger Posted September 20, 2006 Share Posted September 20, 2006 Well, DFCompress isn't supposed to open .big files. Extract the .txt file (using EA Graph or whatever) from datafile.big and then open it with DFCompress. Link to comment Share on other sites More sharing options...
Jim825 Posted September 20, 2006 Share Posted September 20, 2006 Well, DFCompress isn't supposed to open .big files. Extract the .txt file (using EA Graph or whatever) from datafile.big and then open it with DFCompress. This is the way I work on datafiles using the eazip utility and a text editor: 1. Extract datafile.txt from datafile.big eazip -e datafile.big datafile.txt 2. Decompress datafile.txt eazip -u datafile.txt 3. Edit datafile.txt with your favorite text editor. 4. Re-compress datafile.txt eazip -c datafile.txt 5. Copy datafile.txt to your MVP Baseball 2005 data folder Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.