Anti aliasing

I am wondering how I can get anti aliasing in my game when its running from the executable.

Thanks!

Use the -m flag. “mygame -m 4” will get to 4x MSAA.

does that go here?

Attachments


Yeah, I think that should do it.

I guess my integrated graphics cant handle or something

Can I set anti aliasing some where else?
Like other game that set anti aliasing in game option.

create a .bat linking to the exe with the “-m” option

Oh I see thank you.