https://github.com/MaximumADHD/Rbx2Source
A utility tool that automatically assembles Roblox assets into geometry data, which is then compiled into the Source Engine.
https://github.com/MaximumADHD/Rbx2Source
Last synced: about 1 year ago
JSON representation
A utility tool that automatically assembles Roblox assets into geometry data, which is then compiled into the Source Engine.
- Host: GitHub
- URL: https://github.com/MaximumADHD/Rbx2Source
- Owner: MaximumADHD
- Created: 2014-10-24T16:17:10.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T22:21:22.000Z (about 2 years ago)
- Last Synced: 2024-05-20T03:17:55.305Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 53 MB
- Stars: 69
- Watchers: 15
- Forks: 33
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-roblox - Rbx2Source
README
# 
### Port Roblox models to Source Engine Games
# [Download Here](https://github.com/MaximumADHD/Rbx2Source/releases/latest/download/Rbx2Source.exe)
[](https://hits.seeyoufarm.com)[](https://hits.seeyoufarm.com)[](https://github.com/MaximumADHD/Rbx2Source/actions/workflows/build.yml)[
](https://discord.gg/b9MUKXF88p)
# Setup
- Download [.NET 4.7.2](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net472) if you don't have it already
- Download the latest [Rbx2Source.exe](https://github.com/MaximumADHD/Rbx2Source/releases/latest/download/Rbx2Source.exe) file from the github page.
- Alternatively, download the latest build artifact from the last commit.
- If you're having issues, try running the [Cache Clearer](https://github.com/MaximumADHD/Rbx2Source/raw/main/Clear%20Cache.bat). If that doesn't fix anything, create a github issue.
# Building Instructions
- Clone the github repository.
- Clone [the Dependency repository](https://github.com/MaximumADHD/Roblox-File-Format/) as well, in the same directory that you cloned Rbx2Source in
- Restore NuGet Packages for Both repositories
- Build within Visual Studio Community 2022 (Debug / Release)
- Some users have experienced issues building versions of VS 2022 other than community.
# Known Issues
- Having layered clothing on your avatar will cause the compilier to error out. Layered clothing is *not* a planned feature at the moment.