i'm reposting it here because a lot of the coders from other sections don't check NA section...so here

this is a simple hack i found while messing around and teaching myself more about d3d, I call it HD mode, here's why

yes you need a dip hook for this. no i'm not sharing mine

Screen Shots

Before its turned on



After its turned on



HD Mode
Code:
if(opt.d3d.HD)
{
pDevice->SetRenderState(D3DRS_SRCBLEND, D3DBLEND_SRCCOLOR);
}