Repository: DesktopGooseUnofficial/ResourceHub
Branch: master
Commit: 0976c282b647
Files: 38
Total size: 29.6 KB
Directory structure:
gitextract_xj5c23x8/
├── .github/
│ ├── FUNDING.yml
│ ├── ISSUE_TEMPLATE/
│ │ └── config.yml
│ ├── boring-cyborg.yml
│ ├── pull_request_template.md
│ ├── reaction.yml
│ └── workflows/
│ └── autoupdate.yml
├── .gitignore
├── 404.html
├── CONTRIBUTING.md
├── Gemfile
├── README.md
├── _config.yml
├── _includes/
│ └── install_guide.md
├── assets/
│ └── css/
│ └── style.scss
├── mods/
│ ├── AcidGoose.md
│ ├── Ball.md
│ ├── BreadCrumbs.md
│ ├── Clicker.md
│ ├── ColorPickerGoose.md
│ ├── Debugoose.md
│ ├── DragGoose.md
│ ├── GooseAI.md
│ ├── GooseExploder.md
│ ├── GooseJail.md
│ ├── GooseLua.md
│ ├── GooseManager.md
│ ├── GoosePresence.md
│ ├── Honcker.md
│ ├── OnePunchGoose.md
│ ├── PortalGoos.md
│ ├── ShaggysConfigGUI.md
│ ├── ShaggysNametagMod.md
│ ├── SizzurpMods.md
│ ├── Sonigoose.md
│ ├── Toys.md
│ ├── explore/
│ │ └── mods.md
│ └── hatgoos.md
└── notepads/
└── superflower008.md
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/FUNDING.yml
================================================
patreon: sammakesvr
================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
contact_links:
- name: Mod Support
url: https://discord.gg/yjGFsUD
about: Please ask and answer questions about mods here.
- name: Goose Support for Windows
url: https://discord.gg/GVTtAPC
about: Do you have support questions about Goose? Please ask here.
================================================
FILE: .github/boring-cyborg.yml
================================================
##### Labeler ##########################################################################################################
# Enable "labeler" for your PR that would add labels to PRs based on the paths that are modified in the PR.
labelPRBasedOnFilePath:
# Add 'mods' to any changes within 'mods' folder or any subfolders
mods:
- mods/**/*
information:
- info/**/*
modpacks:
- modpacks/**/*
tutorials:
- tutorials/**/*
================================================
FILE: .github/pull_request_template.md
================================================
<!--
do not add actual malware to this repository, we have a 0-tolerance policy on malware mods
we will also remove mods that mess with the donation message the goose can give you, if any are found
please do not add false information if you are making changes to the gametestlist
we do no longer acccept mods that are modified versions of the Goose binary due to Goose v0.3 releasing
thank you for being a good contributor
-->
================================================
FILE: .github/reaction.yml
================================================
# Configuration for Reaction Comments - https://github.com/dessant/reaction-comments
# Issues and pull requests with these labels accept reaction comments.
# Set to `[]` to disable
exemptLabels: []
# Replace matching comments with this message, `{comment-author}` is an
# optional placeholder. Set to `false` to disable
reactionComment: false
# Limit to only `issues` or `pulls`
# only: issues
# Optionally, specify configuration settings just for `issues` or `pulls`
# issues:
# exemptLabels:
# - party-parrot
# pulls:
# reactionComment: false
# Repository to extend settings from
# _extends: repo
================================================
FILE: .github/workflows/autoupdate.yml
================================================
name: autoupdate
on:
push: {}
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-18.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
================================================
FILE: .gitignore
================================================
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# Visual Studio Code
.vscode/*
# !.vscode/settings.json
# !.vscode/tasks.json
# !.vscode/launch.json
# !.vscode/extensions.json
*.code-workspace
# settings for markdownlint
.markdownlint.json
_site
================================================
FILE: 404.html
================================================
<head>
<title>404!</title>
</head>
<body>
<h1>404</h1>
<p>Either this page was moved, deleted or never even existed in the first place.</p>
<br><a href="https://desktopgooseunofficial.github.io/ResourceHub">Return to home</a>
</body>
================================================
FILE: CONTRIBUTING.md
================================================
Welcome to ResourceHub! We're glad you're here.
Before you begin making changes, here's some things you should keep in mind:
---
**Recommendations:**
💁♂️ Use [pull](https://github.com/wei/pull) on your ResourceHub forks
💁♂️ If you're new to GitHub, we recommend [GitHub Desktop](https://desktop.github.com)
💁♂️ Publish the source code of your mods *before* you submit them
---
**Please do**:
✔️ Make awesome mods and put them on ResourceHub
---
**Please don't**:
❌ Add mods that go under the [exploding level](https://github.com/DesktopGooseUnofficial/ResourceHub/blob/master/info/ContentRatings.md#-exploding-level) content rating
❌ Add mods without adding their source code
---
================================================
FILE: Gemfile
================================================
source "https://rubygems.org"
gem "github-pages", "~> 232", group: :jekyll_plugins
================================================
FILE: README.md
================================================
# Welcome to ResourceHub
ResourceHub is the unofficial repository of mods and file packs for [Desktop Goose](https://samperson.itch.io/desktop-goose) by [Samperson](https://twitter.com/SamNChiet).
---
## Mods
* [Find mods here.](mods/explore/mods.md)
## Memes
* [extra goose memes](https://drive.google.com/open?id=1QxU0p0pKbcg0KcML-9x-DqYQHUCzwSEn)
## Notepad Packs
* [SF008's Notepad Pack](notepads/superflower008.md)
## FAQs
### A mod doesn't work.
Make sure you've done these first:
- Is on [latest version of Desktop Goose](https://samperson.itch.io/desktop-goose)
- Mod DLL is in mods folder within its own folder
- [Config file has EnableMods=True](https://i.imgur.com/pa5u8XB.gif)
- Save the config
- Restart the program
### How do I uninstall the goose?
Delete the Desktop Goose folder and all of its contents.
### Does Desktop Goose support more than one monitor?
No. It will still work on one monitor, but cannot move across monitors.
### Is there mod support on macOS?
No.
### What operating systems are officially supported?
Windows, MacOS, the next port in line is for the Samsung Smart Fridge.
### Is the goose safe to run with video games?
It depends, the goose biting the cursor may trigger anticheats in some multiplayer games.
### How do I add custom text boxes, or images for the goose to drag?
In the DesktopGoose folder, there is an "Assets" folder - Add your own text and image files to the proper Images/Memes and Text locations in there!
================================================
FILE: _config.yml
================================================
theme: jekyll-theme-minimal
title: Desktop Goose ResourceHub
description: Mods and file packs for Desktop Goose
logo: https://desktopgooseunofficial.github.io/ResourceHub/assets/images/banner.png
show_downloads: false
================================================
FILE: _includes/install_guide.md
================================================
## Installation guide
First, make sure that you are running [Desktop Goose 0.3/0.31](https://samperson.itch.io/desktop-goose) on Windows. The macOS version does not support mods.
0. If you have the Goose running, close him first.
1. Go to the `Mods` folder in the `Assets` folder. {% if include.iszip %}
2. Open the `{{ include.modname }}.zip` file.
3. Copy the folder from the `{{ include.modname }}.zip` file to the `Mods` directory. {% else %}
2. Create a folder with the name `{{ include.modname }}`. {% if include.isplainzip %}
3. Copy the files inside the `{{ include.modname }}.zip` file to the `{{ include.modname }}` folder. {% else %}
3. Place the `{{ include.modname }}.dll` file inside the `{{ include.modname }}` folder. {% endif %} {% endif %}
4. Go back to the Desktop Goose folder.
5. If you haven't already, open the `config.ini` file and change `EnableMods=False` to `EnableMods=True`, then save it.
7. Open the Goose again and enjoy!!
**Need help?** You can ask for support in the [#goose-modding channel on the Discord server](https://discord.gg/avXP7hsUt2).
================================================
FILE: assets/css/style.scss
================================================
@import "{{ site.theme }}";
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
================================================
FILE: mods/AcidGoose.md
================================================
# Acid Goose 
**A very weird version of the Goose we know and love ❤**
Download: [AcidGoose.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/AcidGoose/AcidGoose.zip)
Goose Version: **v0.3**
Author: **⧹ F!NN ⧸#1580**
The code is kinda trash but I am still learning... Please dont blame me o.O
{% include install_guide.md modname="AcidGoose" iszip=true %}
## Source code
```csharp
public void PostTick(GooseEntity g)
{
float noicedirection = 0;
ThreadPool.QueueUserWorkItem(dospinning);
ThreadPool.QueueUserWorkItem(updateRotation);
ThreadPool.QueueUserWorkItem(honk);
void dospinning (object state)
{
while (true)
{
noicedirection = noicedirection + 4f;
if (noicedirection == 360)
{
noicedirection = 0;
}
//Task.WaitAll(100);
Thread.Sleep(1);
}
}
void updateRotation (object state)
{
while (true)
{
g.direction = noicedirection;
}
}
void honk (object state)
{
while (true)
{
API.Goose.playHonckSound();
Thread.Sleep(700);
}
}
```
================================================
FILE: mods/Ball.md
================================================
# Ball 
Adds a ball for you and the goose to play with!
- Goose kicks the ball randomly
- Mouse cursor kicks the ball and gets the attention of the goose.
# Download
Download: [BallModv1.0.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/ball-1.0/BallModv1.0.zip) ([Source](https://github.com/TheOrlando/DesktopGooseMod_Ball))
Goose Version: **0.3**
Mod Version: **1.0**
Author: **TheOrlando#9984**
---
{% include install_guide.md modname="BallModv1.0" iszip=true %}
================================================
FILE: mods/BreadCrumbs.md
================================================
# BreadCrumbs 
This mod allows you to feed the goose to make him walk across your screen, or to calm him down when he is in a frenzy. Plus he makes cute nom sound.
Usage: Press 'Right Shift Button' to throw crumbs at your mouse pointer. This can be change in the Config but remember to read the READ ME.
## Download
Get it: [BreadCrumbs.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/breadcrumbs-1.5/BreadCrumbs.zip) ([Source](https://github.com/euandeas/GooseMod_BreadCrumbs))
Goose Version: **v0.3**
Mod Version: **1.5**
Author: **Straaft#2916**
---
{% include install_guide.md modname="BreadCrumbs" iszip=true %}
================================================
FILE: mods/Clicker.md
================================================
# Clicker
If you want to make your goose even more chaotic, then this mod's for you. It will randomly click and open applications on your desktop. Make the goose more annoying!
## Download
Get it: [Clicker](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/clicker/Clicker.dll) ([Source](https://github.com/NE1W01F/Gooes-Mod))
Goose Version: **v0.3**
Mod Version: **1.5**
----
{% include install_guide.md modname="Clicker" iszip=false %}
================================================
FILE: mods/ColorPickerGoose.md
================================================
# Color Picker Goose 
Use a color picker to select a color for your goose instead of setting it in the config
Simplifies running multiple nametagged geese.
Shows a Windows color dialog box on launch, like the one used in MS Paint.
## Download
Get it: [GooseColorPicker.dll](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/goosecolorpicker/GooseColorPicker.dll) ([Source](https://gist.github.com/nyakase/0ef382ad8577a8747699b9db0174cba8))
----
{% include install_guide.md modname="ColorPickerGoose" iszip=false %}
================================================
FILE: mods/Debugoose.md
================================================
# Debugoose 
Gives your goose a set of debugging info, including stuff from `console.WriteLine()`.
The mod shows the 10 most recent console lines, saving the full console to log.txt
### Download
Get it: [Debugoose](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/debugoose/debugoose.dll) ([Source](https://github.com/CodeF53/DskptGoose-Debugoose/tree/master/GooseMod_Debugoose))
Goose Version: **v0.3**
Mod Version: **v1.1**
Author: **CodeF53#0241**
## Image of GUI:

In the above image, I had a seperate example mod declare it's initialization.

In the above image, the same example mod was set to declare when it's task was running. (it did this every tick)
----
{% include install_guide.md modname="debugoose" iszip=false %}
================================================
FILE: mods/DragGoose.md
================================================
# DragGoose 
This is a simple mod which allows you to drag the goose around your screen. But be careful he may try to bite and the grab may be unsuccesful. If you do manage to catch him then goose will panic and if you drag to fast then he may get free...
p.s: Be careful when dragging the goose, you will still highlight/select stuff in the background.
## Download
Get it: [DragGoose.dll](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/draggoose/DragGoose.dll) ([Source](https://github.com/euandeas/GooseMod_DragGoose))
Goose Version: **v0.3**
Mod Version: **1.0**
Author: **Straaft#2916**
---
{% include install_guide.md modname="DragGoose" iszip=false %}
================================================
FILE: mods/GooseAI.md
================================================
# GooseAI
AI integration mod for Desktop goose using any AI provider (i think any)

talk to the goose using artificial intelligence!
Makes the AI sentient (sort of), read the source for more details
## How to setup
Choose an AI provider; I recommend mistral because they give away free API usage (thank you mistral) or you can use openAI or use a local AI. Any AI provider that has a openai similar API should work.
the json examples below show usage with the mistral API.
### 1. In the JSON file, replace "key" with your real API key that you got from whatever provider you've chosen:
```json
"api_key": "kr7ApdZkEZr063jC2lfg67zAEAV3PB6Zy",
```
make sure to leave a comma at the end to not break the json file
### 2. Replace "endpoint-url" to your provider's enpoint:
```json
"endpoint": "https://api.mistral.ai/v1/chat/completions",
```
### 3. Replace "ai-model" with your chosen AI model:
```json
"model": "mistral-tiny",
```
after this, you should be good to go! go to source to view more details regarding the configs
## Download:
Release: [Latest Releases](https://github.com/Vexicle/GooseAI/releases)
Source: [Source code](https://github.com/Vexicle/GooseAI/)
Author: [eternalshell](https://github.com/Vexicle)
----
{% include install_guide.md modname="GooseAI" isplainzip=true %}
================================================
FILE: mods/GooseExploder.md
================================================
# Kamikagoose 
## Features
a better way to banish the goose.
to use just click ctrl+alt+middle click
<sub><sup>im gonna be adding smoke when i can figure out how</sup></sub>
### IF YOU ARE SENSITIVE TO FLASHING COLORS/LIGHTS DON'T DOWNLOAD
Get it: [GooseExploder.dll](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/gooseexploder/GooseExploder.dll) ([Source](https://github.com/Vortetty/GooseExploder))
Goose Version: **v0.3**
Mod Version: **v1.0**
Author: **Vortetty#5020**
{% include install_guide.md modname="GooseExploder" iszip=false %}
================================================
FILE: mods/GooseJail.md
================================================
# Goose Jail 
Allows you to trap the goose in a cage. You may also free the goose and choose its (The jail's) position.
## Preview

## Features
- Allows you to trap the goose. Use the **O** key to set the position and **P** to trap him.
- The goose is sad and will no longer chase your mouse if he was chasing your mouse before.
## Download
Get it: [GooseJail.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/goosejail/GooseJail.zip) ([Source](https://github.com/WackyModer/GooseJail))
Goose Version: **v0.3**
Mod Version: **1.0.0**
Author: **WackyModer**
----
{% include install_guide.md modname="GooseJail" iszip=true %}
================================================
FILE: mods/GooseLua.md
================================================
# GooseLua 
## Warning
This is probably not what you are looking for!
GooseLua loads Lua mods, not regular mods. A mod installation guide is included in every mod's page
on the bottom.
Unless you use Lua mods, this is not needed to load any mods.
## Features
Lua mod making for Desktop Goose
## Info
Get it: [GooseLua.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/gooselua/GooseLua.zip)
Goose Version: **v0.3**
Mod Version: **v0.3-alpha**
Author: **Lil Sizzurp#0001**
Source Code: [GooseLua](https://github.com/GooseLua/GooseLua/)
{% include install_guide.md modname="GooseLua" iszip=true %}
================================================
FILE: mods/GooseManager.md
================================================
# GooseManager   
## Features
Adds a file where you can disable goose actions
Adds a file where you can disable goose speed tiers
## Info
Get it: [GooseManager.dll](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/goosemanager/GooseManager.dll)
Goose Version: **v0.3**
Mod Version: **v1.2**
Author: **JQ#1693**
Credit For Name: **Moracan#3634**
Source Code: [SourceCode.cs](https://github.com/1JQ/GooseMenager/blob/master/For%20v0.3/SourceCode.cs )
{% include install_guide.md modname="GooseManager" iszip=false %}
## How To Use
**disabling goose actions:**
After first time of starting goose with this mod, "GooseTasks.txt" file will be added to mod folder, there you can disable action by changing True to False on the right side of action name!
If all actions are disabled, all actions will be enabled
**disabling goose speed tiers:**
After first time of starting goose with this mod, "GooseSpeedTiers.txt" file will be added to mod folder, there you can disable speed tier by changing True to False on the right side of speed tier!
If all speed tiers are disabled, all speed tiers will be enabled
**for both:**
To apply changes you need to restart goose
## Attention
Having only charge active while having active meme and note actions will make goose dancing with window while holded window is on
Disabling charge will not change goose speed in Nabmouse action (when goose catches mouse speed will change)
================================================
FILE: mods/GoosePresence.md
================================================
# Goose Presence  
### A Mod That Adds Discord RPC Capabilities to our beloved Goose.
This mod allows the Goose to use telepathy to channel its wondrous thoughts and actions to Discord. Kinda Cool, right?
# Preview

## Features
- Adds Discord RPC Capabilities for the Goose.
- Goose with telepathy.
# Download
Get it: [GoosePresence.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/goosepresence/GoosePresence.zip)
Goose Version: **v0.3**
Mod Version: **1.0.5**
Author: **vis#5001**
Repaired By: **G1nX#0746**
Look inside: [Source](https://github.com/VisualError/GoosePresence/)
{% include install_guide.md modname="GoosePresence" iszip=true %}
================================================
FILE: mods/Honcker.md
================================================
# Honcker 
A very simple mod that allows you to make your goose honk at will with the F key
## Downloads
[Honcker](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/honcker/Honcker.dll)
## Requirements
DesktopGoose **v0.3**
{% include install_guide.md modname="Honcker" iszip=false %}
## Source code
```
public class ModMain : IMod
{
[DllImport("user32.dll")]
public static extern short GetAsyncKeyState(Keys vKey);
public void Init()
{
InjectionPoints.PreTickEvent += PreTick;
}
public void PreTick(GooseEntity goose) {
bool pressingHonk = false;
if (GetAsyncKeyState(Keys.F) != 0)
{
if (!pressingHonk)
{
API.Goose.playHonckSound();
pressingHonk = true;
}
}
else
{
pressingHonk = false;
}
}
}
```
================================================
FILE: mods/OnePunchGoose.md
================================================
# OnePunchGoose  
### A Mod to Punch Problems away!
Whenever you unplease the goose it unleashes its anger and bites your cursor,
and nobody wants their cursor to be bitten by this goose! So this mod makes your cursor get punched by it!.. <sub><sup>wait-</sup></sub>
## DISCLAIMER
Please keep in mind that this mod will move your cursor and displays lots of particles in your screen.
<b>Also, DONT Anger the Goose. And trust me, you wouldn't want that. (unless you do)</b>
</b>
# Download
Get it: [One Punch Goose](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/onepunchgoose/OnePunchGoose.dll)
Look inside: [Source](https://github.com/VisualError/OnePunchGoose/)
## Features
- Goose makes your cursor fly off if you anger it.
- Particles that looks hot. <sub><sup>haha not really</sup></sub>
- Config file.
- Impactful sound!
- AND LASTLY, No more biting!
<sub>(Known bug.. It only removes the problem of the goose and gives you more problems)</sub>
## Preview
Goose Version: **v0.3**
Mod Version: **1.1**
Author: **vis#7946**
YouTube Video Preview: [One Punch Goose Mod!](https://youtu.be/AOf0w9R5sTQ)
{% include install_guide.md modname="OnePunchGoose" iszip=false %}
================================================
FILE: mods/PortalGoos.md
================================================
# PortalGoos 
Portal mod for your Goos!
# Features:
- controls - hold p and press either 1 or 2 to place a portal. **new in 1.1! p + 0 will toggle portals on and off.**
- loops - if the goose is bringing in a meme and hits a portal it'll still teleport,
and it'll take the meme with it, which allows you to create some infinite loops
- cursor - it can teleport with your cursor in its beak
# Download
Download: [PortalGoos.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/portalgoos-1.1/PortalGoos.zip) ([Source](https://github.com/Moonaliss1/DesktopGooseMod_PortalGoos))
Goose Version: **0.3**
Mod Version: **1.1**
Author: **Moonaliss#9590**
{% include install_guide.md modname="PortalGoos" iszip=true %}
================================================
FILE: mods/ShaggysConfigGUI.md
================================================
# Shaggys Config GUI 
## Features
**View all settings in configuration file through simple form**
Get it: [Shaggys Config GUI](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/ShaggyMenu-1.0/ShaggysGooseMenu.zip)
Goose Version: **v0.3**
Mod Version: **v1.0**
Author: **⎝⎝𝓢𝓱𝓪𝓰𝓰𝔂 ⎠⎠#3892**
## GIF of GUI:

{% include install_guide.md modname="ShaggysGooseMenu" iszip=true %}
================================================
FILE: mods/ShaggysNametagMod.md
================================================
# Shaggys Nametag Mod 
## Features
**Adds Nametag that can be changed in the config inside of "Assets/mods/NameYourGooseConfig.txt"**
**Nametag color can also be changed via HEX color codes.**
Get it: [Shaggys Nametag Mod](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/ShaggyNametag-1.0/ShaggysNameMod.zip)
Goose Version: **v0.3**
Mod Version: **v1.0**
Author: **⎝⎝𝓢𝓱𝓪𝓰𝓰𝔂 ⎠⎠#3892**
## GIF of Nametag:

{% include install_guide.md modname="ShaggysNameMod" iszip=true %}
================================================
FILE: mods/SizzurpMods.md
================================================
# SizzurpMods 
## Features
Multiple mods that are fun to use
Goose now has health
## Cons
**Replaces the NabMouse task with a damage event.**
## Info
Get it: [SizzurpMods.dll](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/sizzurpmods-v1.3/SizzurpMods.dll)
Goose Version: **v0.3**
Mod Version: **v1.3**
Author: **Lil Sizzurp#0001**
Source Code: [SizzurpMods](https://github.com/DesktopGooseUnofficial/SizzurpMods)
{% include install_guide.md modname="SizzurpMods" iszip=false %}
================================================
FILE: mods/Sonigoose.md
================================================
# Sonigoose 
## Features
**Makes your goose the fast blue hedgehog it always wanted to be**
Gives your goose a sonic blue color
Makes your goose go 2.5x as fast
Gives your goose a fresh sonic themed haircut
Get it: [Sonigoose](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/Sonicgoose/Sonicgoose.dll)
Look inside: [SourceCode](https://github.com/CodeF53/DskptGoose-Sonigoose/tree/master/GooseMod_Sonigoose)
Goose Version: **v0.3**
Mod Version: **v1.0**
Author: **CodeF53#0241**
## Image of Sonigoose:

{% include install_guide.md modname="Sonigoose" iszip=false %}
================================================
FILE: mods/Toys.md
================================================
# Toys 
Toys mod for Desktop Goose
# New
- Laser Pointer - Attach a laser pointer to the mouse for the goose to chase
# Features:
- Menu - Tab menu in lower left corner of display for toggling toys
Mouse over items until loading bar is full to activate/deactivate
- Ball - A ball to bounce around and play with
Same as BallMod
- Stick - Throw a stick for the Goose to fetch and return to you
- Bed - Send the Goose to take a nap, useful if you want the Goose to leave you alone
Side note : Goose will shake for about 2 seconds after waking, i don't know why lol
# Download
Download: [ToysMod.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/toys/ToysModv1.1.zip) ([Source](https://github.com/TheOrlando/DesktopGooseMod_Toys))
Goose Version : **0.3**
Mod Version : **1.1**
Author : **TheOrlando#9984**
{% include install_guide.md modname="ToysModv1.1.zip" iszip=true %}
================================================
FILE: mods/explore/mods.md
================================================
# List of ResourceHub mods
---
* [RainbowStrobe (default mod)](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/rainbowstrobe/RainbowStrobe.dll)
* [Shaggy's Config Menu](../ShaggysConfigGUI.md)
* [Shaggy's Nametag Mod](../ShaggysNametagMod.md)
* [SizzurpMods](../SizzurpMods.md)
* [Honcker](../Honcker.md)
* [Color Picker Goose](../ColorPickerGoose.md)
* [Acid Goose](../AcidGoose.md)
* [hatgoos](../hatgoos.md)
* [DragGoose](../DragGoose.md)
* [GooseManager](../GooseManager.md)
* [BreadCrumbs](../BreadCrumbs.md)
* [Debugoose](../Debugoose.md)
* [Sonigoose](../Sonigoose.md)
* [Ball](../Ball.md)
* [Toys](../Toys.md)
* [PortalGoos](../PortalGoos.md)
* [Kamikagoose](../GooseExploder.md)
* [GoosePresence](../GoosePresence.md)
* [GooseJail](../GooseJail.md)
* [OnePunchGoose](../OnePunchGoose.md)
* [Clicker](../Clicker.md)
* [GooseAI](../GooseAI.md)
---
## Other tools
### Desktop Goose Customizer
Try the [Desktop Goose Customizer](https://lim10dev.github.io/goose-customizer/) to visually edit your config.ini! Change settings on the left, click apply, then replace your config.ini with the text on the right.
### Modloaders
You do usually not need these (none of the above mods need them). These are to load custom Lua mods.
* [GooseLua](../GooseLua.md)
================================================
FILE: mods/hatgoos.md
================================================
# hatgoos
## Features
give your goos a hat (or your hat a goos if you prefer)
Get it: [HatGoos.zip](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/hatgoos-0.3/HatGoos.zip)
([Source](https://github.com/nike4613/GoosMods.3/tree/master/HatGoos))
Goose Version: **v0.3**
Mod Version: **0.1.0**
Author: **DaNike#6223**
---
{% include install_guide.md modname="HatGoos" iszip=true %}
---
## Custom Hats
[jotarogoos](https://i.imgur.com/a/XwxzFWi.png),
[diogoos](https://i.imgur.com/a/laVmo7w.png)
## Tutorial on Custom Hats
1. Run the GooseDesktop.exe once (This will create a config.toml file)
2. Exit the program (press and hold esc)
3. Go to the Mods folder in the Assets folder
4. Open the Hatgoos Folder
5. Open the Config.toml file in Notepad (right click, select Open With, then select Notepad)
6. Set HatMode = "Default" to HatMode = "Custom"
7. Set the CustomHatPath = "" to an image path (it need two backslashes because it is a toml file)
**Example:**
CustomHatPath = "C:\\\Users\\\username\\\Downloads\\\PC\\\Desktop Goose Modded v0.3\\\Assets\\\Hats\\\hat3.png"
8. Save your Config.toml
9. Run the GooseDesktop.exe to see the new changes
---
## Settings in Config
Below is a chart that should tell you what kind of setting are there in your config file. Function will tell you what happens if you were to manipulate that setting,
| Setting | Function |
|---------|:---------:|
| HatMode | Default - sets to Default hat , Custom - sets to using custom hats , None - No Hats |
| HorizontalSize | Sets the size of the hat (Only positive numbers) |
| HatPosition | Sets hat position (Positive and negative numbers) |
| CustomHatPath | Sets it to current custom hat location |
---
## FAQ
**Q: Where can I get the Sample Hat Pack?**
**A:** It was made by one of the discord members [here](https://github.com/Tatohead/ResourceHub-Images/raw/master/Hatgoos/Hats/Hats.zip)
**Q: Do the hats have to be 32x32? (Based on the Hats.zip provided from previous question)**
**A:** No, the hats can be larger than 1000x1000 or smaller than 32x32.
**Q: Do the hats have to be pixel? Can I only use the hats in that file?**
**A:** No, you can add any kind of hat you want. That sample pack is suppose to act as a reference for making or adding your own hats.
================================================
FILE: notepads/superflower008.md
================================================
# SuperFlower008's Notepad Pack 
## Downloads
[SF008's Notepad Pack 1.0](https://github.com/DesktopGooseUnofficial/ResourceHub/releases/download/notepad-v1.0/Goose_Notepad_Pack_V1.zip)
## Requirements
DesktopGoose **v0.3**
gitextract_xj5c23x8/
├── .github/
│ ├── FUNDING.yml
│ ├── ISSUE_TEMPLATE/
│ │ └── config.yml
│ ├── boring-cyborg.yml
│ ├── pull_request_template.md
│ ├── reaction.yml
│ └── workflows/
│ └── autoupdate.yml
├── .gitignore
├── 404.html
├── CONTRIBUTING.md
├── Gemfile
├── README.md
├── _config.yml
├── _includes/
│ └── install_guide.md
├── assets/
│ └── css/
│ └── style.scss
├── mods/
│ ├── AcidGoose.md
│ ├── Ball.md
│ ├── BreadCrumbs.md
│ ├── Clicker.md
│ ├── ColorPickerGoose.md
│ ├── Debugoose.md
│ ├── DragGoose.md
│ ├── GooseAI.md
│ ├── GooseExploder.md
│ ├── GooseJail.md
│ ├── GooseLua.md
│ ├── GooseManager.md
│ ├── GoosePresence.md
│ ├── Honcker.md
│ ├── OnePunchGoose.md
│ ├── PortalGoos.md
│ ├── ShaggysConfigGUI.md
│ ├── ShaggysNametagMod.md
│ ├── SizzurpMods.md
│ ├── Sonigoose.md
│ ├── Toys.md
│ ├── explore/
│ │ └── mods.md
│ └── hatgoos.md
└── notepads/
└── superflower008.md
Condensed preview — 38 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (33K chars).
[
{
"path": ".github/FUNDING.yml",
"chars": 20,
"preview": "patreon: sammakesvr\n"
},
{
"path": ".github/ISSUE_TEMPLATE/config.yml",
"chars": 276,
"preview": "contact_links:\n - name: Mod Support\n url: https://discord.gg/yjGFsUD\n about: Please ask and answer questions abou"
},
{
"path": ".github/boring-cyborg.yml",
"chars": 444,
"preview": "##### Labeler ##########################################################################################################"
},
{
"path": ".github/pull_request_template.md",
"chars": 431,
"preview": "<!-- \ndo not add actual malware to this repository, we have a 0-tolerance policy on malware mods\nwe will also remove mod"
},
{
"path": ".github/reaction.yml",
"chars": 613,
"preview": "# Configuration for Reaction Comments - https://github.com/dessant/reaction-comments\n\n# Issues and pull requests with th"
},
{
"path": ".github/workflows/autoupdate.yml",
"chars": 239,
"preview": "name: autoupdate\non:\n push: {}\njobs:\n autoupdate:\n name: autoupdate\n runs-on: ubuntu-18.04\n steps:\n - us"
},
{
"path": ".gitignore",
"chars": 490,
"preview": "# Windows thumbnail cache files\nThumbs.db\nThumbs.db:encryptable\nehthumbs.db\nehthumbs_vista.db\n\n# Dump file\n*.stackdump\n\n"
},
{
"path": "404.html",
"chars": 242,
"preview": "<head>\n <title>404!</title>\n</head>\n<body>\n <h1>404</h1>\n <p>Either this page was moved, deleted or never even existe"
},
{
"path": "CONTRIBUTING.md",
"chars": 697,
"preview": "Welcome to ResourceHub! We're glad you're here.\n\nBefore you begin making changes, here's some things you should keep in "
},
{
"path": "Gemfile",
"chars": 82,
"preview": "source \"https://rubygems.org\"\ngem \"github-pages\", \"~> 232\", group: :jekyll_plugins"
},
{
"path": "README.md",
"chars": 1480,
"preview": "# Welcome to ResourceHub \nResourceHub is the unofficial repository of mods and file packs for [Desktop Goose](https://sa"
},
{
"path": "_config.yml",
"chars": 217,
"preview": "theme: jekyll-theme-minimal\ntitle: Desktop Goose ResourceHub\ndescription: Mods and file packs for Desktop Goose\nlogo: ht"
},
{
"path": "_includes/install_guide.md",
"chars": 1083,
"preview": "## Installation guide\n\nFirst, make sure that you are running [Desktop Goose 0.3/0.31](https://samperson.itch.io/desktop-"
},
{
"path": "assets/css/style.scss",
"chars": 103,
"preview": "@import \"{{ site.theme }}\";\n@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');"
},
{
"path": "mods/AcidGoose.md",
"chars": 1856,
"preview": "# Acid Goose "
},
{
"path": "mods/BreadCrumbs.md",
"chars": 766,
"preview": "# BreadCrumbs ](https://img.shields.io/github/downloads/desktopgooseunofficial/resourcehub/D"
},
{
"path": "mods/DragGoose.md",
"chars": 801,
"preview": "# DragGoose \n\n](https://img.shields.io/github/downloads/Vortetty/GooseExploder/total?logo="
},
{
"path": "mods/GooseJail.md",
"chars": 818,
"preview": "# Goose Jail ](https://img.shields.io/github/downloads/lilsizzurp/gooselua/v0.3-alpha/total?"
},
{
"path": "mods/GooseManager.md",
"chars": 1839,
"preview": "# GooseManager ](https://img.shields.io/github/downloads/VisualError/GoosePresence/total"
},
{
"path": "mods/Honcker.md",
"chars": 1153,
"preview": "# Honcker ](https://img.shields.io/github/downloads/VisualError/OnePunchGoose/total?"
},
{
"path": "mods/PortalGoos.md",
"chars": 869,
"preview": "# PortalGoos ](https://img.shields.io/github/downloads/desktopgooseunofficial/reso"
},
{
"path": "mods/ShaggysNametagMod.md",
"chars": 709,
"preview": "# Shaggys Nametag Mod ](https://img.shields.io/github/downloads/desktopgooseunofficial/resourcehub"
},
{
"path": "mods/Sonigoose.md",
"chars": 823,
"preview": "# Sonigoose "
},
{
"path": "mods/explore/mods.md",
"chars": 1288,
"preview": "# List of ResourceHub mods\n\n---\n\n* [RainbowStrobe (default mod)](https://github.com/DesktopGooseUnofficial/ResourceHub/r"
},
{
"path": "mods/hatgoos.md",
"chars": 2305,
"preview": "# hatgoos\n\n## Features\n\ngive your goos a hat (or your hat a goos if you prefer)\n\nGet it: [HatGoos.zip](https://github.co"
},
{
"path": "notepads/superflower008.md",
"chars": 352,
"preview": "# SuperFlower008's Notepad Pack . The extraction includes 38 files (29.6 KB), approximately 9.2k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.