How to install or create a plugin on a Schedule 1 server


Summary 
Schedule 1 servers can help users with plugin creation and installation through helpful tools and commands. Players can create a plugin template with the Schedule 1 server mod and download it for use in Visual Studio. Alternatively, users can download official plugins from the Schedule 1 Servers site, so players without coding experience can customize their games with a growing list of plugins.

Note For developer documentation on creating plugins, see here.

 

How to Install a Plugin on a Schedule 1 Server
1. Log in to the BisectHosting Games panel.

2. Start the server.


3. Go to the Files tab.


4. Open the Plugins folder


5. Download a plugin from the Schedule 1 Servers plugin list.


6. Upload the .hplugin file to the Plugins folder.


7. Go to the Console tab.


8. Enter the following command: refreshplugins .


How to Create a Plugin on a Schedule 1 Server
1. Log in to the BisectHosting Games panel.

2. Start the server.


3. Go to the Console tab.


4. Enter the following command: createplugin YourPluginName .


5. Go to the Files tab.


6. Open the MyPluginsProjects folder.


7. Download the .zip file.


8. Extract the file into an empty folder, then navigate to GameBinaries.


9. Right-click Schedule 1 on Steam, then select Manage > Browse Local Files.


10. Open the Schedule I_Data/Managed directory.


11. Copy and Paste all .dll files into the GameBinaries folder.


12. Open the project in Visual Studio and edit as desired.


13. When finished editing, press Right-click > Build Solution and navigate to the Plugins folder on the games panel.


14. Upload the .hplugin file to the folder.


15. Go to the Console tab.


16. Enter the following command: refreshplugins .



Was this answer helpful?

0
« Back