Skip to content
View FrostBird347's full-sized avatar
Block or Report

Block or report FrostBird347

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FrostBird347/README.md

Languages

  • JavaScript
    • Vanilla JavaScript
    • NodeJS
  • C#
    • .NET
    • Unity
    • Godot
  • Shell Script
    • Bash
  • Java
    • Fabric Modding
  • Others
    • AppleScript
    • C
    • Python (Very limited experience)
    • Swift (Very limited experience)

Pinned

  1. DMPServerMap DMPServerMap Public

    An implementation of Telemachus Reborn's vessel map as a DMP server plugin, allowing users to view vessels on an interactive map.

    JavaScript

  2. Every possible kerbal in KSP, accord... Every possible kerbal in KSP, according to https://pastebin.com/CYzvhutY and https://wiki.kerbalspaceprogram.com/wiki/Kerbal#See_also
    1
    Jebediah Kerman
    2
    Bill Kerman
    3
    Bob Kerman
    4
    Valentina Kerman
    5
    Wernher von Kerman
  3. Vestiges Vestiges Public

    Upon death, you will leave a temporary remnant for other players to find.

    C# 4

  4. Reset all achievement slots for the ... Reset all achievement slots for the achievement showcase on a steam profile
    1
    //Credit: https://steamcommunity.com/discussions/forum/1/666826703364808594/#c622954302088767800
    2
    //Tested using steam with the "-dev" launch argument (https://developer.valvesoftware.com/wiki/Command_Line_Options#Steam)
    3
    //After running this script, you must save and reload the page to see any changes
    4
    for (var i = 0; i < document.getElementsByClassName("profile_customization_header").length; i++) {
    5
    	var CurrentHeader = document.getElementsByClassName("profile_customization_header")[i];