Low performance / Frame drops in Rocket League on Zephyrus G15

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thinky
    PCHF Member
    • Sep 2024
    • 10

    #1

    Low performance / Frame drops in Rocket League on Zephyrus G15

    Hi everyone, this is a cry for help.

    Rocket League is my main game and the past few months I’ve been having very low performance with my laptop Zephyrus ROG G15 GA503QM (RTX 3060 + AMD R9 5900HS).

    I’ve played around with many settings in-game and tried so many different CPU/GPU drivers and Nvidia & Armory Crate settings, cleaning my drives for storage, reinstalling the game, power settings, etc… I have checked and it is in deed my Nvidia GPU being used, not the AMD integrated GPU, so that’s good too.

    If I put my ingame settings in Quality I’ll stay around 60 FPS with many frame drops, if I’m on Performance it’ll be around 90 FPS with drops too. I could honestly play as low as 120 FPS, that would be fine, but I really suffer from CONSTENT frame drops and it makes the game basically unplayable. I have to say I havent really tested my computer with any other game lately sincee I’m not really interested in anything else rn, so I couldn’t say if it’s running RL the issue or if my graphics card is having issues overall. I do use Premiere Pro and PAO softwares for work and I don’t have issues with those.

    Can you maybe give me some pointers and help me? I can provide you with some recorded in-game benchmarks in private so you can help me diagnose this, I’ve been super desperate and can’t afford a new PC rn. Thank you so much!
  • veeg
    PCHF Director
    • Jul 2016
    • 8982

    #2
    Hello

    Let me get you some help.

    @Pyro

    Comment

    • Pyro
      PCHF Member
      • Jan 2019
      • 1189

      #3
      Let’s get some more information:

      Download and run the free version of speccy.

      Once you have ran speccy, publish the scan by going to: File > Publish Snapshot.

      Please list your power supply unit (manufacturer and model)

      Comment

      • thinky
        PCHF Member
        • Sep 2024
        • 10

        #4
        Thanks for helping @Pyro

        Here’s the speccy link: http://speccy.piriform.com/results/a...ZjJGGDNiAOfTFn
        I’ll send the PSU info very shortly

        Comment

        • thinky
          PCHF Member
          • Sep 2024
          • 10

          #5
          I’m sorry I’m not sure what you meant by PSU of my laptop.
          My battery is an ASUS, model: C41N2013-1
          My AC adapter / laptop charger model is: ADP-200JB D

          Comment

          • thinky
            PCHF Member
            • Sep 2024
            • 10

            #6
            Do you think it’s hardware or software? Could it be my RAM that is damaged or too old and struggling? I could add more. Or maybe an issue with my battery that could not supply my GPU with enough power? Ty

            Comment

            • Malnutrition
              PCHF Moderator
              • Jul 2016
              • 7045

              #7
              [HEADING=1][COLOR=rgb(243, 121, 52)]Based on your speccy repot: [/COLOR][/HEADING][COLOR=rgb(243, 121, 52)]

              uninstall with GeekUninstaller:

              Avast

              Then in Geek-Uninstaller click View Microsoft store apps:

              Mcafee.





              Create and run batch file.

              Open a notepad and copy the entire content of the code box below.
              Do not copy the word code!
              Paste the txt into the notepad. Save the file to your desktop as 123.bat
              Now you will right click the on 123.bat and run as administrator.
              Code:
              @echo off
              
              REM Clean up temporary files
              echo Cleaning up temporary files...
              del /q /s %temp%\*
              del /q /s C:\Windows\Temp\*
              
              REM Disable Hyper-V
              powershell Disable-WindowsOptionalFeature -Online -FeatureName "HypervisorPlatform"
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\HvHost" /v "Start" /t REG_DWORD /d "4" /f
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmickvpexchange" /v "Start" /t REG_DWORD /d "4" /f
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicguestinterface" /v "Start" /t REG_DWORD /d "4" /f
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicshutdown" /v "Start" /t REG_DWORD /d "4" /f
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicheartbeat" /v "Start" /t REG_DWORD /d "4" /f
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicvmsession" /v "Start" /t REG_DWORD /d "4" /f
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicrdv" /v "Start" /t REG_DWORD /d "4" /f
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmictimesync" /v "Start" /t REG_DWORD /d "4" /f
              reg add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\vmicvss" /v "Start" /t REG_DWORD /d "4" /f
              
              REM Disable unnecessary services
              echo Disabling unnecessary services...
              sc config AdobeUpdateService start= disabled
              sc config CCleaner start= disabled
              sc config HPPrintScanDoctorService start= disabled
              
              :: Set power plan to high performance
              powercfg /setactive SCHEME_MAX
              
              :: Disable hibernation
              powercfg /hibernate off
              
              :: Set monitor turn off time
              powercfg /change monitor-timeout-ac 15
              powercfg /change monitor-timeout-dc 15
              
              :: Set hard disk turn off time
              powercfg /change disk-timeout-ac 30
              powercfg /change disk-timeout-dc 30
              
              :: Set suspend time
              powercfg /change standby-timeout-ac 60
              powercfg /change standby-timeout-dc 15
              
              :: Enable mystify screen saver
              reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\System32\Mystify.scr /f
              reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d 1 /f
              reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveTimeOut /t REG_SZ /d 900 /f
              
              :: Disable scheduled tasks
              schtasks /change /tn "\AsusSystemAnalysis_754F3273-0563-4F20-B12F-826510B07474" /disable
              schtasks /change /tn "\MicrosoftEdgeUpdateTaskMachineUA" /disable
              schtasks /change /tn "\MicrosoftEdgeUpdateTaskMachineCore" /disable
              schtasks /change /tn "\Ccleaner" /disable
              schtasks /change /tn "\AMDRyzenMasterSDKTask" /disable
              schtasks /change /tn "\ASUS Optimization 36D18D69AFC3" /disable
              schtasks /change /tn "\ASUS Promotion" /disable
              schtasks /change /tn "\ASUS Update Checker 2.0" /disable
              schtasks /change /tn "\ASUSSmartDisplayControl" /disable
              schtasks /change /tn "\CCleanerSkipUAC - quent" /disable
              schtasks /change /tn "\GCC" /disable
              schtasks /change /tn "\GigabyteSsdFirmwareUpdateTask" /disable
              schtasks /change /tn "\StartCN" /disable
              schtasks /change /tn "\StartDVR" /disable
              
              echo Power plan and scheduled tasks have been configured.
              pause





              Download O&O APP buster, remove all the preinstalled crap.
              Download O&O ShutUp10, move it to your documents folder.
              Right click run as admin.
              Go to actions, apply all settings.
              Create the restore point when prompted.
              Follow thru the prompts, and [COLOR=rgb(243, 121, 52)]reboot to apply the settings.






              [ul]
              [li]Restart your computer[/li][li]Enter BIOS/UEFI setup (usually by pressing F2 or Del during boot)[/li][li]Navigate to the RAM or Memory settings[/li][li]Set the following:[/li][li]- Enable XMP (Extreme Memory Profile) if available[/li][li]- Set DRAM Frequency to 3200 MHz[/li][li]- Set DRAM Timing to ram_timings=22-22-22-52[/li][li]Save changes and exit BIOS[/li][/ul]

              Your ASUS ROG Zephyrus G15 motherboard may have specific options.
              Consult your motherboard manual for detailed instructions:
              https://www.manual.nz/asus/rog-zephyrus-g15/manual[/COLOR][/color]

              Comment

              • Pyro
                PCHF Member
                • Jan 2019
                • 1189

                #8
                To add to Mal’s list- make sure that you are playing the game with the charger plugged in, gaming Laptops need this extra boost of power.

                This is my laundry list, it’s a good starting point for troubleshooting and should get you an idea what’s going on, none of these should impact a warranty claim:
                1. Try running the following programs, also try to keep at least 25-30% of your disks as free space.

                Run Disk Cleanup (check all the boxes) this will delete things such as your recycling bin, so make sure you don’t have any files you want to keep.

                Run Defragment and Optimize Drives, run this on your drives.

                These will free up some space, but you may need to relocate/delete files to reach the suggested free space.
                1. Disable any overclocking or changes to power/performance settings

                Undo any overclocking you may have done (if any)

                Settings > System > Power and sleep > Additional power settings
                Make sure your power plan is set to balanced, high performance/ultimate performance is only beneficial on gaming laptops where it needs that extra boost.
                1. Check for Operating System Corruption

                Right click on the Windows logo in the bottom left and select Windows Powershell (Admin)
                Run these three commands separately:

                sfc /scannow

                Dism /Online /Cleanup-Image /CheckHealth

                Dism /Online /Cleanup-Image /ScanHealth

                Dism /Online /Cleanup-Image /RestoreHealth

                These will take a while to run, do not close out of Powershell while they are running, if one fails then move onto the next and then loop back around.

                Note: It doesn’t hurt to make a system backup before you make all these changes, save any important files of folders. While these changes shouldn’t cause any issues, better to be safe than sorry.

                Comment

                • Malnutrition
                  PCHF Moderator
                  • Jul 2016
                  • 7045

                  #9
                  Originally posted by Pyro
                  To add to Mal’s list- make sure that you are playing the game with the charger plugged in, gaming Laptops need this extra boost of power.
                  Yes, and there was a mistake in my batch file:

                  @thinky

                  powercfg /setactive SCHEME_MAX

                  Should be:

                  [COLOR=rgb(243, 121, 52)]powercfg /setactive SCHEME_MIN

                  [ul]
                  [li]SCHEME_MAX = Power saver (Max power saving)[/li][li]SCHEME_BALANCED = Balanced (Typical)[/li][li]SCHEME_MIN = High performance (Min power saving)[/li][/ul]
                  So open Elevated command and copy and paste:
                  powercfg /setactive SCHEME_MIN

                  Hit enter.[/COLOR]

                  Comment

                  • Malnutrition
                    PCHF Moderator
                    • Jul 2016
                    • 7045

                    #10
                    @thinky Have you had a chance to complete these steps? Still having issues?

                    Comment

                    • thinky
                      PCHF Member
                      • Sep 2024
                      • 10

                      #11
                      Hi @Malnutrition & @Pyro, thank you very much for all your suggestions,

                      Unfortunately no change ingame, frames are still choppy af in low FPS…

                      I followed all your instructions in terms of cleanups and optimization but I had tried already some of them a month ago and nothing really improved my performances. Oh and ye my charger is in deed plugged in every time I play games.

                      There is just the BIOS memory settings that I could not change. When I access my BIOS I have nonce of those options, I read it could be because my motherboard don’t have those features available. Maybe there is another way to achieve that ?
                      Fyi, I did update my BIOS a couple weeks ago.

                      So I wonder, do you think its a software issue or is it possible that it’s hardware; RAM Motherboard, power cord, battery, GPU, CPU??

                      Also, do you think it could help you if I provide you a performance analyser’s data? - recorded while I’m ingame ofc

                      PS: I am in EU timezone btw, annoying for replying quickly sry

                      Ty again for your assistance guys!!

                      Comment

                      • Malnutrition
                        PCHF Moderator
                        • Jul 2016
                        • 7045

                        #12
                        I’ll leave you with @Pyro , he will take it from here. ???

                        Comment

                        • Pyro
                          PCHF Member
                          • Jan 2019
                          • 1189

                          #13
                          Let’s get an updated Speccy please.

                          Comment

                          • thinky
                            PCHF Member
                            • Sep 2024
                            • 10

                            #14
                            Here it is: http://speccy.piriform.com/results/7...elCLuzQSTPfK4F

                            Comment

                            • thinky
                              PCHF Member
                              • Sep 2024
                              • 10

                              #15
                              @Pyro I have to say I’m pretty confident it’s a power distribution issue. The lags really ressemble the lags you get when the PC is not charging or when it needs to go on a higher power mode. Also I realized yesterday that my performances are rn very similar if I plug the PC or not… Which is very sus’ cause the difference in performance used to be night and day if plugged. Any pointers? Is it the charger? Battery? Motherboard? Still a software issue? (I do feel like I explored all the software solutions tho)
                              TY

                              Comment

                              Working...