You can always inject SMAA or FXAA:
http://mrhaandi.blogspot.com/p/injectsmaa.html
http://www.assembla.com/spaces/fxaa-pp-inject/documents
Search found 2 matches
- Thu Apr 12, 2012 9:17 pm
- Forum: Grimrock 1 Discussion
- Topic: Antialiasing and Texture Filtering
- Replies: 5
- Views: 5074
- Thu Apr 12, 2012 6:57 pm
- Forum: Grimrock 1 Discussion
- Topic: Quicksave Autohotkey Script
- Replies: 0
- Views: 3101
Quicksave Autohotkey Script
I got sort of tired of clicking through the menus to save, so I made this quick script for anyone interested: #IfWinActive Legend of Grimrock F5:: { send {Esc} send {Down} send {Enter} KeyWait, LButton, D KeyWait, LButton KeyWait, LButton, D KeyWait, LButton send {Enter} } return Basically it lets y...