Slow Performance?

Post bug reports and ask for help with other issues here.

Moderators: wdolson, MOD_War-in-the-Pacific-Admirals-Edition

Post Reply
keith63
Posts: 426
Joined: Tue Jun 19, 2007 2:53 pm

Slow Performance?

Post by keith63 »

Hi all, could use some help here. Just loaded this game up again after a few years away from it. The game loads fine but it plays super slow and things like map scroll are super slow with a good 5 second lag delay. An help would be greatly appreciated.

Thanks.
spence
Posts: 5421
Joined: Sun Apr 20, 2003 6:56 am
Location: Vancouver, Washington

RE: Slow Performance?

Post by spence »

I'm using Windows 10. My command line is as follows:

"C:\Matrix Games\War in the Pacific Admiral's Edition\Beta2\War in the Pacific Admiral Edition.exe" -f -deepColor

Everything works fine without any delay in scroll or when selecting units.
keith63
Posts: 426
Joined: Tue Jun 19, 2007 2:53 pm

RE: Slow Performance?

Post by keith63 »

Thanks for the response Spence. But for the computer challenged like myself, how do I fix this?
Thanks
User avatar
Trugrit
Posts: 1186
Joined: Mon Jul 14, 2014 12:31 pm
Location: North Carolina

RE: Slow Performance?

Post by Trugrit »

I have Windows 10 and I'm running the Beta. The command line is in the games shortcut.
Right click on the shortcut and open up the properties.

The Beta creates the shortcut so you just need to add the command line.
The command line is different for each player.
You just need to experiment to see what works best for your system.

My setup to run the game looks like this and it works fine.
You can start with my setup and work back to get what works for you.



Image
Attachments
copy.jpg
copy.jpg (86.77 KiB) Viewed 5641 times
"A man's got to know his limitations" -Dirty Harry
User avatar
Yaab
Posts: 5445
Joined: Tue Nov 08, 2011 2:09 pm
Location: Poland

RE: Slow Performance?

Post by Yaab »

Keith63, as Trugrit said, you have to fiddle with switches a bit to find a combo that works for you

Here is mine for Windows 10. Game runs smoothly without any lags or delays.

"C:\Matrix Games\War in the Pacific Admiral's Edition\Beta2\War in the Pacific Admiral Edition.exe" -altFont -skipVideo -archive -deepColor -dd_sw -px1600 -py900
User avatar
Mr Pink
Posts: 3
Joined: Fri Feb 06, 2004 12:44 pm

RE: Slow Performance?

Post by Mr Pink »

I didn't have any issues before windows 10 autoupdated last night.
I solved it by adding the -cpu2 switch, then it was running smoothly again

Code: Select all

-skipVideo -px1920 -py1080 -altFont -f -deepColor -dd_sw -cpu2



"You can't be a Real Country unless you have a BEER and an airline - it helps if you have some kind of a football team or some nuclear weapons, but at the very least you need a BEER."
Frank Zappa
keith63
Posts: 426
Joined: Tue Jun 19, 2007 2:53 pm

RE: Slow Performance?

Post by keith63 »

Thanks for all the responses guys. I'm not running the beta and everything you posted might as well of been in Elvish lol. But I appreciate you all trying to help.
tarkalak
Posts: 289
Joined: Mon Jun 26, 2017 10:49 am
Location: Bulgaria

RE: Slow Performance?

Post by tarkalak »

There is a document in the game folder that describes what the command line switches do. I don't remember how it was called though [:(]

Look at all release notes and the files in the doc folder.
I do not know what is scarier: that I do understand nothing of this demonic script or that I am starting to see the demons that it evokes.

Me, studying for a PHD entry exam in Applied Mathematics.
User avatar
rustysi
Posts: 7472
Joined: Tue Feb 21, 2012 3:23 am
Location: LI, NY

RE: Slow Performance?

Post by rustysi »

I'm not running the beta

That doesn't matter, its more about Win 10.
It is seldom that liberty of any kind is lost all at once. Hume

In every party there is one member who by his all-too-devout pronouncement of the party principles provokes the others to apostasy. Nietzsche

Cave ab homine unius libri. Ltn Prvb
keith63
Posts: 426
Joined: Tue Jun 19, 2007 2:53 pm

RE: Slow Performance?

Post by keith63 »

Thanks for the posts gang, but changing lines of code is nowhere in my skill set. I will just plod along with a slower game lol.

Thanks.
User avatar
BBfanboy
Posts: 20288
Joined: Wed Aug 04, 2010 5:36 pm
Location: Winnipeg, MB
Contact:

RE: Slow Performance?

Post by BBfanboy »

ORIGINAL: keith63

Thanks for the posts gang, but changing lines of code is nowhere in my skill set. I will just plod along with a slower game lol.

Thanks.
It isn't changing lines of code. You just create a shortcut that points to the game executable file (right click, create shortcut, drag it to your desktop).

Then right click on the shortcut on your desktop and choose "Properties" down at the bottom. That opens a little window with some tabs, but it will already be open to the correct tab. Look for the section that says "Target" (i.e. it points to the game executable file).

The switches we speak of are fairly simple to understand and easy to put in after the pathway already in the Target box. Don't worry, the text can scroll past the end of the visible window in the box.

You do have to be careful to get the syntax correct, capital letters where required, one space only between switches, use the hyphen at the top of the keyboard, not the minus sign on the numeric keypad.

Here is my line of code from that box with explanations:

"C:\Matrix Games\War in the Pacific Admiral's Edition\War in the Pacific Admiral Edition.exe" -altFont -archive -deepColor -px1680 -py1050 -w -fixedArt -skipVideo -multiaudio -SingleCpuOrders -cpu3

The part in quotes is the path that should already be there when you created the shortcut.

-altFont uses a different font than the one installed by the game by default. Most players find the alternate font easier to read because it is sans-serif

-archive tells the game to save several reports from each turn. This is only important if you want to go back on a previous turn (not otherwise saved) and look at what the reports said back then. You will see some players talk about Tracker and IntelMonkey utilities and maybe post some screenshots from them. These extra (free) programs use archived data to present info you request about a period of time .

-deepColor
tells the game engine to let your computer's video card settings define the resolution and colors available rather than use the limited resolution and small set of colors the game sets as default

-px1680 -py1050 the resolution width and height in pixels I am telling the game and my video card to use

-w sets the game in a window rather than giving it full screen control. I prefer full screen but when I had to use Win 10, it does not let me use full screen without issues so I went to a large window for the game. No biggie.

-fixedArt just prevents some of the graphics for aircraft from rotating to give you a 360º view of them - distracting fluff IMO.

-skipVideo just prevents the showing of the video at game start. Once you have seen it, you don't really want to sit through it every time.

-multiaudio I put that in because someone suggested it might help a problem I was having with graphics jumping up and down on some screens. It didn't help and I don't need it for audio playback so I could drop it.
-SingleCpuOrders tells the game engine not to use the multi-channel processing of modern computer CPUs (most have four channels ; see my next item)

-cpu3 tells the game to use that specific channel to handle the game. From tech experts I learned that Windows operating system uses cpu1. I was using -cpu2 for the game when I was on Win7 operating system. When I had to go to Win10 I was having problems with time delays after clicking on something in the game so I changed the setting to -cpu3 and the problems went away.
No matter how bad a situation is, you can always make it worse. - Chris Hadfield : An Astronaut's Guide To Life On Earth
User avatar
rustysi
Posts: 7472
Joined: Tue Feb 21, 2012 3:23 am
Location: LI, NY

RE: Slow Performance?

Post by rustysi »

ORIGINAL: keith63

Thanks for the posts gang, but changing lines of code is nowhere in my skill set. I will just plod along with a slower game lol.

Thanks.

If you're an old fart, like most of us, you could get your grandkids to help ya. If you're younger ask the kids.[:D]

If all that isn't an option, just call the 'Geek Squad'.[:'(]

Seriously there's no reason to play this game 'slowly' on a new computer. Heck mine is 8 years old and I have a power option set up to slow the thing down. All you really need to do is change that target line shown above. The worst that could happen is you mess it up to where it doesn't work at all. Then just do a reload and you're back to square one.
It is seldom that liberty of any kind is lost all at once. Hume

In every party there is one member who by his all-too-devout pronouncement of the party principles provokes the others to apostasy. Nietzsche

Cave ab homine unius libri. Ltn Prvb
User avatar
BBfanboy
Posts: 20288
Joined: Wed Aug 04, 2010 5:36 pm
Location: Winnipeg, MB
Contact:

RE: Slow Performance?

Post by BBfanboy »

Another factor in scrolling speed is how much crap you are trying to display. Most of the buttons that lay more info on the map are done by overlays, and this really eats up your video card memory. Trying to scroll the normal map plus each of the overlays takes time.

So if you are using the F6 button to show the hexes more clearly or the range circles for aircraft or ships or the search arcs for patrol aircraft, turn them all off and just use them momentarily when you need to see something in detail before you give orders. Same with the R button for roads and railroads or the W button for who controls hex sides or the 1 button to show terrain types.
No matter how bad a situation is, you can always make it worse. - Chris Hadfield : An Astronaut's Guide To Life On Earth
keith63
Posts: 426
Joined: Tue Jun 19, 2007 2:53 pm

RE: Slow Performance?

Post by keith63 »

Thanks for all the suggestions everyone.
User avatar
rustysi
Posts: 7472
Joined: Tue Feb 21, 2012 3:23 am
Location: LI, NY

RE: Slow Performance?

Post by rustysi »

Good points BB.

Edit:Mine crawls when I turn on my search arcs.
It is seldom that liberty of any kind is lost all at once. Hume

In every party there is one member who by his all-too-devout pronouncement of the party principles provokes the others to apostasy. Nietzsche

Cave ab homine unius libri. Ltn Prvb
Technopiper
Posts: 191
Joined: Mon Feb 11, 2019 9:27 am

RE: Slow Performance?

Post by Technopiper »

ORIGINAL: keith63

Thanks for all the suggestions everyone.
Don't give up just yet. Right-click on the shortcut you use to launch the game, then select "Properties". It's right at the bottom of the menu that pops up. Tell me what you see and we'll go from there. It isn't coding and you can't break anything.
User avatar
VPaulus
Posts: 3680
Joined: Thu Jun 23, 2011 2:02 pm
Location: Portugal

RE: Slow Performance?

Post by VPaulus »

There's the utility created by Kovar that might help you keith63:

tm.asp?m=4415089
Trotsky21
Posts: 17
Joined: Sun Feb 24, 2019 6:31 pm

RE: Slow Performance?

Post by Trotsky21 »

After much fiddling with the switches, what appeared to make an enormous difference was adding -altFont. Literally everything speeded up by about 20x after I added this switch. Appears the new machines, video cards can't deal with the old font from 2009.

Here's my switch line for reference (I have an AMD multi-core): -SingleCpuOrders -cpu1 -multiaudio -px2048-py1536 -altFont -deepColor -skipVideo -f
User avatar
Bif1961
Posts: 2014
Joined: Wed Jun 25, 2008 11:52 pm
Location: Phenix City, Alabama

RE: Slow Performance?

Post by Bif1961 »

I am having trouble with the glacier pace of my scroll speed and response time to clicking on a selction device. I have made the changes suggested above -cpu2 or 3 -altFont, -deepColor -w and changing the resolution size to match my video card of -px1366 -py768. Nothing has improved performance.Does anyone have any other suggestions. I am running the 1124 patch.
User avatar
Anachro
Posts: 2506
Joined: Mon Nov 23, 2015 4:51 pm
Location: The Coastal Elite

RE: Slow Performance?

Post by Anachro »

for win 10 issues like slow scroll speed, using -dd_sw is what helped me, as well as -dual or -cpu2 as some others have mentioned. If your game is getting other applications "bleeding through," you need to set the game to windowed mode with -w
"Now excuse me while I go polish my balls ..." - BBfanboy
Post Reply

Return to “Tech Support”