PataNext (also knew as Patapon 4 The Last Battle or P4TLB/TLB) is a community based project based on the PATAPON series originally made by Rolito and Pyramid.
This game use the framework 'revghost' (link) and the ECS library 'revecs' (link)
Requirements:
- .NET 6 SDK
- git
- Godot 3.3
Project Steps:
- Clone the repository
- Execute
dotnet run --project tools/setup
in the main folder
Updating
- Execute
dotnet run --project tools/setup
in the main folder
Godot Client:
- In the main folder run
dotnet run --project tools/godot
. - This should launch Godot with the respective project.
- Click on the start icon in Godot to start the project.
- (FOR NOW: When started, you'll be greeted by the beautiful
icon.png
bouncing around)
Quadrum:
It may be possible that you wish to also develop on Quadrum for modifying the core gameplay of PataNext:
- Clone Quadrum repository
- Follow the steps in Quadrum README.md
- In PataNext project, add the file
PATH
(without extension) independencies/Quadrum
(make sure that the folder was originally empty, and if the folder doesn't exist, create it) - Add in the
PATH
file the path to the cloned Quadrum folder. - Any change you make in the Quadrum folder will be reflected on the project after re-executing
tools/setup
. - If you push the changes to this repository that include changed Quadrum content, make sure you do the same in the Quadrum repository.