Log in to reply
 

Game not launching after editing the gameconfig,edited as shown in the GTA V Re-sized tutorial!Please help me!



  • Hi all,

    I downloaded the GTA Re-sized mod,and in the main folder there is a tutorial for how to edit the gameconfig file,in order to get more FPS etc.

    I edited the gameconfig as it is shown in the tutorial,and I guarantee that I have done everything like in the tutorial,but the game doesn't launch now !

    I would please to help me with that tutorial,because maybe there is something wrong in the last part of the tutorial!

    Please help me!
    Thanks to all in advance!
    Best regards!



  • @player32
    You must have made a mistake. I just followed the 'GAMECONFIG RE-Sized tutorial.rtf' instructions, edited & replaced my 'gameconfig.xml' & my game loads up fine.

    Try downloading this gameconfig.xml to get your game working again. :thumbsup:

    You can always try the GTA Re-sized edits on that gameconfig safe in the knowledge that you have a backup. If you are struggling getting it to work post back here & I'll help you out :thumbsup:

    Pro Tip: Use Notepad++ to edit files as it has many useful features that will make the job a lot easier for you. Everything from a red vertical line being drawn from the start of a block of data to the end so you know exactly what you have to replace/edit/delete etc (open up your 'gameconfig.xml' with Notepad++ & click on any '<Item>' line & you will see what I mean) to plugins like XMLTools that will check your syntax automatically for you :thumbsup:



  • @a63nt-5m1th ,thank you for replying to me, and I do apologize for my late reply to you!

    I have tried editing the gameconfig for many times but there is no success!

    Have you noticed that in the last part of the tutorial where it says
    ''9.) Change the priorities from this ......To this

    The priorities which should be changed are the same with the original?

    THIS IS IT:

    Awesome now the final edits will really pump up your gameplay and they start where I said DO NOT DELETE THE NEXT LINES!

    9.) Change the priorities from this:

    <Item>
      <Build>any</Build>
      <Platforms>x64</Platforms>
      <Config type="CGameConfig">
        <Threads>
          <Item key="Update">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="ControlMgrUpdateThread">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="AsyncShapeTestMgr">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="RageDvdReader">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="RecordingThreadDefault">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="ReplayQuantizeThread">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RecordingThreadGameAndObject">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="RageAudioEngineThread">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageHddReader">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="RmptfxUpdateThread">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="RecordingThreadPed">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="PathServer">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="RecordingThreadVehicle">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="ResourcePlacementThread">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="RageAudioMixThread">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="SaveBlockDataThread">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageDvdStreamer">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageHddStreamer">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="Render">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="NorthAudioUpdate">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageNetSend">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageNetRecv">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageVoiceChatWorker">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="ReplayFileManager">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
        </Threads>
      </Config>
    </Item>
    

    To this:

            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="ControlMgrUpdateThread">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="AsyncShapeTestMgr">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="RageDvdReader">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="RecordingThreadDefault">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="ReplayQuantizeThread">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RecordingThreadGameAndObject">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="RageAudioEngineThread">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageHddReader">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="RmptfxUpdateThread">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="RecordingThreadPed">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="PathServer">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="RecordingThreadVehicle">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="ResourcePlacementThread">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="RageAudioMixThread">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="SaveBlockDataThread">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageDvdStreamer">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageHddStreamer">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="Render">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="NorthAudioUpdate">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageNetSend">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageNetRecv">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageVoiceChatWorker">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="ReplayFileManager">
            <Priority>PRIO_LOWEST</Priority>
    

    That was the wrong part of the tutorial I was talking about!

    Please check it out,and write to me!
    Thanks in advance! :)



  • @player32
    Yeah, what I had in my installed gameconfig before starting the tutorial was the same as that too.

    In that part of the tutorial as long as your gameconfig looks like this (which is identical to the first code block you posted above but NOT the second).

    COPY THIS CODE BELOW & USE IT IN THAT PART OF THE TUT:

    <Item>
      <Build>any</Build>
      <Platforms>x64</Platforms>
      <Config type="CGameConfig">
        <Threads>
          <Item key="Update">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="ControlMgrUpdateThread">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="AsyncShapeTestMgr">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="RageDvdReader">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="RecordingThreadDefault">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="ReplayQuantizeThread">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RecordingThreadGameAndObject">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="RageAudioEngineThread">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageHddReader">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="RmptfxUpdateThread">
            <Priority>PRIO_HIGHEST</Priority>
          </Item>
          <Item key="RecordingThreadPed">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="PathServer">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="RecordingThreadVehicle">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="ResourcePlacementThread">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="RageAudioMixThread">
            <Priority>PRIO_TIME_CRITICAL</Priority>
          </Item>
          <Item key="SaveBlockDataThread">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageDvdStreamer">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageHddStreamer">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
          <Item key="Render">
            <Priority>PRIO_ABOVE_NORMAL</Priority>
          </Item>
          <Item key="NorthAudioUpdate">
            <Priority>PRIO_NORMAL</Priority>
          </Item>
          <Item key="RageNetSend">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageNetRecv">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="RageVoiceChatWorker">
            <Priority>PRIO_BELOW_NORMAL</Priority>
          </Item>
          <Item key="ReplayFileManager">
            <Priority>PRIO_LOWEST</Priority>
          </Item>
        </Threads>
      </Config>
    </Item> 
    

    & you can rule that part out as causing any problems :thumbsup:
    In that part of the tutorial I didn't copy & paste the information I just checked the priorities were the same in my gameconfig. If your gameconfig is the same (as what I have posted above) in that part already then just skip part 9.).



  • @a63nt-5m1th ,you mean that I had made an another mistake?

    But I am 100% sure that I have not made an another mistake!



  • @a63nt-5m1th ,and what did you mean about my previous post,I didn't understand you?



  • Just posting to say this can be marked as solved. @player32 followed the instructions in post#4 & got GTA V to load. :thumbsup:


Log in to reply
 

Looks like your connection to GTA5-Mods.com Forums was lost, please wait while we try to reconnect.