Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Danmw3

Uploaded by

danmw3

Virus scan

Safe to use

About this mod

DanUtils provides common utilities to mod developers to speed up their development. This includes direct access to the in-game ChatBox as well as adding your own custom chat commands.

Requirements
Permissions and credits
Changelogs
Donations
DanUtils - Version: 1.0
Supports Stardew Valley 1.3 beta
Requires SMAPI


Features(v1.0):
  • Add your own chat message handler that runs when a message is sent
  • Disable the built-in chat message handling(chat box will not be cleared, and the message will not be sent)
  • Get direct access to the in-game ChatBox and ChatTextBox(contains the actual message text)
  • Add custom chat commands and command handlers


Getting Started(WIP):
Just like with any other mod-based API library, you need to reference the .dll file in your mods project.


Changelog:
(1.0)
+ Added custom chat message handling.
+ Implemented direct access to the in-game chat box.
+ Added custom chat command support.
+ Added the ability to disable standard chat message handling.