mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-06-20 21:48:02 +00:00
[AutoAccept] initial release
This commit is contained in:
parent
fdba684d12
commit
d9fcf974d2
2 changed files with 24 additions and 18 deletions
|
|
@ -1,11 +1,17 @@
|
||||||
# Tinyboard
|
# AutoAccept
|
||||||
|
|
||||||
Makes the keyboard small and smart.
|
Small invite tweaks to make them less annoying.
|
||||||
|
|
||||||
Few small tweaks to the keyboard:
|
**Features:**
|
||||||
- Shrinks the keyboard to a size that isn't fit for grandma.
|
- Invite Modes in Friends tab:
|
||||||
- Adjusts keyboard placement logic to align with the menu that it spawns from.
|
- Ask: Sends the invite to the Messages tab
|
||||||
- Enforces a title on the keyboard input if one is not found.
|
- All: Auto-accepts invites from any friend
|
||||||
|
- Select: Auto-accepts invites from starred friend categories
|
||||||
|
- DND: Silently ignores all incoming invites
|
||||||
|
- Added HUD notification on invite receive which displays the senders username
|
||||||
|
- Replaced annoying API Response confirmation prompts with simple menu toasts
|
||||||
|
|
||||||
|
-# This mod is intended to be a more flexible alternative to the JoinMe mod.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"_id": 264,
|
"_id": -1,
|
||||||
"name": "Tinyboard",
|
"name": "AutoAccept",
|
||||||
"modversion": "1.0.1",
|
"modversion": "1.0.0",
|
||||||
"gameversion": "2025r181",
|
"gameversion": "2026r182",
|
||||||
"loaderversion": "0.7.2",
|
"loaderversion": "0.7.2",
|
||||||
"modtype": "Mod",
|
"modtype": "Mod",
|
||||||
"author": "NotAKidoS",
|
"author": "NotAKidoS",
|
||||||
"description": "Few small tweaks to the keyboard:\n- Shrinks the keyboard to a size that isn't fit for grandma.\n- Adjusts keyboard placement logic to align with the menu that it spawns from.\n- Enforces a title on the keyboard input if one is not found.",
|
"description": "Small invite tweaks to make them less annoying.\n\n**Features:**\n- Invite Modes in Friends tab:\n - Ask: Sends the invite to the Messages tab\n - All: Auto-accepts invites from any friend\n - Select: Auto-accepts invites from starred friend categories\n - DND: Silently ignores all incoming invites\n- Added HUD notification on invite receive which displays the senders username\n- Replaced annoying API Response confirmation prompts with simple menu toasts \n\n-# This mod is intended to be a more flexible alternative to the JoinMe mod.",
|
||||||
"searchtags": [
|
"searchtags": [
|
||||||
"keyboard",
|
"invites",
|
||||||
"menu",
|
"joinme",
|
||||||
"ui",
|
"auto",
|
||||||
"input"
|
"request"
|
||||||
],
|
],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"None"
|
"None"
|
||||||
],
|
],
|
||||||
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r48/Tinyboard.dll",
|
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r50/AutoAccept.dll",
|
||||||
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/Tinyboard/",
|
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/AutoAccept/",
|
||||||
"changelog": "- Rebuilt for CVR 2025r181",
|
"changelog": "- Initial release",
|
||||||
"embedcolor": "#f61963"
|
"embedcolor": "#f61963"
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue