-
Find the Discord channel in which you would like to send commits and other updates
-
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
node_modules/ |
function replaceAt(string, index, replace) { | |
return string.substring(0, index) + replace + string.substring(index + 1); | |
} |
import socket | |
import random | |
import time | |
import sys | |
log_level = 2 | |
def log(text, level=1): | |
if log_level >= level: | |
print(text) |
- Open Chrome Developer tools and click the Network tab.
- Navigate to the page with the video and get it to start playing.
- Filter the list of files to "m3u8".
- Find master.m3u8 or index.m3u8 and click on it.
- Save the file to disk and look inside it.
- If the file contains a single m3u8 master url, copy that one instead.
- Run the program m3u8x.
- Paste the same m3u8 url in both textboxes (URL and Quality URL) and click "Headers" and set the referral url and user-agent from the request as found in Chrome.
To add a Windows context menu item "Edit With GIMP", download RegEditWithGimp.reg
, edit the version number in the exe path to match your actual GIMP exe, and then double-click the reg file to install it into the registry.
This is NOT for modifying existing sounds! To see how to modify existing sounds, visit Rain World Modding Wiki: Modification Files.
Sounds exist in-game abstractly, that is, rather than you the modder dealing with AudioClip
/AudioSource
instances (belonging to Unity), you will instead use sounds via their abstract SoundID
class, which, like all other ExtEnum<T>
types, contains a unique string ID of your choosing.
Consider creating a new class in your mod, like so:
public static class Sounds {
Jakarta, September 14th, 2024 — Recently, there has been a major controversy in Indonesia's creative industries over an exposé about the abuse and mistreatment done by the leaders and co-founders of Brandoville Studios: Cherry Lai and Ken Lai.
Brandoville Studios was a game and animation studio based in Jakarta, Indonesia that recently closed down between February and July 2024. The official statement about their closure follows in August 2024 (https://www.instagram.com/p/C-w8R0nTgPM/).