Code interpreter for Battlefield 2042 Portal's Rule Editor, allowing rules to be written in JavaScript
, Python
and Lua
syntaxes with aditional toolset.
This project was bootstrapped with Create React App and TypeScript and rely on Monaco Editor same as in VSCode.
Join us at Discord
- Aditional menu options to access the desired editor
- Monaco editor integration
- Blockly to JavaScript code generation
- Blockly to Python code generation
- Blockly to Lua code generation
- JavaScript to Blockly converter
- Python to Blockly converter
- Lua to Blockly converter
- Object definition snippets
- Variables extension (Use named and unlimited variables with array)
- Function
params
input andreturn
output code snippets - Code comments
This project can be used as a Plugin for BF2042 Portal Extensions.
- Install the BF2042-Portal-Extensions
- Open the extension Options
- Chrome: Click on the extension icon >
Options
- Firefox: Click on the extension icon
- Chrome: Click on the extension icon >
- On the extension page, click on
Add plugin
- Enter the following url, and click on
Review
thenConfirm
To be defined.
To be defined.
This project is a revival of Ludonope original project of similar name, which has been discontinued.