Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tutorial / solutions] What to do if the game is slow? #66

Closed
tomchen opened this issue Dec 12, 2021 · 0 comments
Closed

[Tutorial / solutions] What to do if the game is slow? #66

tomchen opened this issue Dec 12, 2021 · 0 comments
Labels
help wanted Extra attention is needed platform-specific Specifically for a platform (browser, OS, etc.), PWA, Electron app question Question, not really a issue tutorial Tutorials wontfix This will not be worked on

Comments

@tomchen
Copy link
Member

tomchen commented Dec 12, 2021

Some users say ArcoMage HD is slow. It is because CSS animation's performance is not as good as <canvas>'s.

But it really depends on browser and device, it should be good in Blink (Chrome)-based browsers in modern devices. In fact, I have no issue at all playing the game in Chrome browser on my 2015 gamer PC and 2013 Macbook Pro (while the original Arcomage has quite a lot of compatibility problems in Win10 on my PC).

Below is some solutions that may solve the problem of ArcoMage HD being slow on your device.

Solution 1: Use Chrome instead

Use Google Chrome or other Blink (Chrome's engine)-based browsers (browser list), which is better at rendering CSS animation than Safari and Firefox.

If you insist on not installing Chrome or similar browsers, you can use the Desktop Version of ArcoMage HD, which is like a Chrome browser that can only visit arcomage.github.io.

Solution 2: Force Chrome to use dedicated GPU

If Chrome or similar browsers (or the Desktop Version) is still slow when the game is played, and it is a dual-GPU computer, then, try forcing your browser to use your dedicated GPU, instead of the integrated GPU:

In Windows 10 search box, type "Graphics settings", open the "Graphics settings", click "Browse", paste the path to your browser's .exe program, which is usually "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" for Google Chrome, click "Add", Click "Options" for the newly added program item, select "High performance", "Save".

Windows 10 Graphics Settings Force Chrome to use dedicated GPU

For other operating systems, search it in Google.

Solution 3: Use a better device

If you have significant performance issue playing ArcoMage HD in Google Chrome, it usually means your computer, smartphone or tablet is outdated. Wait until you have a new device and come back to play the game.

@tomchen tomchen added help wanted Extra attention is needed platform-specific Specifically for a platform (browser, OS, etc.), PWA, Electron app question Question, not really a issue wontfix This will not be worked on labels Dec 12, 2021
@tomchen tomchen closed this as completed Dec 12, 2021
@tomchen tomchen mentioned this issue Dec 12, 2021
@tomchen tomchen added the tutorial Tutorials label Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed platform-specific Specifically for a platform (browser, OS, etc.), PWA, Electron app question Question, not really a issue tutorial Tutorials wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant