Releases: DranxX/DrXporter
Releases · DranxX/DrXporter
Release list
DrXporter 1.0.3
Changes
- Redesigned the Roblox plugin as a readable mini dashboard with solid colors and no gradients.
- Split sync controls by direction: Roblox -> VSCode and VSCode -> Roblox.
- Added manual refresh for changed items, force import actions, instant disconnect UI, and reset-all UUID regeneration.
- Bumped package and plugin versions to 1.0.3.
Validation
- npm run build:all
- git diff --check
DrXporter v1.0.2
DrXporter v1.0.2
- Added VSCode importer sync: new files/folders in src can generate UUID/cache entries and sync into Roblox.
- New .instance.json without uuid gets a UUID written back to VSCode automatically.
- New folders are represented as Folder instances without Folder.instance.json.
- VSCode delete now queues delete to Roblox for tracked instances/scripts/folders.
- Import All VSCode -> Roblox and Force VSCode -> Roblox buttons added.
- Force Roblox -> VSCode remains available as the Roblox-authoritative overwrite.
- Auto-sync supports create/update/delete from both Roblox Studio and VSCode.
- Studio Output quiet/log settings remain available.
- UI refreshed into a glass panel style with clearer sync-direction buttons.
DrXporter v1.0.1
DrXporter v1.0.1 release.
Highlights:
- Bumps CLI, plugin, shared packages, and bridge protocol metadata to v1.0.1.
- Builds Linux/macOS and Windows bridge binaries.
- Uses port 51234 by default and falls forward to the next available port.
- Improves shutdown so the active bridge server releases its port cleanly.
Assets:
- DrXporter Roblox Plugin: install this in Roblox Studio.
- DrXporter Linux/macOS Binary: run from Linux/macOS or WSL.
- DrXporter Windows Binary: run from PowerShell/CMD with .\drxporter-windows.exe.
DrXporter v1.0.0
DrXporter v1.0.0 — Initial Release
Real-time bidirectional sync bridge between Roblox Studio and local filesystem.
Features
- Two-way live sync between Roblox Studio and your local editor
- Selective export — choose which instances and properties to export
- UUID-based instance tracking (
drxporter-uuidattribute) - Cache scoped by GameId and PlaceId
- Strict diagnostics with stop-on-error behavior
- Parent chain preservation for selected descendants
- Rojo-compatible filesystem layout
Downloads
| File | Description |
|---|---|
Drxporter.rbxm |
Roblox Studio plugin (install via Plugins folder) |
drxporter-plugin.rbxmx |
Roblox Studio plugin (alternative XML format) |
drxporter |
Local bridge server binary (Linux x64) |
Quick Start
- Download
drxporterbinary and place it in your PATH (or run directly) - Install the plugin in Roblox Studio
- Run
./drxporter serveto start the bridge server - Connect from the DrXporter widget in Studio
- Select instances, export, and start editing locally
Requirements
- Node.js v20+ (if building from source)
- Roblox Studio with HTTP requests enabled for localhost
License
GNU General Public License v3.0