HD mode (DIP Required)
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
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);
}
