Skip to content

Parse your .rbxlx Roblox Studio files into something more reviewable in version control

License

Notifications You must be signed in to change notification settings

BeachedSiren22/RbxlxParser

Repository files navigation

RbxlxParser

RbxlxParser is a commandline program that can parse a .rbxlx Roblox Studio save file into smaller files that are easier to review. This is specifically designed for version control.

Any Lua code will be placed into its own .lua file with the same name as the script it came from.

Usage

java -jar RbxlxParser.jar SOURCE DESTINATION - Reads the SOURCE .rbxlx file and parses it, putting all output into the DESTINATION folder.

NOTE: If your filepaths contain spaces, be sure to surround them in quotes. (Ex: my folder/output folder -> "my folder/output folder")


java -jar RbxlxParser.jar help - Displays the RbxlxParser manual. Use this to find the version number.

NOTE: "help" is not case-sensitive.

Contact

If you have any feature requests or bugs to report, then create a new issue here.

If you need to get in contact with the creator of RbxlxParser for any other reason, then you may contact him through Twitter.

About

Parse your .rbxlx Roblox Studio files into something more reviewable in version control

Topics

Resources

License

Stars

Watchers

Forks

Languages