Skip to content

cid9/T2RClientSDK

Repository files navigation

T2RClientSDK

T2RClientSDK is a developer menu ModSDK for The Last of Us Part II Remastered. When compiled, it produces an .asi plugin and a companion .dll that automatically load into the game when placed in the game’s root directory.

The project focuses on exposing internal developer and debugging functionality through an in-game dev menu, allowing experimentation, testing, and engine behavior exploration.

⚠️ Status: Alpha / Work in Progress This project is under active development. Expect experimental features and possible breaking changes.


Features

  • In-game developer menu for The Last of Us Part II Remastered
  • Automatic ASI-based injection
  • Modular and extensible design
  • Internal debugging and development tooling
  • Lightweight runtime footprint

Install / Tutorial

  1. Download the latest release from the Releases page.

  2. Copy the following files into your game root directory:

    • T2RClientSDK.asi — ASI injection entry point
    • T2RModClient.dll — core dev menu runtime
  3. Install the contents of the ASI_Loader_x64/ folder into the same directory. This enables ASI plugin loading via Ultimate ASI Loader.

  4. Launch the game — the developer menu will load automatically.


T2RClientSDK

T2RClientSDK is the core SDK layer responsible for initializing and managing the developer menu inside the game process. It handles injection, menu setup, and access to internal development features.

Core Capabilities

  • Developer menu framework
  • Debug and internal feature exposure
  • Engine-level interaction hooks
  • Foundation for future tools and extensions

Output Files

When compiled, the project generates:

  • T2RClientSDK.asi — ASI plugin used for injection and auto-loading
  • T2RModClient.dll — core runtime containing dev menu logic

Both files must be present in the game root directory for correct operation.


Notes

  • Intended for development, debugging, and research purposes.
  • Stability is not guaranteed.
  • Features and internal behavior may change at any time.

Credits

@treakii | Treaki

david_.jb | Racc

About

A ModSDK for TLOU2 that offers extended features and APIs to enable custom development and deeper control over the game engine.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors