Spottedpath
Junior Member
Ex-Discord Mod, Ex-Mystery Scripter
Posts: 94
Byond key: Amenity Kitten
|
Post by Spottedpath on Jan 3, 2017 23:58:37 GMT
Rotation Mode
Rotation Mode is basically secret mode but for Custom Modes. It works by picking from a preset list and then grabbing that mode's code and writing it to place holder files. It then runs those files to make sure the mode runs properly. It works well enough with both FileBased and FunctionBased modes. There are a few errors though, but that's because MS isn't perfect. World Errors: These errors cover both file-based and func-based modes. - Some modes may reveal themselves, especially mine, which have Wprints that state I wrote them or their versions. - Modes wont launch if you lack them and they're listed, if this is the case open Rotation.ms and modify the list to add/remove modes you have/dont have.
File-Based (ModeStart.ms) - All Wprints that contain "Warning:" may or may not be replaced with the starting message, this is an error mostly in the fact that I didn't stop the check/replace as I cannot perfectly identify where your shit is.
Func-Based (ModeStart()) - All modes aren't secret, they're mostly untouched as I didn't bother running the code to swap the start message, as I did with File-Based modes.
|
|