This website requires JavaScript.
Explore
Help
Register
Sign In
Source2Roblox
/
Roblox-File-Format
Watch
1
Star
0
Fork
0
You've already forked Roblox-File-Format
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4e15b2a635
Roblox-File-Format
/
.gitignore
6 lines
36 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit. There's a lot of code at play here, so I haven't tested it yet. A good chunk of the components are available though.
2019-01-26 00:39:37 +00:00
bin/*
obj/*
.vs/*
*.suo
Generally working out the library's flow. I've setup a system for supporting multiple implementations for Roblox's file format. This will allow me to cover the binary format and xml format under the same general-purpose object. Haven't done much with the XML format yet, but I've been making some adjustments to the binary format implementation so that its more evenly branched out and doesn't retain more information than it needs to. I've also fixed some issues with the data-types, and documented the Instance object.
2019-01-29 09:50:55 +00:00
*.ide
*.user
Reference in New Issue
Copy Permalink