Text and Script Editing - hzla/Pokeweb-Live GitHub Wiki
Text/Script Editing
The text editor and script editor uses PlatinumMaster's BeaterText and BeaterScript. This means you will have to install the dependencies for these programs if you are on macos. Not availalble online
Text Editor
Set "text_editor" to true in pokeweb/session_settings.json
Windows
Windows should only require dotnetcore3.1 which should already be included so no action should be necessary
Mac
Download and install from here https://dotnet.microsoft.com/en-us/download/dotnet/3.1
Script Editor
Scripts can be accessed from the overworlds editor which is accessed from opening up a header from the headers tab. Alternatively, you can go to localhost:4567/scripts/SCRIPT_ID to open up the script. You can also manually save by going to localhost:4567/scripts/SCRIPT_ID/save
For Windows and Mac
Download and install from here https://dotnet.microsoft.com/en-us/download/dotnet/3.1 if you haven't already for the text editor Follow the instructions here to install devkitARM https://devkitpro.org/wiki/Getting_Started
For Mac
For mac os you can also follow the following instructions:
run xcode-select --install
to install xcode tools
go to https://github.com/devkitPro/pacman/releases/tag/v1.0.2 and download and run pkg
restart your computer
open terminal and run sudo dkp-pacman -S nds-dev
(enter your password, press enter, then "Y" when asked for input)
restart terminal The script editor should now be working