Jump to content

How to remove cameras in murph's Camera Mod releases


murph4thehall

Recommended Posts

Hi everybody! (Hi, Dr. Nick....) :lol:

I've gotten a few questions about my camera mods, so I'm going to answer as much as I can in this thread. My mods come with new fielding, batting view #5, replay, and home run showdown cams, and I know not everyone wants to replace all those views. This tutorial should teach you to remove parts of the code in the text file.

1) Open fenwayEdit.txt (or any ""Edit.txt you want to adjust)

2) Scroll to the bottom

3) Find this line: 0xb38e54d3 116 12;115 JitterHeadingFrequency

This begins the "modifed" part of the file. It can be broken up into three parts: Batting/Replay, Fielding, and HRD Screen

Let's look at the batting/replay section.

Batting/Replay consists of these lines:

0xb38e54d3 116 12;115 JitterHeadingFrequency;...

0xe338e16d 105<BattingView5RightHi>...

0xe9171bda 105<BattingView5LeftHi>...

0xbfaa95b 105<BattingView5LeftLow>;...

0x4a55214e 105<BattingView5RightLow...

0xb02fcb3 115<UserReplayMidFirst>;....

0xbffa0e6 115<UserReplayMidThird>;...

0x12974903 115<UserReplayLF>;....

0x129749c9 115<UserReplayRF>;...

0xea7d803c 114<HRDlowbattingright>;...

0xf1580518 114<HRDlowhitright>;...

0x2654a4c5 114<HRDlowhitleft>;...

0x3d654b69 114<HRDlowbattingleft>;...

Notice I made 0xb38e54d3 116 12;115 JitterHeadingFrequency bold, because this is the most important line in the section. I call it the header. The number "12" in the header indicates the number of lines

below the header that relate to it. So if you wanted to remove my batting view #5 cam, simply delete the four lines containing the batting view and change the "12" to an "8". If you wnated to remove all views of the batting/replay section, then delete all lines including the header.

It's just as easy to remove parts of other sections. Just delete the lines you don't want, and change the number in the header.

Headers:

Fielding Views: 0xb7e56e61 128 3;105 CameraClipPlaneType;...

HRD Screen:0xe33e6a08 12 2;10 WidescreenPos;...

More info:

FieldingView1=Zoom view, FieldingView2=Broadcast, FieldingView3=Aerial

The <hrdlow...>lines control the views during HR Showdown. The lines with the word "hit" in the beginning control the view after contact is made.

The HRD Screen section at the bottom of the file change the screen width in HR Showdown so that only one player (P2) is shown during the contest.

When you are finished:

1) Save the file as fenwayEdit.txt (or ""Edit.txt for whatever stadium)

2) Run fenway_compress.bat (or the ""_compress.bat file for that stadium)

3) Paste fenwday.txt, fenwnite.txt into you MVP2005/data folder

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...