Skip to content

DoctorateRS/TerraPS

Repository files navigation

TerraPS

  • This is written for educational purposes. If you try to make money off this, don't.

Status: Not actively maintained. (I have special circumstances)

  • Oxidized.

  • NOTE: Only semi-functional for now. If you have an idea on how to fix stuffs, please make a PR. If you face an issue, make a Github issue.

  • The following functionality are working:

    • rlv2
      • Map generation
      • Node traversal
      • Battles
    • sandboxv2
      • Building
      • Day progressing
      • Raids
      • ???
    • tower
      • Gamemode is playable but can only be played continuously. This issue is being investigated.
      • Fix broken battle data decryption
      • ???

Future

  • This project follows the "Make it works, make it right, make it fast" principle. Currently:
    • Works
    • Right
    • Fast

Big thanks

Guide

Prerequisites

  • Rust. (You can install it via Rustup or any way you prefer.)
    • A text editor is also recommended.
  • Nushell.

Building from source

Windows

  • Run envsetup.nu to setup the environment.
  • Just run cargo br.

Linux

TBA

macOS

TBA

Launching the game

  • Currently there's a plan for using frida-gadget. Will be reported further next time.