Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.06 KB

File metadata and controls

28 lines (17 loc) · 1.06 KB

Introduction

Welcome to P2MM Entanglement!

Where chaos reigns supreme and logic goes to die!

P2MM BANNER

GOALS

  • Allow up to 32 players to join a singular game.
  • Create a seamless user environment that interacts with its own mini-ified version of the game.
  • Have a nice in-game configuration and command system.
  • Integrate and patch singleplayer to fit into coop via downloadable packages in the ui. [Portal 2 Singleplayer, Portal, Portal Stories Mel, Aperture Tag]
  • Use a best guess system to patch workshop maps into a 3+ player format also downloadable from the ui.

DEVELOPMENT

Preparing the environment

  1. Clone the repo git clone https://github.com/Portal-2-Multiplayer-Mod/Portal-2-Multiplayer-Mod-Renewed
  2. (optionally) Run the setup file python src/development/setup.py to create a venv and download all the dependencies

Running the Project

  1. run src/development/CompileUi.py to compile the UI
  2. run src/main.py to start the app