Slime Rancher
0 of 0

File information

Last updated

Original upload

Created by

Zion

Uploaded by

Iamhereformodslol

Virus scan

Safe to use

About this mod

A mod library designed to make basic mods easier and simpler to make.

Requirements
Permissions and credits
Changelogs
Description:
Simple SR mod library is a library that gives fundamental functions and some not so fundamental functions to make mod design quicker and easier. It includes slime creation functions, plort creation functions, gordo creations functions, and more! This mod is a nice mod for getting started with mod dev and even when you are further into mod dev.
What is the difference between the two files?:
One file named SimpleSRmodLibrary is a mod file that can be used for the main part of the library and easy to install.
The other file named Contents is a folder containing all the functions the mod file has, but will no longer have the test elements and gives you an example folder(And as bonus you can mess around with and look at the actual functions)
Small credits to:
Komiks and everyone else on the discord that helped me!
These mods that I peeped on to figure some of the stuff out: Vanilla, More gordosGem slimes, and Singularity slimes(Although I peeped on how these worked I never stole ideas from them I just used them to figure out certain parts of a mod I couldn't figure out)
What are the namespaces for the library?:
There are four total(All are under SimpleSRmodLibrary):
Creation:
Creation contains all the functions related to directly creating and loading things.
Ids:
Ids contains everything related to ids( as well as some other stuff) added by the mod.
RandomGen:
RandomGen contains functions for getting things randomly.
SSRMLusefulAssets:
SSRMLusefulAssets has few things currently, but does have a nice blank material for test use(Or not test use I am not here to judge)
Useful tools for getting started modding:
Mod tutorial
Basic C#
How do I install the contents folder?:
First make sure you have extracted the zip after that drag the folder into your project folder and then drag it into the project in visual studio this should install it.
Contacting me:
I suggest using the SRML discord, but you can just use a comment, bug report, or response to a forum.