Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 2.82 KB

File metadata and controls

12 lines (8 loc) · 2.82 KB
description This page references a list of useful Redscript libraries/plugins you can use to create mods.

Libraries

Last update: 2025-12-28

LibraryAuthorLinksDescription
CodewarepsiberxNexus | GitHubA library and framework for creating Redscript and CET mods.
ArchiveXLpsiberxNexus | GitHubA library that allows you to expand game resources without conflicts.
TweakXLpsiberxNexus | GitHubA library that allows you to modify TweakDB.
AudiowareRoms1383Nexus | GitHubA library to play audio sounds with audio effects using game assets or external assets.
RedFileSystemRayshaderNexus | GitHubA library for providing access to the file system using read/write operations. It supports UTF8 text and Json formats. It can be used to create Redscript and CET mods.
RedHttpClientRayshaderNexus | GitHubA library to send HTTP requests. You can access web APIs to improve your mods with web content. It can be used to create Redscript and CET mods.
RedDataRayshaderNexus | GitHubA library to parse / create / format Json data using Redscript. (CET already provides json features out-of-the-box). It is used by RedHttpClient and RedFileSystem.
RedSocketRayshaderNexus | GitHubA plugin to connect/send/read messages with a remote server over TCP.
RedMemoryDumpRayshaderNexus | GitHubA plugin to help reverse engineer data types.