Libraries

This page references a list of useful Redscript libraries/plugins you can use to create mods.

Last update: 2025-12-28

Library
Author
Links
Description

Codeware

psiberx

A library and framework for creating Redscript and CET mods.

ArchiveXL

psiberx

A library that allows you to expand game resources without conflicts.

TweakXL

psiberx

A library that allows you to modify TweakDB.

Audioware

Roms1383

A library to play audio sounds with audio effects using game assets or external assets.

RedFileSystem

Rayshader

A 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.

RedHttpClient

Rayshader

A 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.

RedData

Rayshader

A 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.

RedSocket

Rayshader

A plugin to connect/send/read messages with a remote server over TCP.

RedMemoryDump

Rayshader

A plugin to help reverse engineer data types.

Last updated

Was this helpful?