rojo-rbx / rbxlx-to-rojo

Tool to one time convert Roblox places to Rojo projects
Mozilla Public License 2.0
174 stars 35 forks source link

Only Partially Works for Certain Place #35

Closed vastqud closed 4 years ago

vastqud commented 4 years ago

Hello, so I tried using this for my main game and it only partially works. I don't get any errors when running the .exe.

It skips over a lot of scripts, and almost every modulescript isn't included. Also, for this particular place, a default.project JSON file is never created. I tried it out on a different game of mine and it worked just fine -- every script was included and everything worked as intended. It just seems that for this one place, certain files are not created.

Could it have something to do with the file size? It's about 50,000 kilobytes. Smaller files work without any problems.

If you need any more information for debugging or correcting any mistake that I might be making, let me know. Thanks.

Kampfkarren commented 4 years ago

Most likely your place has data types that rbx-xml doesn't support.

Can you follow these instructions and let me know what it says?

Shift right-click the folder you downloaded it to in the Windows file explorer, then type .\rbxlx-to-rojo.exe and tell me what it says.

vastqud commented 4 years ago

Here's what it says after I ran through the entire process with the problematic place: image Edit: Now that I'm looking at it myself I assume that the problem is the / in that script's name.

Kampfkarren commented 4 years ago

That would make sense--you can't put a slash in a filename. Let me know if changing it fixes that.

vastqud commented 4 years ago

Yep, it works now!