Skip to content

Releases: DranxX/DrXporter

DrXporter 1.0.3

Choose a tag to compare

@DranxX DranxX released this 07 May 01:47

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

Choose a tag to compare

@DranxX DranxX released this 05 May 12:44

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

Choose a tag to compare

@DranxX DranxX released this 02 May 08:30

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

Choose a tag to compare

@DranxX DranxX released this 20 Apr 17:55
340ef4d

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-uuid attribute)
  • 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

  1. Download drxporter binary and place it in your PATH (or run directly)
  2. Install the plugin in Roblox Studio
  3. Run ./drxporter serve to start the bridge server
  4. Connect from the DrXporter widget in Studio
  5. 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