From 1d8ad74e3d2b2e7ba3ecf78ba7c2a13e6f1c1d75 Mon Sep 17 00:00:00 2001 From: femou Date: Fri, 18 Apr 2025 12:43:09 -0300 Subject: [PATCH 1/2] Remove request to send errors to @qfoxb Since people have been asking Lockpick to fix the program since the new api update. --- Forms/Rbx2Source.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Forms/Rbx2Source.cs b/Forms/Rbx2Source.cs index 7b7aa72..8fb8a6e 100644 --- a/Forms/Rbx2Source.cs +++ b/Forms/Rbx2Source.cs @@ -506,7 +506,6 @@ private async void LogException(Task brokenTask, string context) { exceptionMsg = exception.Message; errorMsg += "\nError Message: " + exceptionMsg + "\n\n" + - "If this error message has happened multiple times, and doesn't seem deliberate, you should totally send a screenshot of this error message to @qfoxbRBLX on Twitter.\n\n" + "STACK TRACE:\n" + outputDivider + "\n" + exception.StackTrace + "\n" + outputDivider; } } From 69cd6433191b67af755d43712448e54a0acb4688 Mon Sep 17 00:00:00 2001 From: femou Date: Fri, 18 Apr 2025 12:45:58 -0300 Subject: [PATCH 2/2] Remove Discord server link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33414a5..dcb8234 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ![rbx2source](Resources/Images/smallRbx2SourceLogo.png) ### Port Roblox models to Source Engine Games # [Download Here](https://github.com/MaximumADHD/Rbx2Source/releases/latest/download/Rbx2Source.exe) -[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FStarLandRBLX%2FRbx2Source&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)[![Repo Size](https://img.shields.io/github/repo-size/MaximumADHD/Rbx2Source)](https://hits.seeyoufarm.com)[![Build Rbx2Source](https://github.com/MaximumADHD/Rbx2Source/actions/workflows/build.yml/badge.svg)](https://github.com/MaximumADHD/Rbx2Source/actions/workflows/build.yml)![CodeQL](https://github.com/MaximumADHD/Rbx2Source/actions/workflows/codeql.yml/badge.svg)![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=flat&logo=dependabot&logoColor=white)![.Net](https://img.shields.io/badge/.NET-5C2D91?style=flat&logo=.net&logoColor=white)![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=flat&logo=c-sharp&logoColor=white)![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat&logo=windows&logoColor=white)[](https://discord.gg/b9MUKXF88p) +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FStarLandRBLX%2FRbx2Source&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)[![Repo Size](https://img.shields.io/github/repo-size/MaximumADHD/Rbx2Source)](https://hits.seeyoufarm.com)[![Build Rbx2Source](https://github.com/MaximumADHD/Rbx2Source/actions/workflows/build.yml/badge.svg)](https://github.com/MaximumADHD/Rbx2Source/actions/workflows/build.yml)![CodeQL](https://github.com/MaximumADHD/Rbx2Source/actions/workflows/codeql.yml/badge.svg)![Dependabot](https://img.shields.io/badge/dependabot-025E8C?style=flat&logo=dependabot&logoColor=white)![.Net](https://img.shields.io/badge/.NET-5C2D91?style=flat&logo=.net&logoColor=white)![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=flat&logo=c-sharp&logoColor=white)![Windows](https://img.shields.io/badge/Windows-0078D6?style=flat&logo=windows&logoColor=white) # Setup - Download [.NET 4.7.2](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net472) if you don't have it already