Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 637 Bytes

FAQS.md

File metadata and controls

23 lines (15 loc) · 637 Bytes

FAQs

Error: SCRIPT ERROR: AUDIO ENGINE

It is likely that you have a duplicated audio engine, to find the name, in Maiden, display the REPL console, select the sc tab and type ;restart. This should display something along the lines of

ERROR: duplicate Class found: 'Engine_SimplePassThru' 

How to take a screenshot

In Maiden, type the following:

s_export_png("/home/we/screenshot.png")

In SSH, type the following:

magick convert $1.png -gamma 1.25 -filter point -resize 400% -gravity center -background black -extent 120% $1-m.png