Author Topic: What are the lowest settings for MegaGlest  (Read 3521 times)

unclesam

  • Guest
What are the lowest settings for MegaGlest
« on: 16 December 2011, 22:06:57 »
I have a netbook and I need to know what settings will give me the most fps (or how I can get the best fps).
Thanks.

Edit (tomreyn): Changed title
« Last Edit: 18 March 2012, 16:59:45 by tomreyn »

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
Re: What are the lowest settings for megaglest
« Reply #1 on: 16 December 2011, 22:51:22 »
Well, obviously these won't be the lowest in that literal sense (after all, you could presumably reduce the resolution to the point of which you can't see anything anymore), but practically reduced, try tweaking the following INI lines:

Code: [Select]
ScreenHeight=600
ScreenWidth=800
Lower resolutions = smaller window size = less work. Resolution is the easiest thing to change and would have some of the biggest impact, but if decreased too much, you may be unable to see what's even going on.

Code: [Select]
Shadows=DisabledTurning off shadows gives a big performance boost.

Code: [Select]
Textures3D=0Disabling 3D textures makes water instantly hideous, but can improve performance slightly, and really old video cards won't support it.

Code: [Select]
TilesetParticles=0
UnitParticles=0
Particles are very heavy on your computer. Sure, a couple of mages is manageable, but when we got an army of units that generate particles just by standing there, that's a fair bit of work on your computer. Disabling them completely misses out on a lot of eye candy, but reduces strain nicely. On a side note, some units (off the top of my head, the ghost-workers from the Undead mod) would not be the same at all without unit particle systems.

Code: [Select]
FogOfWarSmoothingFrameSkip=5Higher numbers would mean the Fog of War clears less smoothly, but also slightly less work when doing so.

Code: [Select]
Windowed=falseI'm told that fullscreen mode has slightly better performance, though, if you want better multitasking and/or the resolution is reduced to the point of which fullscreen is a blurry mess, windowed may be a better choice.

Code: [Select]
MaxLights=1More lights = more work. You need at least one light, so that's the bare minimum.

Code: [Select]
MapPreview=0Map preview should be pretty lightweight, and it isn't seen in game, but could slightly improve performance.

To use these, open glestuser.ini in the MegaGlest data folder, and find the line specified and change the value accordingly. On a side note, I don't recommend using all the tweaks, but start with the most apparent, such as changing the resolution and disabling shadows, since some changes (such as disabling 3D textures) have hefty visual cons to offset the performance boost. Once you get playable gameplay, it'd be best to stop there, as you shouldn't be expecting 60 FPS on a netbook anyway.
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

unclesam

  • Guest
Re: What are the lowest settings for megaglest
« Reply #2 on: 17 December 2011, 00:01:51 »
Thanks for the reply.
I tried what you suggested, but is there anything else I can do to turn the graphics down even more (I don't care how ugly it looks).

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
Re: What are the lowest settings for megaglest
« Reply #3 on: 17 December 2011, 00:49:21 »
Games do really have a "floor" in terms of how low you can go. Does your computer meet the minimum requirements? While it's possible to "push" past those minimums, there's only so far a computer can go with performance, however. Netbooks, for example, aren't made for "real" games (defined as anything that's not solitaire :O).
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

unclesam

  • Guest
Re: What are the lowest settings for megaglest
« Reply #4 on: 17 December 2011, 01:31:15 »
To answer your question, my computer is an acer aspire one aoa150.  On your website it says it needs to be at least dual core.
My netbook isn't dual core, not even close, here's what I got:

Processor / Speed    Intel® Atom™ processor N270 (1.60 GHz, 533 MHz FSB, 512 KB L2 cache)
Video Subsystem    Integrated Intel Graphics Media Accelerator 950
Hard Disk Drive    8GB NAND flash module or
80GB 2.5" hard disk drive for internal storage
(varies by model)
System Bus Speed    533 MHz

I know it sucks, but Is that good enough?   

And also is there any tweaking of the graphics I can do to increase my fps (past the instruction you gave me)?  Anything at all?

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: What are the lowest settings for megaglest
« Reply #5 on: 17 December 2011, 03:05:44 »
You're not disclosing how much RAM this system has - the maximum configuration possible seems to be 1.5GB and it seems to ship with just 512 MB by default. And how much of that is actually available to MegaGlest?

Even if you have enough RAM, this is really an extra low spec system which is clearly not meant to be used for 3D gaming, I'm afraid.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

unclesam

  • Guest
Re: What are the lowest settings for megaglest
« Reply #6 on: 17 December 2011, 03:28:08 »
okok fine, I've heard that a lot (that my machine sucks).  But I just want to know some more things I can put in my glestuser.ini file.

Omega

  • MegaGlest Team
  • Dragon
  • ********
  • Posts: 6,167
  • Professional bug writer
    • View Profile
    • Personal site
« Last Edit: 18 June 2016, 18:45:09 by filux »
Edit the MegaGlest wiki: http://docs.megaglest.org/

My personal projects: http://github.com/KatrinaHoffert

unclesam

  • Guest
Re: What are the lowest settings for megaglest
« Reply #8 on: 17 December 2011, 14:23:52 »
I read your link, and I have some questions.

Will setting FilterMaxAnisotropy to 0 help me?
And from reading the link, I think FogOfWarSmoothingFrameSkip is should be set to something low not five, am I right?  And if so what should I put it to?

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: What are the lowest settings for megaglest
« Reply #9 on: 17 December 2011, 16:46:52 »
About FogOfWarSmoothingFrameSkip: Skipping 5 frames means rendering less frames, means less stress on your GPU. I.e. a higher value may provide better performance.

We may not yet have expressed this well enough, yet, so I'll give it another try: there is some kind of minimal hardware capabilities involved in playing some games. MegaGlest is more demanding than other applications and with the system you currently have it is very unlikely that you will ever get a close to acceptable experience no matter what you change and how many INI values you try to modify. So do keep trying but chances you will end up with something which works for more than a 2 player game are highly unlikely.

X-mas is coming up, maybe there's a chance you can convince your friends and family to help you buy a cheap desktop computer with a cheap dedicated graphics card and 4 GB RAM? For example, a new desktop PC which would work (Inspiron 570) is USD 560 incl. monitor from Dell (and Dell does not have the cheapest offers), or you could buy it used from some friends.
« Last Edit: 17 December 2011, 17:10:19 by tomreyn »
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

softcoder

  • MegaGlest Team
  • Battle Machine
  • ********
  • Posts: 2,238
    • View Profile
Re: What are the lowest settings for megaglest
« Reply #10 on: 18 December 2011, 07:45:31 »
You could also try:

ColorBits=8

or if that doesn't work

ColorBits=16

FactorySound=None
FactionPreview=false
Filter=Bilinear
MapPreview=false
PerspectiveFarPlane=300
« Last Edit: 18 December 2011, 07:50:40 by softcoder »

unclesam

  • Guest
Re: What are the lowest settings for megaglest
« Reply #11 on: 19 December 2011, 23:00:28 »
Alright! I have 0 lag in game.  Know my netbook plays like a quality gaming machine!  Awesome!
Thank you all very much for your help.

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: What are the lowest settings for megaglest
« Reply #12 on: 20 December 2011, 02:44:14 »
Congratulations! Please post the configuration you have now, so that others can reuse your work in this area.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

unclesam

  • Guest
Re: What are the lowest settings for megaglest
« Reply #13 on: 20 December 2011, 21:59:21 »
Code: [Select]
; === propertyMap File ===

AutoLocaleLanguageDetect=false
ColorBits=8
DisableScreenshotConsoleText=0
EnableFTPServer=1
EnableFTPServerInternetTechtreeXfer=1
EnableFTPServerInternetTilesetXfer=1
EnableFTPXfer=1
EnableTextureCompression=1
FTPServerPort=61358
FactorySound=None
Filter=Bilinear
FontSizeAdjustment=0
Lang=english
MapPreview=1
MasterServerExternalPort=61357
MaxLights=1
MouseMoveScrollsWorld=1
NetPlayerName=UncleSam
PrivacyPlease=0
RainEffect=0
ScreenHeight=600
ScreenShotFileType=jpg
ScreenWidth=800
Shadows=Disabled
SoundVolumeAmbient=0
SoundVolumeFx=0
SoundVolumeMusic=0
Textures3D=0
TilesetParticles=0
FogOfWarSmoothingFrameSkip=5
UnitParticles=0
VisibleHud=1
Windowed=0
DepthBits=16
DisableVBO=true
FogOfWarSmoothing=false
StencilBits=0
FactionPreview=false

Edit by Omega: Added code tags
« Last Edit: 21 December 2011, 00:53:21 by Omega »

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: What are the lowest settings for megaglest
« Reply #14 on: 21 December 2011, 01:28:01 »
Thanks. The only in-game performance related options on this list are these:

Code: [Select]
ColorBits=8
EnableTextureCompression=1
FactorySound=None
Filter=Bilinear
MaxLights=1
RainEffect=0
ScreenHeight=600
ScreenWidth=800
Shadows=Disabled
Textures3D=0
TilesetParticles=0
FogOfWarSmoothingFrameSkip=5
UnitParticles=0
Windowed=0
DepthBits=16
DisableVBO=true
FogOfWarSmoothing=false
StencilBits=0
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·

tomreyn

  • MegaGlest Team
  • Airship
  • ********
  • Posts: 2,764
    • View Profile
    • MegaGlest - the free and open source cross platform 3D real-time strategy game
Re: What are the lowest settings for MegaGlest
« Reply #15 on: 22 April 2012, 22:13:56 »
Since this topic is now discussed in the MegaGlest FAQ, this is no longer a sticky.
atibox: Ryzen 1800X (8 cores @3.6GHz), 32 GB RAM, MSI Radeon RX 580 Gaming X 8G, PCI subsystem ID [1462:3417], (Radeon RX 580 chipset, POLARIS10) @3440x1440; latest stable Ubuntu release, (open source) radeon (amdgpu) / mesa video driver
atibox (old): Core2Quad Q9400 (4 cores @2.66GHz), 8 GB RAM, XFX HD-467X-DDF2, PCI subsystem ID [1682:2931], (Radeon HD 4670, RV730 XT) @1680x1050; latest stable Ubuntu release, (open source) radeon / mesa video driver
notebook: HP envy13d020ng
internet access: VDSL2+

· · · How YOU can contribute to MG · Latest development snapshot · How to build yourself · Megapack techtree · Currently hosted MG games · · ·