Yahoo Italia Ricerca nel Web

Risultati di ricerca

  1. Description. This plugin makes use of Exiled.CustomRoles to add new playable roles into the game. These roles have custom inventories, health, objectives and abilities. All information contained below assumes DEFAULT config values.

  2. Custom Roles. Assembly: Exiled.CustomRoles.dll. Syntax. public class CustomRoles : Plugin<Config>, IPlugin<Config>, IComparable<IPlugin<IConfig>>

  3. Parameters. Whether or not reflection is skipped (more efficient if you are not using your custom item classes as config objects). The class to search properties for, if different from the plugin's config class. Whether or not inherited attributes should be taken into account for registration.

  4. Classes Config. The plugin's config. CustomRoles. Handles all custom role API functions.

    • Overview
    • Localized READMEs
    • Installation
    • Config
    • For Developers

    EXILED is a high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook into in order to manipulate or change game code or implement their own functions. All EXILED events are coded with Harmony, meaning they require no direct editing of server assemblies to function, which allows for two unique benefits.

    •Firstly, the entirety of the framework’s code can be freely published and shared, allowing developers to better understand how it works and offer suggestions for adding to or changing its features.

    •Русский

    •中文

    •Español

    •Polski

    •Português-BR

    •Italiano

    Installation of EXILED is quite simple. It loads itself through Northwood’s Plugin API. That's why there are two folders inside the Exiled.tar.gz in release files. SCP Secret Laboratory contains the necessary files to load EXILED features in EXILED folder. All you need to do is move these two folders into the appropriate path, which are explained below, and you are done!

    If you choose to use the installer it will, if run correctly, take care of installing all EXILED features.

    EXILED by itself offers some config options. All of them are auto-generated at the server startup, they are located at ~/.config/EXILED/Configs/(ServerPortHere)-config.yml file (%AppData%\EXILED\Configs\(ServerPortHere)-config.yml on Windows).

    Plugin configs will NOT be in the aforementioned config_gameplay.txt file, instead, plugin configs are set in the ~/.config/EXILED/Configs/(ServerPortHere)-config.yml file (%AppData%\EXILED\(ServerPortHere)-config.yml on Windows). However, some plugins might get their config settings from other locations on their own, this is simply the default EXILED location for them, so refer to the individual plugin if there are issues.

    If you wish to make a plugin for EXILED, it's quite simple to do so. If you would like more of a tutorial please visit our Getting Started Page..

    For more comprehensive and actively updated tutorials, see the EXILED website.

    But make sure to follow these rules when publishing your plugins:

    •Your plugin must contain a class that inherits from Exiled.API.Features.Plugin<>, if it does not, EXILED will not load your plugin when the server starts.

    •When a plugin is loaded, the code within the aforementioned class' OnEnabled() method is executed immediately, it does not wait for other plugins to be loaded. It does not wait for the server startup process to finish. It does not wait for anything. When setting up your OnEnabled() method, be sure you are not accessing things which may not be initialized by the server yet, such as ServerConsole.Port, or PlayerManager.localPlayer.

    •If you need to access things early on that are not initialized before your plugin is loaded, it is recommended to wait for the WaitingForPlayers event to do so, if you need to do things sooner, wrap the code in a while(!x) loop that checks for the variable/object you need to no longer be null before continuing.

  5. A high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions. - EX...

  6. How to find and add custom roles with custom items mod using exiled. So i was playing on a server and they had custom roles for example: zone manager, that starts with custom items (zone manager keycard etc. What's name od this mod and where to find it? Showing 1 - 7 of 7 comments. Cross-Conception [developer] Feb 10, 2021 @ 2:22pm.