Project Lighthouse is a clean-room, open-source custom server for LittleBigPlanet.
Find a file
2022-05-15 14:18:00 -04:00
.config [skip ci] Update dotnet-ef tool to 6.0.4 2022-04-13 15:36:37 -04:00
.github [skip ci] Remove Windows CI Job 2022-04-05 16:48:21 -04:00
.idea/.idea.ProjectLighthouse/.idea Split API into its own project 2022-05-14 16:46:28 -04:00
.run Theoretically move friend/blocked data to Redis 2022-05-15 13:33:28 -04:00
ProjectLighthouse Log ping result if it's not PONG 2022-05-15 14:18:00 -04:00
ProjectLighthouse.Servers.API Organize middlewares 2022-05-15 10:31:45 -04:00
ProjectLighthouse.Servers.GameServer Theoretically move friend/blocked data to Redis 2022-05-15 13:33:28 -04:00
ProjectLighthouse.Servers.Website [skip ci] Fix "on paltform" typo 2022-05-15 12:07:33 -04:00
ProjectLighthouse.Tests Move servers to LBPU.PL.Servers 2022-05-14 23:37:55 -04:00
ProjectLighthouse.Tests.GameApiTests Update all packages in solution 2022-05-14 13:59:00 -04:00
ProjectLighthouse.Tests.WebsiteTests Combine a bunch of helpers together, shuffle some things around 2022-05-15 00:24:22 -04:00
.gitignore Implement YML configuration 2022-05-14 15:51:44 -04:00
CONTRIBUTING.md [skip ci] Add api doc section to contributor's guide 2022-02-01 14:46:40 -05:00
create-migration.sh Add bash helper script for creating migrations 2022-04-13 15:29:32 -04:00
docker-compose.yml Implement Redis for storing rooms 2022-05-15 12:04:10 -04:00
global.json Get photos uploading properly 2021-11-05 16:59:24 -04:00
LICENSE Add AGPL-3.0 LICENSE 2021-10-16 00:59:43 -04:00
ProjectLighthouse.sln Move servers to LBPU.PL.Servers 2022-05-14 23:37:55 -04:00
ProjectLighthouse.sln.DotSettings Combine a bunch of helpers together, shuffle some things around 2022-05-15 00:24:22 -04:00
README.md Add some more disclaimers to the README (#265) 2022-04-06 03:05:38 +00:00

Project Lighthouse

Project Lighthouse is a clean-room, open-source custom server for LittleBigPlanet. This is a project conducted by the LBP Union Ministry of Technology Research and Development team.

For concerns and inquiries about the project, please contact us here.

For general questions and discussion about Project Lighthouse, please see the megathread on our forum.

DISCLAIMERS (Please read!)

This is not a final product.

This is beta software, and thus is not stable nor is it secure.

While Project Lighthouse is in a mostly working state, we ask that our software not be used in a production environment until release.

This is because we have not entirely nailed security down yet, and your instance WILL get attacked as a result. It's happened before, and it'll happen again.

Simply put, Project Lighthouse is not ready for the general public yet.

In addition, we're not responsible if someone hacks your machine and wipes your database, so make frequent backups, and be sure to report any vulnerabilities. Thank you in advance.

We are not obligated to provide support.

Project Lighthouse is open source. However, it is licensed under the GNU Affero General Public License version 3 ( AGPLv3) meaning that Project Lighthouse is provided to you as-is, with absolutely no warranty.

Please understand that while this license gives you freedom to do pretty much anything you would want to do, including allowing you to run your instance, this doesn't mean we are obligated to support you or your instance. When you set up an instance of Project Lighthouse, you are entirely on your own.

It is very important to stress that the LBP Union and Project Lighthouse is not affiliated with Sony Group Corporation (collectively referred to as “Sony”) and its subordinate entities and studios. We are not the official developers of LittleBigPlanet or it's online services. Project Lighthouse is a clean-room reimplementation of its server, not the official servers.

By using Project Lighthouse you release Sony, as well as any employees or agents of Sony, from any and all liability, corporate, or personal loss caused to you or others by the use of Project Lighthouse or any features we provide.

Building

This will be written when we're out of beta. Consider this your barrier to entry ;).

It is recommended to build with Release if you plan to use Lighthouse in a production environment.

Contributing

Please see CONTRIBUTING.md for more information.

Compatibility across games and platforms

Game Console (PS3/Vita/PSP) Emulator (RPCS3/Vita3k/PPSSPP) Next-Gen (PS4/PS5/Vita)
LBP1 Compatible Compatible with patched RPCS3 build No next-gen equivalent
LBP2 Compatible Compatible with patched RPCS3 build No next-gen equivalent
LBP3 Mostly compatible, frequent crashes Mostly compatible with patched RPCS3 build, frequent crashes Incompatible
LBP Vita Compatible Incompatible, marked as "Intro" on Vita3k No next-gen equivalent
LBP PSP Potentially compatible Incompatible, PSN not supported on PPSSPP Potentially Compatible

Project Lighthouse is mostly a work in progress, so this chart is subject to change at any point.