biud436 / vscode-rgss-script-compiler

🏰 RGSS Script Compiler is the extension of Text Editor called Visual Studio Code. if you are using this extension, you can modify script files and create the bundle file called Scripts.rvdata2 in Visual Studio Code without internal Script Editor directly.
https://marketplace.visualstudio.com/items?itemName=biud436.rgss-script-compiler
MIT License
13 stars 3 forks source link
ruby typescript vscode-extension

Introduction

This extension allows you to edit scripts directly in Visual Studio Code without using the script editor of RPG Maker VX Ace or RPG Maker XP.

Features

Screenshots

![scr2](https://github.com/biud436/vscode-rgss-script-compiler/assets/13586185/dee8d4c2-fc9a-467a-bec8-765b91453973) ![scr3](https://github.com/biud436/vscode-rgss-script-compiler/assets/13586185/64ab60a3-b55f-4b15-86b3-57318bc41cef) ![scr1](https://github.com/biud436/vscode-rgss-script-compiler/assets/13586185/44b1371c-2ddd-4acb-b608-030e1c504c49)

System Requirements

Windows

Mac

Linux

Marketplace Link

Caution

Supported tools

Usage

This extension is designed for use on macOS, Windows 11 and Linux. Before using this extension, you must first install ruby 2.6.8 or higher on your local machine.

To check if Ruby is installed on your computer, run this command in your terminal or command prompt:

ruby -v

Ruby comes pre-installed on Mac, so you can ignore this step if you're on a Mac. I tried using a Node module like Marshal or a WASM-based Ruby because I didn't want to require a Ruby installation, but they were not stable.

If Ruby is installed properly, you should see the version number displayed (e.g., ruby 3.2.1).

If running this extension on Linux you will also need to install Wine on your system to support testing the game.

To check if Wine is installed in your system you can run this command:

wine --version

Maintainer and Contributors