Skip to content

Instantly share code, notes, and snippets.

@rondhi
rondhi / README.md
Last active May 26, 2024 06:43
Tutorial for Writing Streamer.bot C# code with linting in Visual Studio Code

Writing Streamer.bot C# code with linting in Visual Studio Code

Description

This tutorial provides a general step-by-step guide on setting up Visual Studio Code (VS Code) for writing C# code for Streamer.bot. By following these instructions, you'll be able to write code with linting, which will help you catch errors early and ensure your code compiles before copying into Streamer.bot

Install VS Code

  1. Download VS Code
  2. Install VS Code
@rondhi
rondhi / EventTypeList.md
Last active October 17, 2023 19:47
CPH.GetEvents() list
using System;

namespace Streamer.bot.Common.Events
{
  [Serializable]
  public enum EventType
  {
    ("Custom") EventType.Custom
    (EventSource.Twitch, "Follow") EventType.TwitchFollow
@rondhi
rondhi / README.md
Last active May 7, 2024 06:55
How to stream games from OBS directly from Steam Deck's Gaming Mode

How to stream games from OBS directly from Steam Deck's Gaming Mode (as of 2023-02-26)

DISCLAIMER: As with any guide, please make sure to read through and understand everything before following the steps in this guide. I'm not responsible for you breaking anything on your own device. This guide assumes you have a little background with the linux command line as well as the text editor nano. If not, please educate yourself


Description: It's possible to stream Vulkan and OpenGL games from Gaming Mode on your Steam Deck. This guide is heavily based on robertkirkman's guide, which is linked multiple times throughout this guide. Much thanks to them


TlM0RR+LCAAAAAAABADtfelyG0eW7v+JmHdAK0Zx3dOddu6L/0mURZO2ZC0UKbE5ociVhIWFF4skqqNf4z7Hjfk9v+ZR7pPckwWAxFZAFQhQ1LgVYQuqysrly5Nny5Mn//6v/9JoPPgYe/1mt/Pgxwb5a/GgY9sR/vXg9aAXbfunVmzHzqDfOGpeNh7b3oNRIesH8FEfyv0t/7vR+PvoL3jVDPlrkbRkNhIUDaWIK5OQdSEibokLyjgtvBvVVXz0v4dxmFvtDFutm6exY10r5voGvWG8eV7exX6DDy4aPzZe9Lrnvdjv33S5+PC81x1e5i/3f3v0a2Pv1U+Pjn57NfXetj7Zq/6rYYYj2VZ/qs2e7YRu+1Ex7sW3vtvxw14PurH4bgGrGbyKIn0fO/H5eFR/e/76PxpHBy9eN4peftefGeWfb7o7+rQ77Pmbb4/ytxmHo+7AthrPh20Xe3OfDOLn3M0HDwdQsCj3cK4EDKcTi24fFLOJx3/Qkv9N/sxVMSIDqVjk3ETkHWGIR8yQCSSiKKTjRLsog5/78FNsnl/k/uHv8Vy/ry7zIJmZfTyZ1BnaGfWhE+JneCNunv7jr3c4B/td21qFfX6/M+gZFTxExREWDNZdEgY5kySyBpukoufCkt1Dr6tA/9G2itX/4Ojic2PQbTyzvQ/Dfve37m+N1O01BhexcRFbl/3lJBaY5cJwZGlIME6ckGaBo8SwcDbIFHjtcRKMa48UVxtpr5l52oRWJlTwoqCgzsCex7m+XmPzb207uPjuO+jav08t3B9uCOnP/07wn/9tKUYGex8ct8gqZxB3yiMTbUDEW26IERIzWxsjyupCREgVjOwU9TuWiExKI2uhz9w7iwyVBNFAVZLCGUnmO94bdg7a7RjsILau5kXHFCaOs8iwoUhoYhE3zCEXsEfU02gkS1r7+YW1FhO+HJEH85MywYNVYkwFbeRW5yljlpa6rp+5zl631Z3n+JdZyPcHhSidlU7F6xD7g2bHZtiPx5XOV/iod/5g