Link Download Grand Theft Auto |VERIFIED|

0 views
Skip to first unread message

Argelia Fernandez

unread,
Jan 21, 2024, 10:18:44 AMJan 21
to ucatagro

This is a quick and simple guide to the basics of installing and playing with mods on Grand Theft Auto V for Single Player. It won't cover MP mods like FiveM.\nModding GTA:O or console games is not welcome here and will not be discussed.\nSetting things up\nFor a fresh start, you'll need the following things:\n

    \n
  • An updated, clean, unmodded, legit copy of Grand Theft Auto V (both Steam/Social Club are fine) that works normally\n
  • An internet connection\n
  • An archive manager. I recommend 7-Zip\n
  • Enable showing file extensions in Explorer\n
  • Patience. Read the manuals!\n\nIt's best to start out with a clean, unmodded game, to prevent conflicts and instabilities. If you've tampered with the files, it's best to either re-install the game or to let Steam or Social Club verify your files before continuing. If you also had script mods installed and don't remember what to delete, just start out clean.\nFor reference, the following files enable loading and running mods from the normal launcher:\n
      \n
    • dinput8.dll - ASI loader\n
    • ScriptHookV.dll - Script hook\n
    • OpenIV.asi - OpenIV archive loader\n\nIf you recognize any of these and don't exactly know why these are there, start out from scratch.\nFrom now on, I'll refer to the GTA V installation folder as "GTAV_root". Where it's installed depends on where you got the game and your installation preferences. For example, the default folder for an install on Steam is C:\\Program Files (x86)\\Steam\\steamapps\\common\\Grand Theft Auto V.\nFinding it on Steam: Library -> Right-click Grand Theft Auto V -> Manage -> Browse local files
      \nRockstar Games and Epic Games sadly don't have an installation folder shortcut, so you'll need to find these on your own.\nEssentials\nGTA V mods roughly exist in two distinct categories: resource mods and scripts. You'll need a couple of things to get this to work!\n
        \n
      • ScriptHookV enables scripts for GTA V.\n
      • OpenIV enables modifying archives and adding archives.\n
      • Optional: ScriptHookVDotNet enables scripts written in .NET languages. It relies on ScriptHookV.\n
      • Optional: RAGE Plugin Hook is like ScriptHookVDotNet, but works standalone and uses a custom launcher for the game.\n\nDownload the archives or installers from the websites.\nInstallation: Follow the READMEs!\n
          \n
        • ScriptHookV: Open the archive, extract the files inside the bin folder to your GTA V root.\n
        • ScriptHookVDotNet: Open the archive, extract ScriptHookVDotNet.asi and ScriptHookVDotNet2.dll to your GTA V root.\n
        • OpenIV: Run the installer.\n\nScriptHookVDotNet has its scripts inside a separate folder inside the GTA V root folder, so create a scripts folder in there. .dll and .cs scripts you download will go in here.\nOpenIV needs some additional setup. Run the program and point it to your GTA V directory if necessary. Go to Tools -> ASI Manager and install ASI Loader and OpenIV.ASI if they aren't installed already. You'll also want to set up a mods folder. This keeps your original game files clean! As a start, put your update.rpf in the mods folder. You'll need to edit it anyway.\nDownloading mods\nIt's a good idea to only download mods from trusted websites, especially script mods. Remember that scripts are just libraries and can execute any code. Mods that change textures, vehicles and the like are less risky, but always do your research before downloading mods from random websites.\nGood resources are:\n
            \n
          • GTA5-Mods.com\n
          • LCPDFR.com\n
          • dev-c.com\n
          • openiv.com\n\nInstalling mods\nResource replacement mods (peds, vehicles, maps)\nIf you download a mod that replaces an original resource, like a vehicle mod that replaces a default vehicle, you'll need to use OpenIV. The mod you download should have come with instructions with which file to replace in which exact folder and archive. FOLLOW THOSE INSTRUCTIONS.\nResource add-on mods (peds, vehicles, maps)\nIf you download a mod that's marked as an add-on, it means it doesn't replace existing resources. They are added as DLCs. In general they follow the following set-up:\n
              \n
            • The data files are placed in GTAV_root/mods/update/x64/dlcpacks//dlc.rpf\n
            • The entry is added to dlclist.xml. The exact location is GTAV_root/mods/update/update.rpf/common/data/dlclist.xml. This entry looks like dlcpacks:\\myCoolModName\\\n\nWhen adding an entry to dlclist.xml, take care to keep the opening and closing tags are exactly Item. If they are different, the file is invalidated.\nSome mod authors also tell you to change extratitleupdatedata.meta, but this is NOT necessary!\nYou also need to install the following tools, as they are required to make the game deal with loading more resources:\n
                \n
              • gameconfig.xml (Recommended: pnwparkfan's version)\n
              • Heap Adjuster\n
              • Packfile Limit Adjuster\n\nWhat version am I running?\nThere are two versions, the GTA: Online version and the executable version. ScriptHookV, ScriptHookVDotNet, RagePluginHook and most version-dependent mods (scripts) use the executable version. You can find this by right-clicking the GTA5.exe file and checking the Details Tab -> File Version. As of writing, the version is 1.0.2802.0.\nSome scripts only work for specific game versions. After the game updates, you might need to check back on the mod page for possibly updates.\n.oiv files\nIf you download a mod that ends with .oiv, this means the mod author prepared a nice package for you. If you installed OpenIV properly, you can just double click the file, after which an OpenIV pacakge installation prompt will open. Check any information in the description window and press install. These mods can add files and/or replace files, so be sure to double-check if you've got the correct package.\nBe aware that .oiv don't have an uninstall option, so check if the mod you want to install has its own uninstaller or uninstall instructions. In the worst case, you can open the .oiv archive with something like 7-zip, and check assembly.xml for the files that are replaced.\nScripts\nScripts add various extra functionality to the game, like missions, expanded or new functionality, trainers and much more. Scripts need their respective library to load properly. If you download a script, it will usually say for which library it is made.\nSome scripts come with additional configuration files. Extract these files according to the readme of the script.\nScriptHookV: .asi files\nScripts ending with the .asi extension are ScriptHookV scripts and go in the main GTA V folder.\nNote: Some .asi files do not require ScriptHookV, like OpenIV.asi. dinput8.dll can load them without ScriptHookV.dll.\nScriptHookVDotNet: .dll, .cs, .vb\nScripts ending with the .dll, .cs and .vb extensions are usually ScriptHookVDotNet mods and go in the GTAV_root/scripts/ folder.\nRAGEPluginHook: .dll\nRAGEPluginHook go in the GTAV_root/Plugins/ folder.\nUpdating mods\nFor most resource mods, you should just reinstall the mod completely by using the new files.\nFor scripts, you should take note of the changelog or other comments the author had. Usually it suffices to just replace the .asi/.dll/.cs, but sometimes the configuration files also need replacement.\nUpdating game\nRockstar releases new DLC from time to time. Some mods keep working, others break. Here are some basic steps to prepare for, and prevent your game from breaking, or to get back up and running quickly!\nBackup / Reverting the update (downgrade game)\nBEFORE a new DLC update drops, Rockstar announces it on their social media and news channels. Once a new DLC is announced, ensure you have a backup of the following files:\n
                  \n
                • GTAV_root/update/update.rpf\n
                • GTAV_root/update/update2.rpf\n
                • GTAV_root/GTA5.exe\n
                • GTAV_root/GTAVLauncher.exe\n\nIt's smart to label these. I put them in a folder with the executable version. For Smuggler's Run, this is v1.0.1180.2. When the next update drops and you want to revert, back up the new files and replace them with your old backups.\nUpdating your mods\nYou can also choose to update your mods. In general it's a good idea to wait until some core resources (ScriptHookV, ScriptHookVDotNet) have been updated to the new game version.\nResource mods\nEach update, you'll need to update your GTAV_root/mods/update/update.rpf to match the version of GTAV_root/update/update.rpf. You can then transplant your changes from your old modded update.rpf to the new update.rpf.\nThings to pay attention to:\n
                    \n
                  • The new dlclist.xml probably has a new entry, so take care copy-pasting your modded dlclist.xml if you want to play with the new DLC content. Some mods also require new DLC content.\n
                  • gameconfig.xml is very version-dependent. If you use add-on mods, it's very likely you'll need to update gameconfig.xml that supports add-ons.\n
                  • Some replacement mods might not work after updating. In this case, the new update package overwrites old changes. (Rockstar sometimes fixes older content)\n\nScript mods\nMost scripts rely on ScriptHookV and just use natives. These will work after ScriptHookV gets updated for the new update, and won't need updating themselves.\nScriptHookVDotNet uses offsets for peds and vehicles, so it's wise to wait until ScriptHookVDotNet gets an update to support the new update. Most ScriptHookVDotNet scripts don't need updating themselves.\nIf a script crashes after an update, just disable it and keep an eye on the mod page. The author may update the script in the (near) future. It may help to notify the script author, though they usually are aware already.\nDisabling mods\nGTA5-Mods.com does not support playing GTA: Online on a modded installation, and this is prohibited by Rockstar.\nThat being said, if you installed resource mods using the mods folder feature from OpenIV, you can quickly disable all mods.\nMoving or renaming dinput8.dll to something else, will stop all .asi files from loading. This means all scripts, ScriptHookV, ScriptHookVDotNet and OpenIV won't load, and you should be able to load into GTA: Online, provided you are running the latest game version and no original files have been changed.\nBe aware that visual mods like ENB, Reshade come with d3d11.dll, which may be blocked. Also rename this d3d11.dll to something else for a "clean" install.\nTroubleshooting\nOutside of the common update woes, things can of course go wrong. Here are a few common things that go wrong:\nCommon problems:\nDLC Vehicles disappear when spawning\nRockstar disables MP cars in SP. Most trainers will fix this after an update.\n
                      \n
                    • Add-On Vehicle Spawner automatically enables MP vehicles in SP.\n
                    • Enhanced Native Trainer also does this.\n
                    • Simple Trainer also works, but needs to be updated after each patch.\n
                    • Menyoo also works, but needs to be updated after each patch.\n\nInfinite loading screen or crash during loading\nYou probably installed a mod pack with many vehicles or manually installed too many vehicles. This is related to gameconfig.xml and you should find a replacement gameconfig. Also don't forget the heap adjuster!\nCrashing upon full screen\nIf you're crashing whilst attempting to full screen your game or exiting full screen, this is mostly caused by Reshade not being configured correctly, and thus will be set to inject into the wrong DX version (should be 11). If the reshade .dll name is anything other than dxgi.dll , d3d11.dll or ReShade.dll, you're targeting the wrong version of DirectX, even if in-game you're running DX9 or 10. To fix this download the Reshade Binary and target GTA5.exe with DX version 11. After this to ensure compatibility with Boris Vorontsov's ENB, change the ProxyLibrary value in enblocal.ini to reflect the respective ReShade dll which has just been created in the root game directory.\nVanilla vehicle spawning upon replacing said vehicle\nA simple solution to fix replacement of vanilla vehicles, especially for old mods, is to use the search function in OpenIV (CTRL+F3) and search for the respective vehicle yft, and consequently replace the one in the most recent dlcpack. If you are not sure about the order in which some DLC packs were added, you can sort them by date modified.\nERR_FIL_PACK_1\nGTA V throws this error when game memory allocation runs out, specifically when attempting to load too many DLC packs. You can fix this by, if you haven't already, installing a custom gameconfig.xml , or else use Heap Adjuster. If however you have already used both these methods. you can remove some, or merge dlc's (guide).\nERR_STR_FAILURE_3\nGTA V throws this error in most cases upon spawning an object which references a null entry or when the engine is told to stream an object greater than the max value. As this is mostly a problem when trying to spawn vehicles, you can fix this by reducing the total poly count for the vehicle, modifying the base value of the vehicle in Zmodeler3 or reducing the amount of materials that the car has. Also getting rid of any embedded textures on the yft can sometimes solve this issue.\nERR_MEM_EMBEDALLOC_GUARD_1'\nGTA V throws this error when the engine's memory allocator cannot provide enough memory to store a singular or multiple objects. As this is mostly a problem with script mods, you can attempt to fix this by ensuring that said script is not creating too many entities.\nCrashing on entering a vehicle\nThere's a wrong reference to the vehicle handling and/or layout. Check vehicles.meta for the correct references.\nCrash on startup with error on corrupt files\nYou're not using a mods folder and/or referring to non-imported files in content.xml. As OpenIV.asi disables the checking of game file integrity, any message referring to corrupt game files means that either Scripthook V or OpenIV.asi is missing.\nOthers\nYou might want to check this thread.\nThings to pay attention to:\nMod packs\nMod packs can add lots of resources. Usually when installing mod packs, it's necessary to get a gameconfig that allows many add-ons. Examples of big mod packs:\n
                        \n
                      • Realism Dispatch Enhanced\n
                      • IVPack\n
                      • VanillaWorks Extended\n\nA small note about "Redux": This is/was mainly composed of resources taken without permission from various mod authors. The community will be hesitant or unwilling to support games with a Redux installation.\nLODs\nLevel of detail is important for performance and appearance. Some vehicle mods have no good LODs, thus will either require a lot of performance even at a distance, or have a disappearing body. Take care installing these mods, especially if they are replacements. Your framerate can suffer significantly, no matter how good your computer is!\nScripts\nScripts can be unstable, either due to updates or due to how they are written. If the script crashes, this will usually be caught by the hook or runtime.\nA ScriptHookV crash will show an error window before closing the game. Write down the crashing script and contact the author. If you do, please provide logs:\n
                          \n
                        • ScriptHookV.log\n
                        • Any other logs the script might have generated\n\nA ScriptHookVDotNet script crash is silent. The script just doesn't work any more. As with ScriptHookV scripts, report this to the author. Provide:\n
                            \n
                          • ScriptHookVDotNet2.log\n
                          • Any other logs the script might have generated\n\nContributing\nSuggestions are welcome! You can make an issue on this repository, or poke me on the GTA5-Mods.com Discord server.\nChangelog\n2020-05-21: Removed broken "MP Vehicles in SP" and add Sjaak's TrainerV.
                            \n2021-03-12: Added "What's my game version?"
                            \n2021-04-17: Clarified "GTAV_root"
                            \n2021-04-19: Added required tools for add-ons
                            \n2022-12-20: Added Packfile Limit Adjuster to tools, and LCPDFR as safe website\n","bookmarks":"2","tid":"14693","timestamp":"1506028527070","deleted":false,"editor":"uid":"7361","username":"ikt","userslug":"ikt","upvotes":23,"uid":"7361","votes":23,"timestampISO":"2017-09-21T21:15:27.070Z","editedISO":"2022-12-20T21:56:24.425Z","index":0,"user":"uid":"7361","username":"ikt","fullname":"","userslug":"ikt","reputation":"983","postcount":"1386","picture":" -mods.com/q90/avatars/5901/628a93-ava_sultan_ai_drift.png","signature":"","banned":false,"status":"offline","lastonline":"1702841714360","groupTitle":"Global Moderators","icon:text":"I","icon:bgColor":"#009688","lastonlineISO":"2023-12-17T19:35:14.360Z","selectedGroup":"name":"Global Moderators","slug":"global-moderators","labelColor":"#0abc48","icon":"fa-balance-scale","userTitle":"MODERATOR","custom_profile_info":[],"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0},"downvotes":0,"edited":"1534703763540","pid":"92353","content":"@Global-Moderators
                            \nI'd like this thread to stay open for suggestions and discussion. I also think this forum is the right place, as people seeking support probably end up here before the General Modding Discussion / Tutorials section.\n\nYou can discuss the guide here. Questions about modding will be removed.\n","bookmarks":"1","tid":"14693","timestamp":"1506028937401","deleted":false,"editor":"uid":"7361","username":"ikt","userslug":"ikt","upvotes":3,"uid":"7361","votes":3,"timestampISO":"2017-09-21T21:22:17.401Z","editedISO":"2018-08-19T18:36:03.540Z","index":1,"user":"uid":"7361","username":"ikt","fullname":"","userslug":"ikt","reputation":"983","postcount":"1386","picture":" -mods.com/q90/avatars/5901/628a93-ava_sultan_ai_drift.png","signature":"","banned":false,"status":"offline","lastonline":"1702841714360","groupTitle":"Global Moderators","icon:text":"I","icon:bgColor":"#009688","lastonlineISO":"2023-12-17T19:35:14.360Z","selectedGroup":"name":"Global Moderators","slug":"global-moderators","labelColor":"#0abc48","icon":"fa-balance-scale","userTitle":"MODERATOR","custom_profile_info":[],"bookmarked":false,"upvoted":false,"downvoted":false,"replies":"users":[],"timestampISO":"","count":0,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0,"timestamp":"1533734180720","deleted":false,"replies":"users":["uid":"11134","username":"Kappa_IT","userslug":"kappa_it","picture":" -mods.com/q90/avatars/4622/df779c-GTA5_icon_1.png","icon:text":"K","icon:bgColor":"#673ab7","status":"offline","administrator":false,"banned":false,"banned_until":0,"banned_until_readable":"Not Banned","email:confirmed":false],"timestampISO":"2018-08-09T09:30:28.889Z","count":1,"pid":"129987","content":"Maybe you could also name RagePluginHook, because there are a good amount of people who use RPH for LSPDFR and other mods. (well mainly LSPDFR)
                            \nBut RPH does a lot of good things like having an auto-updater and the functionality to automatically make backups of your game and reversing game version with ONE Click. It has a console and a lot of development helping things and it works flawless.
                            \nI know most people use SHV, but that's also because they never heard of RPH, let people know there is an alternative to SHV and that you can use both at the same time without any problems (that's what I am doing)\n","tid":"14693","uid":"36768","upvotes":0,"downvotes":0,"votes":0,"timestampISO":"2018-08-08T13:16:20.720Z","editedISO":"","index":2,"user":"uid":"36768","username":"Straightea","fullname":"","userslug":"straightea","reputation":"1","postcount":"4","picture":" -mods.com/q90/avatars/279836/b51734-Fledron klein.png","signature":"","banned":false,"status":"offline","lastonline":"1662662373567","groupTitle":null,"icon:text":"S","icon:bgColor":"#f44336","lastonlineISO":"2022-09-08T18:39:33.567Z","custom_profile_info":[],"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0,"replies":"users":["uid":"72601","username":"Reacon","userslug":"reacon","picture":"","icon:text":"R","icon:bgColor":"#795548","status":"offline","administrator":false,"banned":false,"banned_until":0,"banned_until_readable":"Not Banned","email:confirmed":false],"timestampISO":"2018-08-09T12:03:19.362Z","count":1,"pid":"130038","content":"@Fledron What is the difference between scripthook and ragepluginhook?\n","tid":"14693","toPid":"129987","timestamp":"1533807028889","deleted":false,"uid":"11134","upvotes":0,"downvotes":0,"votes":0,"timestampISO":"2018-08-09T09:30:28.889Z","editedISO":"","index":3,"parent":"username":"Straightea","user":"uid":"11134","username":"Kappa_IT","fullname":"","userslug":"kappa_it","reputation":"4","postcount":"66","picture":" -mods.com/q90/avatars/4622/df779c-GTA5_icon_1.png","signature":"","banned":false,"status":"offline","lastonline":"1685957450434","groupTitle":null,"icon:text":"K","icon:bgColor":"#673ab7","lastonlineISO":"2023-06-05T09:30:50.434Z","custom_profile_info":[],"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0,"timestamp":"1533816199362","deleted":false,"pid":"130040","content":"@Cri-28 rage plugin hook is used for plugins while script hook is for scripts. RPH is also an .exe\n","tid":"14693","toPid":"130038","uid":"72601","upvotes":0,"downvotes":0,"votes":0,"timestampISO":"2018-08-09T12:03:19.362Z","editedISO":"","index":4,"parent":"username":"Kappa_IT","user":"uid":"72601","username":"Reacon","fullname":"","userslug":"reacon","reputation":"1701","postcount":"2396","picture":"","signature":"Good Yard\n","banned":false,"status":"offline","lastonline":"1703544114999","groupTitle":"Global Moderators","icon:text":"R","icon:bgColor":"#795548","lastonlineISO":"2023-12-25T22:41:54.999Z","selectedGroup":"name":"Global Moderators","slug":"global-moderators","labelColor":"#0abc48","icon":"fa-balance-scale","userTitle":"MODERATOR","custom_profile_info":[],"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"replies":"users":[],"timestampISO":"","count":0,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0,"replies":"users":["uid":"7361","username":"ikt","userslug":"ikt","picture":" -mods.com/q90/avatars/5901/628a93-ava_sultan_ai_drift.png","icon:text":"I","icon:bgColor":"#009688","status":"offline","administrator":false,"banned":false,"banned_until":0,"banned_until_readable":"Not Banned","email:confirmed":false],"timestampISO":"2018-09-18T19:50:40.592Z","count":1,"pid":"132775","content":"@ikt
                            \nThis is an awesome guide, but a number of parts are leaving me lost.\n
                              \n
                            1. update.rpf . You recommend copying this rpf into the new mods folder. But then you also ask us apparently to create a folder called update.rpf? You say: "The exact location is GTAV_root/mods/update/update.rpf/common/data/dlclist.xml". Am I right? Is this a folder?\n
                            2. I popped the required hook, etc., files into my GTA root folder. Then, trying to run GTAV on my PC in Story Mode single player from my Steam account offline, I got either a crashed game or booted out of the offline social club. If I clear out my games folder to revert to vanilla, I can play once more. I'm not even on line! How is this happening when I am playing SP and offline? I'm hopelessly confused. Which hurts, because I'm an experienced Skyrim and FO4 modder.
                              \nPerhaps a couple of clarifications in the guide could clear these points for folks, please.\n\n","tid":"14693","toPid":"92352","timestamp":"1537299137044","deleted":false,"uid":"104407","upvotes":0,"downvotes":0,"votes":0,"timestampISO":"2018-09-18T19:32:17.044Z","editedISO":"","index":5,"parent":"username":"ikt","user":"uid":"104407","username":"bluegunk","fullname":"","userslug":"bluegunk","reputation":"2","postcount":"9","picture":"","signature":"Once owner: Lancia Thema Turbo 2.0, 1992 (UK). Metallic black, cream Alcantara interior. What a motor...RIP.\n","banned":false,"status":"offline","lastonline":"1559745285265","groupTitle":null,"icon:text":"B","icon:bgColor":"#1b5e20","lastonlineISO":"2019-06-05T14:34:45.265Z","custom_profile_info":[],"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0,"replies":"users":["uid":"104407","username":"bluegunk","userslug":"bluegunk","picture":"","icon:text":"B","icon:bgColor":"#1b5e20","status":"offline","administrator":false,"banned":false,"banned_until":0,"banned_until_readable":"Not Banned","email:confirmed":false],"timestampISO":"2018-09-18T22:28:05.854Z","count":1,"pid":"132777","content":"@bluegunk\n
                                \n
                              1. update.rpf is an archive. I used OpenIV's folder notation I'll see if I can do something about that in the guide, but I'm afraid it's just how things are written up.\n
                              2. Might be better to discuss this outside this thread, as it seems not everything has "gone right". You might want to create a new thread and post whatever logs the scripts generate.\n\nIn general it's a bit more finnicky than TES and Fallout since there's no official mod support whatsoever. Oh, how much I wish something like Mod Organizer would exist for GTA V \n","tid":"14693","toPid":"132775","timestamp":"1537300240592","deleted":false,"uid":"7361","upvotes":0,"downvotes":0,"votes":0,"timestampISO":"2018-09-18T19:50:40.592Z","editedISO":"","index":6,"parent":"username":"bluegunk","user":"uid":"7361","username":"ikt","fullname":"","userslug":"ikt","reputation":"983","postcount":"1386","picture":" -mods.com/q90/avatars/5901/628a93-ava_sultan_ai_drift.png","signature":"","banned":false,"status":"offline","lastonline":"1702841714360","groupTitle":"Global Moderators","icon:text":"I","icon:bgColor":"#009688","lastonlineISO":"2023-12-17T19:35:14.360Z","selectedGroup":"name":"Global Moderators","slug":"global-moderators","labelColor":"#0abc48","icon":"fa-balance-scale","userTitle":"MODERATOR","custom_profile_info":[],"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0,"replies":"users":[],"timestampISO":"","count":0,"pid":"132788","content":"@ikt
                                \nAh - thank you! So I use OpenIV on the rpf. That makes sense now. Coming new to it, it looked like a folder to be created.
                                \nI'll cast around elsewhere as to what is going on in my new game. Thank you for your help!\n","tid":"14693","toPid":"132777","timestamp":"1537309685854","deleted":false,"uid":"104407","upvotes":0,"downvotes":0,"votes":0,"timestampISO":"2018-09-18T22:28:05.854Z","editedISO":"","index":7,"parent":"username":"ikt","user":"uid":"104407","username":"bluegunk","fullname":"","userslug":"bluegunk","reputation":"2","postcount":"9","picture":"","signature":"Once owner: Lancia Thema Turbo 2.0, 1992 (UK). Metallic black, cream Alcantara interior. What a motor...RIP.\n","banned":false,"status":"offline","lastonline":"1559745285265","groupTitle":null,"icon:text":"B","icon:bgColor":"#1b5e20","lastonlineISO":"2019-06-05T14:34:45.265Z","custom_profile_info":[],"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0,"timestamp":"1538088806848","deleted":false,"replies":"users":["uid":"72601","username":"Reacon","userslug":"reacon","picture":"","icon:text":"R","icon:bgColor":"#795548","status":"offline","administrator":false,"banned":false,"banned_until":0,"banned_until_readable":"Not Banned","email:confirmed":false],"timestampISO":"2018-10-02T22:27:44.495Z","count":1,"pid":"133341","content":"One thing the guide doesn't really mention I mean sort of in passing but not in depth is how to install mods using the RAGE. I know the RAGE has a plugins folder and you drag .dll files, but for some mods (Addon Car Spawner) dragging the .dll, the .ini, and the folder into the plugins folder simply doesn't work. Perhaps the guide could elaborate on what RAGE is good for and the fact that even with RAGE you still need ScriptHook.net and a scripts folder to get many things to work...\n","tid":"14693","uid":"105095","upvotes":0,"downvotes":0,"votes":0,"timestampISO":"2018-09-27T22:53:26.848Z","editedISO":"","index":8,"user":"uid":"105095","username":"nasch007","fullname":"","userslug":"nasch007","reputation":"1","postcount":"21","picture":"","signature":"","banned":false,"status":"offline","lastonline":"1578429538241","groupTitle":null,"icon:text":"N","icon:bgColor":"#3f51b5","lastonlineISO":"2020-01-07T20:38:58.241Z","custom_profile_info":[],"editor":null,"bookmarked":false,"upvoted":false,"downvoted":false,"selfPost":false,"display_edit_tools":false,"display_delete_tools":false,"display_moderator_tools":false,"display_move_tools":false,"display_post_menu":0,"timestamp":"1538519264495","deleted":false,"pid":"133574","content":"@nasch007 rage uses plugins like lspdfr etc. addon car spawner is a script, not a plugin\n","tid":"14693","toPid":"133341","uid":"72601","upvotes":0,"downvotes":0,"votes":0,"timestampISO":"2018-10-02T22:27:44.495Z","editedISO":"","index":9,"parent":"username":"nasch007","user":"uid":"72601","username":"Reacon","fullname":"","userslug":"reacon","reputation":"1701","postcount":"2396","picture":"","signature":"Good Yard\n","banned":false,"status":"offline","lastonline":"1703544114999","groupTitle":"Global Moderators","icon:text":"R","icon:bgColor":"#795548","lastonlineISO":"2023-12-25T22:41:54.999Z","selectedGroup":"name":"Global Moderators",

Reply all
Reply to author
Forward
0 new messages