Documentation
Readme
View as plain text
Installation:
1. Copy "js" folder from mod's folder and paste into Look Outside game's main folder.
2. In LookOutside game folder go to "js" folder and open "plugins.js" file.
3. Copy and paste next line (INCLUDING comma at the start) before the "]" at the end of the document:
,{"name":"FindPartyMembersInTheWorld","status":true,"description":"v1.0.0 - Find Party Members In The World","parameters":{}}
If you want to remove the mod, then:
EITHER: in the string you pasted change from "status":true to "status":false - this will disable the mod.
OR: delete the string you copied and pasted.
OR: Verify game files.
The first way to remove the mod is better, because it allows you to reenable the mod by simply changing it back to "status":true.
NOTE: Game updates will rewrite plugins.js, removing the changes - this means that you'll need to repeat points 2 and 3
(or completely reinstalling the mod if just repeating 2 and 3 doesn't work) every time the game updates.