Installing Plasma Mods - Plasma-Modding/Modding-Wiki GitHub Wiki

Setup Plasma for Modding

  1. Make sure you have plasma installed on your computer
  2. Download Unity Mod Manager (Repository)
  3. Unzip the download into any folder and replace UnityModManagerConfigLocal.xml with this file or if you already have settings in that file you can add:
 	<GameInfo Name="Plasma Demo">
		<Folder>Plasma Demo</Folder>
		<ModsDirectory>Mods</ModsDirectory>
		<ModInfo>Info.json</ModInfo>
		<GameExe>Plasma.exe</GameExe>
		<EntryPoint>[UnityEngine.UI.dll]UnityEngine.EventSystems.EventSystem.cctor:After</EntryPoint>
		<StartingPoint>[Assembly-CSharp-firstpass.dll]ParadoxNotion.Services.MonoManager.Awake:Before</StartingPoint>
		<UIStartingPoint>[Assembly-CSharp.dll]Visor.Visor.Awake:After</UIStartingPoint>
		<GameVersionPoint>[Assembly-CSharp.dll]Plasma.localBuild</GameVersionPoint>
		<Comment>created by Cit#7971 before release</Comment>
	</GameInfo>

To UnityModManagerConfigLocal.xml

  1. Run UnityModManager.exe
  2. Set the game to be "Plasma Demo" and the folder to be the folder of the game if it doesn't automatically find it and make sure to select Assembly as the installation method:

image

  1. Press the Install button on the top to install the the mod manager

Installing Plasma Mods

  1. Find the github repository for the mod you want to install, we will use Guru Meditation Autosave as an example.
  2. Find the releases section and click on the latest one

image

  1. Find the mod zip file (not the source code) and download it

image

  1. In Unity Mod Manager, switch to the "Mods" tab and drag the zip file into the "Drop zip files here" section. Alternatively, you can click the "Install Mod" button to avoid dragging and dropping.

image

Now the mod should be installed on your game. To open the Unity Mod Manager panel where you can configure mods, press Ctrl+F10

⚠️ **GitHub.com Fallback** ⚠️