Skip to content

RobloxArchiver/dx9lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DX9WARE Snippets for Lua

This VSCode extension adds snippets for DX9WARE Lua. Currently has support for all major functions, and some undocumented functions.

Here is a horrible demo as I do not know what to demo! If anyone would like to contribute a good demo please go ahead!

Created and Maintained by RobloxArchiver. The git is OPEN to contributions! In the event you find a issue or get errors, make a Issue! If you want to add code of course make a pull whenever!

Installation

There are multiple ways to get dx9lua. Pick your own flavor!

VSCode Marketplace

dx9lua is available on the VSCode Marketplace!

GitHub releases

A prebuild binary can be downloaded from GitHub Releases!

Step 1: Download the latest build from the GitHub repository.

Step 2: Open VSCode and go to the Extenstions tab. Click the 3 dots and click install from .vsix. Go to your downloads folder and double click the binary you just installed.

Build

You can also just build it yourself.

Requirements

Step 1: Go to the GitHub repository, and click on the green Code dropdown button and click Download ZIP.

Step 2: Extract it to Desktop.

Step 3: Open the folder, open a command prompt and run the following.

vsce package

Step 4: Copy the path of the folder you made the build in and open VSCode. Go to the Extensions tab and click the 3 dots, then click install from .vsix. Paste in the path you copied, and open the build file. Now dx9lua should now be installed and ready for use!

Contributors

  • supg (Gave a list of undocumented functions to add)
  • 6660/Alleexxi