Showing posts with label Links to Important Articles/How to's: Video. Show all posts
Showing posts with label Links to Important Articles/How to's: Video. Show all posts

Sunday, May 29, 2011

Mass Effect Performance and Graphics Tweaks List

Mass Effect is a shooter-RPG hybrid that's a first of its kind. Some might argue that other shooter-RPG hybrids came before it (like the classic System Shock 2 and the more recent S.T.A.L.K.E.R. games), but the RPG aspects of those were watered-down affairs at best. Bioware fused the RPG aspect of Star Wars: Knights of the Old Republic with third-person shooter dynamics that can match most PC games today, creating the first shooter-RPG hybrid that strikes a perfect balance between frantic, cathartic gameplay and superb storytelling.

However, it didn't hit the ground running for me. Right out of the box, it struggled to deliver surround sound and had problems with anti-aliasing settings.

The Mass Effect performance and graphics tweaks I used after the jump. (The performance and graphics tweaks I used also solved the audio problems that plague Mass Effect.)

Note: No one "owns" these commands as they are common knowledge. However, Koroush Ghazi of Tweakguides.com has compiled many of the most useful Mass Effect performance and graphics tweaks and provided parameters and explanations in his Mass Effect tweak guide. For a more thorough rundown, I would advise you to visit the above page as the list below is just my personal "quick scan" reference (read: these are settings for my PC; these are not for ultra-low-end systems), just in case my hard drive suddenly goes postal.


The .ini files that hold the listed parameters can be found at (on Windows XP systems): My Documents\BioWare\Mass Effect\Config. Make sure to take note of the individual files ("
BIOEngine.ini" and "BIOGame.ini") and categories ("[Engine.GameEngine]," "[D3DDrv.D3DRenderDevice]," etc) as various entries appear multiple times in the folder. As always, please make backup copies of the files you are going to edit.

BIOEngine.ini

[Engine.GameEngine]
bSmoothFrameRate=TRUE
MinSmoothedFrameRate=22.000000
MaxSmoothedFrameRate=75.000000

**Increases the maximum allowable framerate from the default cap.

DepthBias=0.12

**Graphics tweak; enables dynamic shadows. The last patch disabled them (many gamers complain that enabling Dynamic Shadows from the in-game menu doesn't work).

ModShadowFadeDistanceExponent=0.000000

**Graphics tweak; the game won't cull shadows even if the objects casting them are far away from the player.


[D3DDrv.D3DRenderDevice]
DisableHWShadowMaps=False

**Performance tweak; makes the video card render the game's shadows (instead of the CPU).


[SystemSettings]

Trilinear=TRUE
SkeletalMEshLODBias=-1
ParticleLODBias=-1

**Graphics tweak; heightens the quality of textures and particles.

[ISACTAudio.ISACTAudioDevice]
MaxChannels=64
TimeBetweenHWUpdates=15.000000
MinOggVorbisDurationGame=20
MinOggVorbisDurationEditor=4
TotalAvailableChannels=62
//DeviceName=Generic Software
DeviceName=Generic Software
ReserveChannels=2
UseEffectsProcessing=False

**Audio tweaks; the above list fixed the sound bugs (glitches) on my system. (If you are not using a Realtek HD sound solution, the above might not work for your system. Please see Tweakguides' Mass Effect tweak guide or go to the official Mass Effect forums.) Note that "//DeviceName=Generic Software" is an added line. Without this, the fix won't work.


BIOGame.ini

[BIOC_Base.BioActorBehavior]

AllowFriendlyCollateral=TRUE

**Gameplay tweak; enables friendly fire.



[BIOC_Base.BioPawnBehavior]

m_bAllowPhysicsOnDeadBodies=TRUE

[BIOC_Base.BioPawn]

m_fCorpseCleanupFirstAttemptTime=25.0

**Gameplay tweak; increases the time (in seconds) before the game culls dead bodies.


>>>Click here to read more...

Sunday, August 15, 2010

Half-Life 2 CVar Console Command Tweaks

When Half-Life 2 was launched, it was plagued with performance and stutter problems. Five years later, console commands and patches have fixed these --- I've bought a copy of The Orange Box, and my experience has so far been flawless(except that to my chagrin Gordon Freeman still feels more "glidey" than other FPS protagonists, albeit less so compared to how he moved in the first Half-Life; nausea-inducing, that one).

Being the tweak monkey that I am however, I still scrounged around for Half-Life 2 console commands and PC performance tweaks and found hundreds of CVars on the web. I picked several, applied them, and when I fired up my newest first-person shooter game, well, the changes are nothing to write home about but hey, anything to elevate a flawless experience into a cathartic romp stomping Xen transdimensional beings and Combine soldiers right?


The Half-Life 2 console commands that I use---and how to apply them to the Half-Life 2 exe---after the jump.

No one "owns" these commands as they are common knowledge. However, Koroush Ghazi of Tweakguides.com has compiled many of the most useful Half-Life 2 CVars and provided parameters and explanations in his Half-Life 2 tweak guide. For a more thorough rundown, I would advise you to visit the above page as the list below is just my personal "quick scan" reference (read: these are settings for my PC; these are not for ultra-low-end systems), just in case my hard drive suddenly goes postal:

Performance

+mem_max_heapsize 1024 - memory-related performance tweak; see the Tweakguides.com HL2 tweak guide

+cl_forcepreload 1 – Forces the game to preload everything during loadup times, eliminating stutter but lengthening the loading process.

+ai_expression_optimization 1 – Forces the game not to render NPC expression that you can’t see. (Much like that Doom 3 cull command)

+ r_threaded_particles 1 – Multi-thread-related tweak; see the Tweakguides.com HL2 tweak guide

+ r_threaded_renderables 1 - Multi-thread-related tweak; see the Tweakguides.com HL2 tweak guide

+ mat_queue_mode 2 - Multi-core-related tweak; see the Tweakguides.com HL2 tweak guide

>>>Interested in free (legal) first-person shooter single- and multi-player games? Click.

Audio

+ snd_mix_async 1 – Audio tweak; see the Tweakguides.com HL2 tweak guide

+ dsp_enhance_stereo 1 – audio improvement tweak

Graphics Improvement

+ mat_picmip -1 (I checked the console and the “highest”---lowest on the number line---Half-Life 2 setting for this tweak is “-1.”)

+ mat_parallaxmap 1 – Graphics tweak; see the Tweakguides.com HL2 tweak guide for a thorough explanation


Miscellaneous

-novid – eliminates the intro Valve movie, speeding up startup load time

+sv_autosave 0 – eliminates those annoying autosaves that shatter immersion


I linked all these into:

-novid +mem_max_heapsize 1024 +sv_autosave 0 +cl_forcepreload 1 +ai_expression_optimization 1 +r_threaded_particles 1 +r_threaded_renderables 1 +snd_mix_async 1 +mat_queue_mode 2 +mat_picmip -1 +mat_parallaxmap 1 +dsp_enhance_stereo 1

I then inserted the line into Half-Life 2's "Launch Options" (accessible by right-clicking the game's title and navigating to Properties > General > Set Launch Options) in Steam:





>>>Click here to read more...

Wednesday, January 7, 2009

VirtualDub Video Editing Tutorials

So finally after days of on-and-off searching for VirtualDub video editing tutorials, I've struck oil. Here's a series of complete VirtualDub video editing tutorials --- from downloading and installing VirtualDub to video conversions using the freeware video editing tool.

Version 1.8.8 of the video editing freeware has just been released.


>>>Click here to read more...

Wednesday, November 19, 2008

How to Take Screenshots in Windows Media Player 11

Taking screenshots in Windows Media Player 11 is a breeze. See the instructions below. (Now you won't have to ask WMP 11 the question "What good are you?")

Ever wondered how to take screenshots in Windows Media Player 11? Want to make one of those ultra-cool 501st Legion Clone Troopers your YM avatar? Simple. Use the screenshot feature of FRAPS.

Launch the program, play your favorite DVD and take a screenshot in Windows Media Player 11 with just a simple click of whatever keyboard button you have inputted in the "Screen Capture Hotkey" field.

Taking screenshots in Windows Media Player 11 the easy way without having to disable overlays.


>>>Click here to read more...

Monday, November 17, 2008

XbitLabs' Cheap LCD Monitors Roundup

I've been pondering about buying a cheap LCD monitor for months now but I never got around to doing it.

Why am I still using a CRT? Simple. I like the colors that CRT monitors offer. I am (was?) a digital artist and I'm very picky about monitors. I've seen monitors from various cafes including my cousin's and heck, not one of those cheap LCD monitors they have can perform at par with my CRT. Weak blacks, small viewing angles, slow response times, the list of cheap LCD woes goes on and on.

I tried searching for LCD reviews and found XbitLabs' cheap LCD monitors roundup. The article provides LCD review for cheap LCD monitors that have 19" screens. Hopefully one of the cheap LCD monitors there will be a good enough purchase in the coming months.


>>>Click here to read more...

Wednesday, November 12, 2008

Definition of Video Card

A lot of persons judge video cards by the size of their VRAM in megabytes. "Hey man, I just recently bought a 512Mb ATI video card." When asked what model: "It's an X1550."

Gods of gaming.

Before delving into video card drivers or whether what one has bought is an Nvidia video card or an ATI video card, perhaps one should have tried to research the definition of video card; this would have saved the consumer from the ignominy of having been tricked into buying badly-designed video cards that can't even utilize the huge amounts of VRAM they come with.

Forget video card benchmark tests or video card drivers for the moment. It's high time that you should learn the basics. Here's a Tom'sHardware article that discusses all the basics of the definition of video card.

Don't be tricked into buying derelicts; learn!


>>>Click here to read more...

Saturday, November 8, 2008

How to Change Graphic Drivers for PCI and AGP Graphics Cards


NOTE: I've been using this procedure for well over three years now (Driver Sweeper is relatively new however) and so far I've yet to encounter problems. However, I won't provide tech support in case something goes wrong with your PC. Use the procedure at your own risk.

Please be aware that I own an Nvidia GeForce card and hence use Nvidia graphic drivers.

My procedure:

1. Uninstall the old Nvidia graphic driver.


2. Reboot to Safe Mode

3. Run Driver Sweeper (make sure to check "Nvidia - Display" ONLY). This freeware will delete all registry entries that have been left behind by your old Nvidia graphic driver.



4. Reboot

5. Run RegCleaner.

6. Reboot again.

7. Make a restore point using Windows XP's System Restore tool or ERUNT. (Just in case you're installing a third party tweaked driver or a beta driver; restore points are handy in case something goes awry.)

8. Install the new Nvidia graphic driver.


>>>Click here to read more...

Wednesday, October 1, 2008

Nvidia GeForce 178.13 WHQL - Bugged?

Video Card Benchmark Test



I installed and did some video card benchmark tests with the Nvidia GeForce 178.13 WHQL drivers and while it performs fine in video card benchmark test results and doesn't detract from what the previous version offers, it doesn't bring anything new to the table either. Gameplay with F.E.A.R., like the Nvidia GeForce 177.92, is smooth but the framerates in my video card benchmark tests took some slight hits.

While the video card benchmark test results are fine though unremarkable, what bothers me is that with this version, Digital Vibrance can now only be set in 33% increments. This is a big thing as I usually set my Digital Vibrance to 4-9% --- any more than that and even the slightest bits of light brown in images become vibrant orange spots on my monitor.

The Image Sharpening slider has also been disabled.

This is the second time in three years that Nvidia has released a bugged WHQL GeForce driver. The video card benchmark test results are ok but these bugs really hurt this new Nvidia GeForce version badly.

UPDATE: I take back what I said about this driver being "unremarkable." I ran some games and hell, its IQ --- for a stock Nvidia driver --- is off the charts. With IQ like this, who cares about Digital Vibrance and Image Sharpening? It's a keeper! Now to see what magic Tweakforce can do on it!


>>>Click here to read more...

Thursday, September 18, 2008

Nexuiz's Ingame Video Card Benchmark Test

Video Card Benchmark Test



(This is actually a little note for myself as I keep forgetting the command.)

Here's how to load Nexuiz's ingame video card benchmark test:

1. Launch the game.

2. Press SHIFT + ESC.

3. In the console that drops down, type "timedemo demos/demo1" without the quotes.


4. Press enter. At the end of the timedemo, the game will display its minimum, average, and maximum frames per second.


IMO, this is one of the best Quake 2-based freeware downloadable PC games.


>>>Click here to read more...

Tuesday, September 16, 2008

Nvidia Video Card Benchmark Tests: Updated

Video Card Benchmark Test


I made some video card benchmark tests with the following Nvidia drivers:


Nvidia 175.19


Nvidia 177.40


Nvidia 177.92


The link HERE.


>>>Click here to read more...

Thursday, August 28, 2008

V2.0 of Lightsmark, a Video Card Benchmark Test, Now Out

Version 2.0 of Lightsmark, a video card benchmark test, has been out for quite some time. This video card benchmark test is a

"multiplatform benchmark/demo with REALTIME GLOBAL ILLUMINATION and PENUMBRA SHADOWS"


according to the creator's site.

I have been using Lightsmark for several months in my video card benchmark tests so it's quite exciting to hear about this new version.

However, it is worth noting that the creator also stated that

"faster engine (up to 3x higher fps, so scores are different)"


so comparing video card driver performances will be inaccurate to say the least if a user compares version 2 results with older version 1 results.



The Lightsmark video in YouTube (This is still the 2007 version though; the creator chose not to update it.)


>>>Click here to read more...

Saturday, August 2, 2008

HardwareSecret's "Everything You Need to Know About LCD Monitors"



Beauty will be in the eye of the informed.



Less than two months back, I posted an article that provided a link to AnandTech's forum about a useful thread that discusses LCD basics. Two or more resources are better than a single one however, so I give you this link to HardwareSecret's "Everything You Need to Know About LCD Monitors."

Two things buyers should take note of are the concepts of "native resolution" and "contrast ratio."

It's better to arm yourself with knowledge than recklessly shell out more than $200 on something that you'll be stuck with for potentially more than a year.


>>>Click here to read more...

Thursday, June 19, 2008

LCD Monitors (How to Choose What LCD to Buy)

See this forum post from AnandTech.com.

Supplementary resource HERE.


>>>Click here to read more...

Thursday, April 3, 2008

How to Install an AGP Palit Nvidia "7300GT Super" DDR2 512Mb 128-bit Graphics Card



Ensuring that others won't suffer the same perplexity that I went through



It's either the manual got lost in shipping or Palit really didn't include an instruction manual on how to install their video card. A paltry thing for veteran PC builders, a Phyrexian Colossus for novice PC owners stuck with wires in the middle of the night. Checking Palit's website is futile; the 7300GT Super isn't listed there.

See my article entitled "Reunion." It contains an illustration on how to install the videocard. Thanks goes to DASQ of Tech PC.

I hope this proves useful.


>>>Click here to read more...

Reunion



These are the faces I wanted to see for a loooooong time:





Yeah baby! Darryl's back!

My 7300 GT 512Mb just arrived. I'm back in the game.

Definitely. Back in the game. Yes. Honey, bring out that P90.

And well shyeeeet, as if on cue, Amped brought out presents for me! Yep, that's right freeware fans! That's bloom alright. Some of the shaders in War Rock have already been implemented. I've been gone a few weeks and look what happened to the house.

Another bonus leapt out at my face as I unpacked the card in the dead of the night too: the thing didn't come with an installation manual! I thought the thing didn't require external power and there I was standing stupefied over what I found: mismatching connectors!

A newbie challenge fit for a PC newbie!

The card has a black rectangle in its upper right corner and a thingamajig that was bundled with it that looks similar to THIS. What mystified me was the mismatching pins; my PSU has 4-female pin molex connectors and the thingamajig has only two, THREE-male pin connectors. In contrast, my old card, a 6600GT, came with a 4-male pin connector on its right edge ---- it was a simple matter to connect one of the 4-female pin connectors from the PSU to it as per the instructions on its box.

It's frightening what a man crazed with two weeks of FPS withdrawal can do. I researched till dawn.

I found a YouTube video about a similar card with superior DDR3 VRAM and half of the memory, but to my wife's impish delight the said video didn't even go into detailing how to install the darn thing. Finally, I turned to the Tech PC forums and explained my predicament --- it was my first time handling a video card with this kind of connections and I was at a total loss on what to do.

A veteran member named DASQ finally told me that it's okay to plug the 3-male pin connector that came with my video card into the 4-female pin molex connector of the PSU, which I did.

Works.

Thanks goes out to the helpful people of Tech PC, especially Lone Wolf, Hux, and DASQ, who have helped me several times already.

And again, hugs to these people:

Man, integrated graphics don't show pictures of them. They ARE long-lost relatives.


Now what am I doing with this MP5? HONEEEEEY....


>>>Click here to read more...