Project Lighthouse is a clean-room, open-source custom server for LittleBigPlanet.
Find a file
Kat b428b35f3d
Some checks failed
Continuous Integration / Build & Test (push) Has been cancelled
Upload Translations to Crowdin / crowdin-sync (push) Has been cancelled
Build Docker Image / Build and Publish (push) Has been cancelled
Qodana / qodana (push) Has been cancelled
a few fixes related to highscore notifications (#1086)
2025-01-14 03:13:41 +00:00
.config Bump dependencies 2024-05-31 13:53:41 -04:00
.github Update Github Action versions (#1085) 2025-01-10 21:25:56 -06:00
.idea/.idea.ProjectLighthouse/.idea Fix missing filtering, filter inconsistencies, and filter logging (#1082) 2024-12-11 01:01:37 +00:00
.run Update to .NET 8 and C# 12 (#952) 2024-02-26 20:08:48 +00:00
Documentation Merge pull request from GHSA-c8wx-65c7-q9r3 2023-12-23 00:49:59 -05:00
ProjectLighthouse Notify a user when their highscore is beaten (#1083) 2025-01-11 03:44:53 +00:00
ProjectLighthouse.Localization Update the localization files (#1084) 2025-01-10 22:02:17 -06:00
ProjectLighthouse.Servers.API Implement player count per platform and player list API endpoints (#1014) 2024-08-29 01:17:03 +00:00
ProjectLighthouse.Servers.GameServer a few fixes related to highscore notifications (#1086) 2025-01-14 03:13:41 +00:00
ProjectLighthouse.Servers.Website Fix pagination for banned users in the mod panel (#1043) 2025-01-11 05:19:14 +00:00
ProjectLighthouse.Tests Bump dependencies 2024-05-31 13:53:41 -04:00
ProjectLighthouse.Tests.GameApiTests Base64 encode auth tokens (#1029) 2024-06-29 18:14:16 +00:00
ProjectLighthouse.Tests.WebsiteTests Bump dependencies 2024-05-31 13:53:41 -04:00
scripts-and-tools Update to .NET 8 and C# 12 (#952) 2024-02-26 20:08:48 +00:00
.dockerignore Update to .NET 8 and C# 12 (#952) 2024-02-26 20:08:48 +00:00
.gitattributes Add .gitattributes file for script line endings 2024-03-11 22:48:03 -05:00
.gitignore Migrate to GitInfo for embedding git information (#911) 2023-10-29 23:50:16 +00:00
CODE_OF_CONDUCT.md Add a contributor code of conduct (#686) 2023-02-21 20:41:56 +00:00
CONTRIBUTING.md Update CONTRIBUTING.MD 4: Reflect changes in RPCS3 (#974) 2024-02-05 13:11:07 +00:00
crowdin.yml Crowdin GitHub actions test 2022-08-12 20:21:54 -04:00
docker-compose.yml Fix MySQL health check and use latest tag 2023-06-13 22:25:59 -05:00
Dockerfile Update to .NET 8 and C# 12 (#952) 2024-02-26 20:08:48 +00:00
global.json Update to .NET 8 and C# 12 (#952) 2024-02-26 20:08:48 +00:00
LICENSE Add AGPL-3.0 LICENSE 2021-10-16 00:59:43 -04:00
ProjectLighthouse.sln Merge main into crowdin 2022-06-10 04:30:23 -04:00
ProjectLighthouse.sln.DotSettings Bump dependencies 2024-05-31 13:53:41 -04:00
qodana.yaml Add qodana CI checks (#1076) 2024-10-10 20:08:41 +00:00
README.md Update README.md (#1065) 2024-09-20 05:03:59 +00:00

Project Lighthouse

Continuous Integration GitHub commit activity GitHub contributors GitHub code size in bytes Source Lines of Code

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.

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 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/Adrenaline)
LBP1 Compatible Compatible No next-gen equivalent
LBP2 Compatible Compatible No next-gen equivalent
LBP3 Compatible Compatible Incompatible
LBP Vita Compatible Incompatible, PSN not supported 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.