You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | a year ago |
| Version | 1.0.0 |
| Download link | tony4twenty-Custom_Kiosk_Prompts-1.0.0.zip |
| Downloads | 175 |
| Dependency string | tony4twenty-Custom_Kiosk_Prompts-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_PEAK
BepInEx pack for PEAK. Preconfigured and ready to use.
Preferred version: 5.4.2403Snosz-PhotonCustomPropsUtils
Helps modders easily synchronize room/player properties across all connected clients through Photon's Custom Properties.
Preferred version: 1.0.0README
🏷️ Custom Kiosk Prompts
Author: tony4twenty
Version: 1.0.0
Requires: BepInEx
Feedback: Peak Modding Discord
A lightweight and silly BepInEx mod for PEAK that lets you customize the text on airport kiosks!
✨ Features
- 📝 Change the label name and interaction prompt for:
- Invite Friends Kiosk
- Check-In Kiosk
- 🎛️ Configurable via
.cfgfile (auto-generated on first launch) - 🧍 Client-side only — each player can have their own style
🔧 Configuration
After launching the game once with the mod installed, find the config here:
BepInEx/config/tony4twentys.Custom_Kiosk_Prompts.cfg
Example config:
[General]
## Text shown when interacting with the Invite Friends Kiosk
InviteFriendsText = SUMMON THE CREW
## Label name of the Invite Friends Kiosk
InviteFriendsName = HOMIE PORTAL
## Text shown when interacting with the Check-In Kiosk
CheckInText = HOPE WE DONT CRASH!
## Label name of the Check-In Kiosk
CheckInName = DEPARTURE BAY
CHANGELOG
Changelog
[1.1.1]
- Added dependency to Snosz's - PhotonCustomPropsUtils
- Now syncs with Host to display their custom kiosk prompts instead of your own
- BIG SHOUT OUT TO Snosz
[1.0.1] - 2025-07-20
- Code to still had failed attempts at host only, was causing crashes. Removed these multiplayer sync attempts
- cleaned up to truely be client side only
[1.0.0] - 2025-7-20
- Initial release.