Elise the Devil Guide

Fix Item description Line wrapping issue for Elise the Devil

Fix Item description Line wrapping issue

Overview

Being able to actually see the descriptions for items helps a lot.

Steps

Go to [link] and download the file (textwrap.js)

Open directory \SteamLibrarysteamappscommonElyse the Devilwwwjsplugins
Paste “textwrap.js” into that folder

Go one folder back to SteamLibrarysteamappscommonElyse the Devilwwwjs

edit “plugins.js” (Opening it in Notepad is the easiest way)

replace the line (just before end of file):

{“name”:”SaveOption”,”status”:true,”description”:””,”parameters”:{}}

with:

{“name”:”SaveOption”,”status”:true,”description”:””,”parameters”:{}},
{“name”:”textwrap”,”status”:true,”description”:””,”parameters”:{}}

Screenshot of the original text formatting:

Vs the now corrected formatting

SteamSolo.com