@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! 