Skip to content

Commit

Permalink
Version 1.02
Browse files Browse the repository at this point in the history
- Better Gamepad support
- Added Anti Aliasing
- Added toggle for removing blackbar on cutscene
- Added toggle for avoid game exiting on launcher
- Launcher polished and beautified
- Added First Person VR mission support
- Polished code
- Various bugfix
- Added more artwork
- Updated readme
  • Loading branch information
VFansss committed Dec 1, 2016
1 parent b5c9406 commit 36e9161
Show file tree
Hide file tree
Showing 25 changed files with 838 additions and 301 deletions.
Binary file modified LICENSE.md
Binary file not shown.
Binary file modified README.md
Binary file not shown.
10 changes: 6 additions & 4 deletions mgs2 v's fix/ConfSheet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public ConfSheet()
{"WideScreenFIX",null},
{"GraphicAdapterName",null},
{"WindowMode",null},
{"LaptopMode",null}
{"LaptopMode",null},
{"FullscreenCutscene",null}

};

Expand All @@ -40,10 +41,10 @@ public ConfSheet()
{"ShadowDetail",null},
{"ModelQuality",null},
{"RenderingClearness",null},
{"CrossFade",null},
{"EffectQuantity",null},
{"BunchOfCoolEffect",null},
{"MotionBlur",null}
{"MotionBlur",null},
{"AA",null}

};

Expand All @@ -52,7 +53,8 @@ public ConfSheet()
{"SoundAdapterName",null},
{"Quality",null},
{"SE",null},
{"SoundQuality",null}
{"SoundQuality",null},
{"FixAfterPlaying",null}

};

Expand Down
553 changes: 340 additions & 213 deletions mgs2 v's fix/Form1.Designer.cs

Large diffs are not rendered by default.

Loading

0 comments on commit 36e9161

Please sign in to comment.