Advertisement
martixy

ME1 Install guide

Nov 12th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Installation
  2. ==========================================================================
  3. Install ME
  4. Install the DLCs
  5. 1. Bring down the Sky
  6. 2. Pinnacle Station
  7.  
  8. ==========================================================================
  9. Fixes:
  10. ==========================================================================
  11. 1. Mouse Acceleration [MassEffectMouseFix_v1_1.zip]
  12. While the mouse controls are pretty responsive, the first Mass Effect suffers from mouse acceleration, which cannot be turned off via the ingame settings or with the usual approaches for other Unreal Engine 3 games. This fix removes the acceleration by acquiring raw mouse input and injecting it directly into the game's input function.
  13.  
  14. ==========================================================================
  15. Tweaks
  16. ==========================================================================
  17. Standard places:
  18. https://pcgamingwiki.com/wiki/Mass_Effect
  19. http://www.tweakguides.com/ME_1.html
  20.  
  21. https://masseffect.wikia.com/wiki/PC_Cheats
  22. (includes a list of console commands)
  23.  
  24.  
  25.  
  26. Tweaks to game files listed below:
  27. (changes noted in square brackets)
  28. (+ means added line under section)
  29. ----------------------------------
  30. BIOEngine.ini
  31. -------------
  32. [Engine.GameEngine]
  33.  
  34. bSmoothFrameRate=True [False]
  35.  
  36. BIOGame.ini
  37. -----------
  38. [BIOC_Base.BioInventory]
  39.  
  40. m_nMaxCredits=9999999 [99999999]
  41. m_nMaxGrenades=5 [10]
  42. m_fMaxSalvage=999 [9999]
  43. m_fMaxMedigel=5 [10]
  44.  
  45. [BIOC_Base.BioPawnBehavior]
  46.  
  47. m_bAllowPhysicsOnDeadBodies=False [True]
  48.  
  49. [BIOC_Base.BioPawn]
  50. [BIOC_Base.BioArtPlaceable]
  51.  
  52. m_fCorpseCleanupFirstAttemptTime=5.0 [60.0]
  53.  
  54. [BIOC_Base.BioActivePower]
  55.  
  56. m_bSkipPowerCooldown=False [False]
  57.  
  58. BIOParty.ini
  59. ------------
  60. [BIOC_Base.BioPlayerSquad]
  61.  
  62. m_nMaxInventoryItems=150 [300]
  63. m_nMaxInventoryWarningThreshold=135 [270]
  64.  
  65. BIOInput.ini
  66. ------------
  67. [Engine.Console]
  68.  
  69. ConsoleKey=Tilde [+]
  70.  
  71. [BIOC_Base.BioPlayerInput]
  72. Bindings=(Name="Slash",InputMode=BIO_INPUT_MODE_NONE,Command="exec myConfig.txt",Control=False,Shift=False,Alt=False) [+]
  73. Execute whatever commands are in "Binaries/myConfig.txt"
  74.  
  75.  
  76. ==========================================================================
  77. Misc shit
  78. ==========================================================================
  79. 1. Useful console commands:
  80. Stat FPS
  81. Shows FPS (and frame time)
  82. SetSensitivity 1
  83. If the Mouse sensitivity setting of the game is not enough(e.g. too high even on the lowest setting)
  84.  
  85. 2. Check out the "myConfig.txt" file which can be executed via key binding(see above) to fix shit in the game.
  86.  
  87. 3. Cheaty McCheatface
  88. - Since you can add only certain talents to your character it is recommended to pick a class with the most talents you can't add.
  89. - That being solider or vanguard (for pistols, assault training, fitness and the armor talents)
  90. - On the other hand... Sentinel is the only class that has access to both Biotic Amp and Omnitool equipment categories.
  91. - You can add the weapon categories except pistol.
  92. - Pistol is kinda covered by the class talent (just a bit weaker).
  93. - No armor talent is the only real pain point.
  94. - Assault training is meh
  95. - Fitness is good, but ultimately ignorable
  96.  
  97.  
  98.  
  99. ==========================================================================
  100. MODS:
  101. ==========================================================================
  102. Texture mods:
  103. MEUITM [Mass Effect Anniversary Edition]
  104. (Mass Effect Updated/Improved Textures Mod) by CDAMJC
  105. Has own installer
  106. A LOT OF TEXTURES (ALOT)
  107. Complementary to MEUITM
  108. Installable in any order
  109.  
  110. Between both of these, installs a bunch of other goodies like ReShade
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement