Skip to content

Commit

Permalink
easy_p2p guide
Browse files Browse the repository at this point in the history
  • Loading branch information
wafflecomposite committed Jul 21, 2023
1 parent 83ae078 commit 59d1f26
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DRGPacker2
15 changes: 15 additions & 0 deletions EASY_P2P.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
If you and the people you want to play with own the game on Steam, installing the mod is optional.
You can simply edit the config file to enable developer mode which will unlock Steam P2P and WIP content:
- Download the game on Steam, run it once and exit it from the main menu.
- Locale the config folder: `C:\Users\YOUR_USERNAME\AppData\Local\LemnisGate\Saved\Config\WindowsNoEditor`
- - If you having trouble finding the `AppData` folder, you can press `Win+R`, input `%localappdata%` in the new window, and press `Ok`. It will open the `AppData\Local` for you, you can continue from there.
- There should be a bunch of `.ini` files. Open the `Game.ini` with Notepad (you can do this through right-clicking it).
- Copy this text and paste it to file:
```
[/Script/LemnisGate.ConvergenceProjectSettings]
EnvironmentType=DEV
```
- Save and close it.
- Make sure the people you want to play with are on your Steam friends list, and that both you and they are **online** in Steam.

If you did everything correctly, the next time you start the game you will find a new `P2P (DEV)` item in the menu, that will allow you to play with friends, and a number of new maps.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Lemnis Gate: Salvage Ops

# Unfinished, check back later
Lemnis Gate has been [discontinued since the April 11 2023](https://store.steampowered.com/news/app/950180/view/3678916525459103536), with the developers stating that the PC players will be completely unable to play.
I'd like to respectfully disagree.
**The cycle must continue.**
Expand All @@ -14,7 +14,10 @@ Current scope is:
- Make it **playable on Linux** (by disabling EAC)

## Installation
**Work in progress, check back later**
**NOTE:** If you and the people you want to play with own the game on Steam, installing the mod is optional.
You can just *change one text file* to unlock Steam P2P and WIP content. [Refer to this guide](/EASY_P2P.md).

- Download SalvageOps.zip from the Releases tab

## Known issues
- Modded game may occasionally open Frontier's issue tracker page in your default browser after the match (you can just close it)

0 comments on commit 59d1f26

Please sign in to comment.