Reputation Activity
-
anthonyjolson87 got a reaction from Wendigo in Editing interior car viewpoint - First person POV vehicle metaI found a way to edit the vehicles.meta file and change the first person pov camera x y z axis. Using OpenIV search for your vehicles.meta file, MAKE A BACKUP, then enable Edit Mode and right click the file, selecting Edit. Once the text edit window opens, search for the model name you want to edit, in my case it was Police2 that i needed a better view out the front window. Each vehicle model is separated by an <Item> class, it looks like this for example:
<Item>
<modelName>police2</modelName>
Scroll through all the police2 (or the model your trying to edit) model meta data until you find <PovCameraOffset, in my example it looks like;
<PovCameraOffset x="0.000000" y="-0.150000" z="0.665000" />
These are the camera X Y Z coordinates, X moves the camera left and right, Y moves forward and back, and Z moves up and down. Use small adjustments! In my case i only needed to move the placement from:
Original: <PovCameraOffset x="0.000000" y="-0.150000" z="0.665000" /> **notice the y is negative here**
to this: <PovCameraOffset x="0.000000" y="0.100000" z="0.620000" />
for example ( x="0.000000" y="0.600000" z="0.400000" ) was inside the dash board!
I know there are more settings in this area of the meta file that I don't yet understand, so if anyone has any other pointers related to the interior camera please include them in a reply.
I hope this helps all you fellow amateur modders out there!
-
anthonyjolson87 got a reaction from srtmouse in Editing interior car viewpoint - First person POV vehicle metaI found a way to edit the vehicles.meta file and change the first person pov camera x y z axis. Using OpenIV search for your vehicles.meta file, MAKE A BACKUP, then enable Edit Mode and right click the file, selecting Edit. Once the text edit window opens, search for the model name you want to edit, in my case it was Police2 that i needed a better view out the front window. Each vehicle model is separated by an <Item> class, it looks like this for example:
<Item>
<modelName>police2</modelName>
Scroll through all the police2 (or the model your trying to edit) model meta data until you find <PovCameraOffset, in my example it looks like;
<PovCameraOffset x="0.000000" y="-0.150000" z="0.665000" />
These are the camera X Y Z coordinates, X moves the camera left and right, Y moves forward and back, and Z moves up and down. Use small adjustments! In my case i only needed to move the placement from:
Original: <PovCameraOffset x="0.000000" y="-0.150000" z="0.665000" /> **notice the y is negative here**
to this: <PovCameraOffset x="0.000000" y="0.100000" z="0.620000" />
for example ( x="0.000000" y="0.600000" z="0.400000" ) was inside the dash board!
I know there are more settings in this area of the meta file that I don't yet understand, so if anyone has any other pointers related to the interior camera please include them in a reply.
I hope this helps all you fellow amateur modders out there!
-
anthonyjolson87 got a reaction from KLE0 in Editing interior car viewpoint - First person POV vehicle metaI found a way to edit the vehicles.meta file and change the first person pov camera x y z axis. Using OpenIV search for your vehicles.meta file, MAKE A BACKUP, then enable Edit Mode and right click the file, selecting Edit. Once the text edit window opens, search for the model name you want to edit, in my case it was Police2 that i needed a better view out the front window. Each vehicle model is separated by an <Item> class, it looks like this for example:
<Item>
<modelName>police2</modelName>
Scroll through all the police2 (or the model your trying to edit) model meta data until you find <PovCameraOffset, in my example it looks like;
<PovCameraOffset x="0.000000" y="-0.150000" z="0.665000" />
These are the camera X Y Z coordinates, X moves the camera left and right, Y moves forward and back, and Z moves up and down. Use small adjustments! In my case i only needed to move the placement from:
Original: <PovCameraOffset x="0.000000" y="-0.150000" z="0.665000" /> **notice the y is negative here**
to this: <PovCameraOffset x="0.000000" y="0.100000" z="0.620000" />
for example ( x="0.000000" y="0.600000" z="0.400000" ) was inside the dash board!
I know there are more settings in this area of the meta file that I don't yet understand, so if anyone has any other pointers related to the interior camera please include them in a reply.
I hope this helps all you fellow amateur modders out there!
-
anthonyjolson87 reacted to Proist in Traffic Stop BackupYeah, but most of the times the units that you call in just get out of their vehicle, scout the area and then leave again, right? Someone needs to make it so that they actually hang out for the immersion. :P
-
anthonyjolson87 reacted to Proist in Traffic Stop BackupSomeone should make a mod where you can radio in for backup in a traffic stop, like get additional units and stuff.
When you call them in they get in a position behind your car in the traffic stop, and just waits patiently.