askavian Posted June 11, 2016 Share Posted June 11, 2016 (edited) Hi. I just got back to modding GTAIV and V and I want to make both games as realistic (New York and Los Angeles) as possible. nice I don't have vacation days left on my job to visit both places this year, I got to take the next best thing :-) I have some question on specific modifications and if they exist or if someone is working on it. After an intense search, I have not found them so far.... 1. IAA and FIB Building Mods Is there a texture/asset modification that changes the IAA and FIB Building to CIA and FBI? Interior and Exterior? I have found a lot of ped and car mods for that, but unfortunately, nothing that changes the buildings. 2. Texture List Is there a list of textures? This goes to the first question. I want to change the IAA and FIB textures (building, vehicles, helicopters, peds) is there a complete list of that? 3. Car Navigation I saw this mod coming to GTAV-Mods today (https://www.gta5-mods.com/vehicles/alfa-romeo-mito) and I saw that the car has a nice NAV Screen build into the interior. Are there any car mods (Or is this even possible?) where the minimap is rendered onto a texture (i.e. the car screen?). I saw that some Plane Mods from SkylineGTAFreak have some degree working display functionalities, so I guess in general it is possible to make certain textures "dynamic". I know some rudimentary scripting and I am learning, but that kind of stuff goes way above my head. 4. Law Enforcement Jurisdictions I play around with this mod (https://www.gta5-mods.com/scripts/law-enforcement-jurisdiction-script) and I really love the concept of it, but I am not from the US or Calli, so is there a good preset I should use and corresponding vehicle/ped mods to have it as realistic as possible? 5. Passenger Trains I love the train mods. Are there any Amtrak/Passenger Train Mods? EDIT 6. Fort Zancudo / Vandenberg Air Base Is there a mod that transform Fort Zancudo to a real US Military Base (i.e. USAF Vandenberg Air Base)? There are real cool USAF Ped mods out there. Thank you all in advance and if it does not exist already, I would like to hear your opinion on that as well. Best Edited June 12, 2016 by askavian Link to comment Share on other sites More sharing options...
askavian Posted June 12, 2016 Author Share Posted June 12, 2016 bump Link to comment Share on other sites More sharing options...
S.T.A.L.K.E.R Posted June 12, 2016 Share Posted June 12, 2016 OpenIV x64i.rpf\levels\gta5\_citye\downtown_01\dt1_05.rpf\dt1_05_build1_h.ydr - FIB external x64i.rpf\levels\gta5\_citye\downtown_01\dt1_05.rpf\dt1_05_build2_h.ydr - IAA external x64i.rpf\levels\gta5\_citye\downtown_01\dt1_05.rpf\dt1_05_build.ytd x64i.rpf\levels\gta5\_citye\downtown_01\dt1_05.rpf\dt1_05_build+hi.ytd This is where the fib/iaa building / textures are located If you need a texture list you should export the textures dictionary in openiv then use a .bat file @echo off cd %1 if exist filelisting.txt del filelist.txt for /F "delims=" %%j in ('dir /A-D /B /O:GEN') do echo %%~nj >> filelist.txt Link to comment Share on other sites More sharing options...
askavian Posted June 12, 2016 Author Share Posted June 12, 2016 @(R*) Thank you very much, that helps a lot. Let's see if someone can answer the other questions as well. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now