🖍️
RED4ext Plugin Dev
HomeRED ModdingDiscordGitHub
  • Home
  • Getting Started
    • Installing RED4ext
    • Installing a Plugin
    • Configuration
    • Uninstalling
  • Mod Developers
    • RED4ext & RED4ext.SDK
      • Browse Red4Ext: NativeDB
    • Creating a Plugin
    • Creating a Custom Native Class
    • Adding a Native Function
    • Custom game states
    • Logging
    • Creating a plugin with RedLib
    • Installing a plugin with red-cli
  • Utils
    • NativeDB
    • CRC32 Hasher
    • FNV1A64 Hasher
Powered by GitBook
On this page
Edit on GitHub
Export as PDF
  1. Getting Started

Installing a Plugin

  • Download the plugin.

  • (Optional) If the plugin does not provide a directory structure, create a directory with the plugin name in <game_directory>/red4ext/plugins.

  • Copy the plugin files as following:

    • If you have created a directory at step 2, copy the files in the newly created directory.

    • If you did not create a directory, copy the files in <game_directory>/red4ext/plugins.

  • (Optional) Start the game and verify <game_directory>/red4ext/logs/game.log if the plugin is loaded correctly.

PreviousInstalling RED4extNextConfiguration

Last updated 3 years ago