Jump to content

Game Issues Log: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 222:
=== Game - Unable to enter Multiplayer menu right after selecting profile, game throughs me back to profile selection menu immediately ===
Make sure you have installed [https://en.wikipedia.org/wiki/DirectPlay DirectPlay] component on your PC. Press Win+R, type '''optionalfeatures''' and press Enter, then expand '''Legacy Components''' and make sure '''DirectPlay''' is checked.
 
=== Game - Keyboard/Text Input (v1.2) ===
Description: Certain PC configurations result in an issue where its difficult or impossible to write text in game.
 
'''Escape from the Blue Planet'''
Fix: You can download a [https://raw.githubusercontent.com/InsideEarth2150/Files/main/Escape%20from%20the%20Blue%20Planet/Fixes/Text%20Input/v2871/EftBP_patcher.ps1 PowerShell script] that will patch your game executable files (version 2.8.7.1) or download [https://github.com/InsideEarth2150/Files/main/Escape%20from%20the%20Blue%20Planet/Fixes/Text%20Input/v2871/exes modified/original] executables
<code>Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force</code>
<code>Unblock-File -Path EftBP_patcher.ps1</code>
<code>.\EftBP_patcher.ps1</code>
 
'''The Moon Project'''
Fix: You can download a [https://raw.githubusercontent.com/InsideEarth2150/Files/main/The%20Moon%20Project/Fixes/Text%20Input/v2210/TMP_patcher.ps1 PowerShell script] that will patch your game executable files (version 2.2.1.0) or download [https://github.com/InsideEarth2150/Files/main/The%20Moon%20Project/Fixes/Text%20Input/v2210/exes modified/original] executables
<code>Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force</code>
<code>Unblock-File -Path TMP_patcher.ps1</code>
<code>.\TMP_patcher.ps1</code>
 
'''Lost Souls'''
Fix: You can download a [https://raw.githubusercontent.com/InsideEarth2150/Files/main/Lost%20Souls/Fixes/Text%20Input/v2210/LS_patcher.ps1 PowerShell script] that will patch your game executable files (version 2.2.1.0) or download [https://github.com/InsideEarth2150/Files/main/Lost%20Souls/Fixes/Text%20Input/v2210/exes modified/original] executables
<code>Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force</code>
<code>Unblock-File -Path LS_patcher.ps1</code>
<code>.\LS_patcher.ps1</code>
1,182

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.