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

rbxlx-ro-rojo not building my whole game, only workspace #50

Closed RemielDev closed 3 years ago

RemielDev commented 3 years ago

Building the file took seconds and the only error was: Unknown value type name "OptionalCoordinateFrame" in Roblox XML model file. Found in property Workspace.WorldPivotData.

Kampfkarren commented 3 years ago

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.

RemielDev commented 3 years ago

Unknown value type name "OptionalCoordinateFrame" in Roblox XML model file. Found in property Model.WorldPivotData.

Kampfkarren commented 3 years ago

If that's the only message, then the newest rbxlx-to-rojo shouldn't have the issue. That's just a warning.

RemielDev commented 3 years ago

Well, that's the message I get when during the first step of the main exe runner. How would I type .\rbxlx-to-rojo.exe on the file holding the result of the roblox to rojo runner?

Kampfkarren commented 3 years ago

Using PowerShell will show you the other error messages, since it's existing right as they get them.

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.

RemielDev commented 3 years ago

Looks like the build hasn't been completed at all. Here is the error; image

Kampfkarren commented 3 years ago

Looks like you have some funky directory names! I would recommend keeping everything just to alphabet, numbers, and spaces/underscores. Windows can't handle much more than that.