The Simple Portal 2 Package Loading Instrument for Convenient External modding, or Spplice for short, aims to be a solution to intuitive and user-friendly Portal 2 modding. Spplice makes it easy for players to hop in and play, and lets developers focus less on distribution, and more on making their games fun.
To keep things lightweight, this project uses NeutralinoJS for the web-based UI and for the API that manages Steam, Portal 2 and all of the packages. In short, Neutralino is similar to Electron. But instead of bundling a whole browser, it relies on what's already present on the user's system.
To contribute, all you need is Git, Neutralino, Steam, Portal 2, and a general understanding of what Spplice is about.
Assuming you've already installed Neutralino on your system, clone the repository and do neu update
to fetch the required binaries. Then you can do neu run
to ensure that everything works properly.