Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ActiveWorlds Group (awg) for VSCodeNew to Visual Studio Code? Get it now.
ActiveWorlds Group (awg) for VSCode

ActiveWorlds Group (awg) for VSCode

Anthony Neace

|
41 installs
| (0) | Free
Language support for Active Worlds Group Objects (.awg) using the Active Worlds propdump format.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

activeworldsgroup-for-vscode

ActiveWorlds Group for VSCode is a vscode extension that adds language support for ActiveWorlds Group (.awg) files, which are tokenized based on the Active Worlds propdump format.

image

Tokens

AWG/propdump tokens are delimited by spaces and defined as follows:

  • 1: Active Worlds Citizen Number
  • 2: Object creation timestamp
  • 3: Position (X)
  • 4: Position (Y)
  • 5: Position (Z)
  • 6: Orientation (YAW)
  • 7: Orientation (TILT)
  • 8: Orientation (ROLL)
  • 9: Object Type (0: Object; 1: Camera; 2: Zone; 3: Particle Emitter; 4: Mover)
  • 10: Length of model name string
  • 11: Length of description string
  • 12: Length of action string
  • 13: Length of object data string
  • 14: A single concatenated string of data for tokens 10-13 above

This extension attempts to tokenize model name, description, and action based on contextual word boundaries. There is currently no support for tokenizing the 'object data' string.

Resources

  • https://marketplace.visualstudio.com/items?itemName=AnthonyNeace.awg-for-vscode - VSCode Marketplace
  • http://wiki.activeworlds.com/index.php?title=AWG - ActiveWiki - AWG
  • http://wiki.activeworlds.com/index.php?title=Propdump - ActiveWiki - Propdump
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft