Reputation Activity
-
mnikolol reacted to K4te in low FPS pls helpLegacy version of gta5 is using kinda old rage engine that don't scale well with performance of newer hardware - thats why u won't get big difference.
Best advise I can give you is to wait for lspdfr for gta5 enhanced. It have fresh rebuild of rage engine that works better with newer gpus/cpus etc.
-
mnikolol reacted to Lennyy in OUT OF MEMORYConvert Google GB to MiB and enter the amount you want to dedicate in GB. Copy the MIB number and paste it into the ini
-
Could you send the .log file itself? But the problem seems to be with the NAudio.dll possibly in radio chatter?
-
mnikolol reacted to Yasd in OIV fatal error occured during installationERROR -> Unable to find XML DOCUMENT with path "common\data\levels\gta5\vehicles.meta" in archive "D:\Grand Theft Auto V\mods\update\update.rpf"
i suggest to copy update.rpf in the mods folder manually
-
mnikolol reacted to Dozel in firstresponse.dll has crashed what can i do?send RagePluginHook.log, file located in GTAV Main folder, not from the logs folder.
-
mnikolol got a reaction from Dozel in I have a problem when instaling Florida Highway Patrol (dlclist.xml)i dont have the lspdfr crash i just say when i play EARLIER the firstresponse.dll crashing but now all works i dont have game crash but i cant sapwn this add-on car i install corectly this time
-
-
You missing "/" character in the closed Pathes and SMandatoryPacksData tags so it's lead to syntax error and your whole dlclist.xml is messed.
In XML you always have opened tag and closed tag ex.:
<SMandatoryPacksData> <!--Opened Tag--> <Pathes> <!--Opened Tag--> <Item>DLCPath</Item> <Item>DLCPath</Item> <Item>DLCPath</Item> </Pathes> <!--Closed Tag--> </SMandatoryPacksData> <!--Closed Tag-->