https://github.com/aeonlucid/prospect
The Cycle: Frontier server emulation / Unreal Engine 4 server emulation
https://github.com/aeonlucid/prospect
server-emulator thecyclefrontier unreal-engine-4
Last synced: about 1 year ago
JSON representation
The Cycle: Frontier server emulation / Unreal Engine 4 server emulation
- Host: GitHub
- URL: https://github.com/aeonlucid/prospect
- Owner: AeonLucid
- License: agpl-3.0
- Created: 2021-10-24T20:15:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T02:11:17.000Z (over 1 year ago)
- Last Synced: 2025-03-31T10:01:34.673Z (about 1 year ago)
- Topics: server-emulator, thecyclefrontier, unreal-engine-4
- Language: C#
- Homepage:
- Size: 366 KB
- Stars: 84
- Watchers: 25
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prospect
[](https://github.com/AeonLucid/Prospect/actions)
Also known as "The Cycle: Frontier".
This repository is just something I work on when bored, do not expect much at this stage.
## Features
- [x] Connect with localhost instead of official servers
- [ ] Basic authentication
- [ ] Basic lobby functionality
- [ ] CloudScript
- [ ] ?
## API Development setup
### 1. Download the game
If you are enrolled into the closed beta, you can download a fresh copy with [SteamRE/DepotDownloader](https://github.com/SteamRE/DepotDownloader).
```
.\DepotDownloader.exe -app 1600360 -depot 1600361 -manifest 720055916602660127 -username
```
This gives you the [exact copy](https://steamdb.info/depot/1600361/history/?changeid=M:720055916602660127) that is used for this repository.
### 2. Download the latest launcher
Navigate to the [latest successful](https://github.com/AeonLucid/Prospect/actions) build. Extract the launcher files to a directory.
Run the launcher with the first argument being the path of step 1.
```
./Prospect.Launcher.exe "E:\Depots\depots\1600361\7593680"
```
### 3. Clone the repository
```
git clone https://github.com/AeonLucid/Prospect.git
```
### 4. Open the solution
Open the `src/Prospect.sln` in either Rider or Visual Studio.