Wendigo
Members
-
Joined
-
Last visited
Reputation Activity
-
Wendigo reacted to UnknownBastion in Can't Download Script hook V from http://www.dev-c.com/gtav/scripthookv/Try using this link and see if it works.
-
Wendigo reacted to Lapd Code 3 in Proper CHP Helmetso ive looked all over the Eup section even downloaded a few eup styles for helmets but none of em have the proper CHP helmet like the one below
can someone help make this helmet
-
Wendigo reacted to RenegadeBird01 in Ultimate backup panic buttonI don’t know what’s going on with my ultimate backup but I can’t get the panic button to work. I’m using keyboard and it doesn’t matter what the key bind is or if I long press, triple press, or single press it will not work. Also unrelated but my fast draw only works half the time, most times it just flings the door open with no weapon
-
Wendigo reacted to anthonyjolson87 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!
-
Wendigo reacted to AnthonySC in Ultimate Backup/ELS Siren sticking problemHi Everyone,
Maybe somebody know why have I this problem? When I calling a backup under pursuit and if AIs leave the car all of my backup officers leave the siren On.?! And when I sit in their car and trying to turn off, I can't. I never had this problem before that'a why I need help right now. After few minutes it's gonna be irritating. When I turned off ,,ElsActiveOnAi" in ELS.ini my problem was solved. But AIs with no lights and with no siren are so bad. And when I turn on the ,,ElsActiveOnAi" it is bad again. So I don't know... I also tried the automaticsirencotout but I have the same problem...
Sry for my beginner English.
Thanks in advance!
-
No worries you didn't waste my time I'm glad to hear that it worked 🙂