You are viewing a potentially older version of this package. View all versions.
GymMed-Basic_Chat_Commands-0.0.1 icon

Basic Chat Commands

Provides basic chat commands to outward. Ex.: /follow

Date uploaded 7 months ago
Version 0.0.1
Download link GymMed-Basic_Chat_Commands-0.0.1.zip
Downloads 121
Dependency string GymMed-Basic_Chat_Commands-0.0.1

This mod requires the following mods to function

GymMed-Chat_Commands_Manager-0.1.0 icon
GymMed-Chat_Commands_Manager

CLI library for Outward chat. Eliminates the need to build a separate UI to execute mod functions by providing an in-chat console.

Preferred version: 0.1.0
GymMed-Mods_Communicator-1.2.0 icon
GymMed-Mods_Communicator

Outward Mods Communicator enables seamless communication between mods through shared events and configuration syncing. It also lets users override any changes made by other mods, giving them full control over their settings.

Preferred version: 1.2.0
sinai-dev-SideLoader-3.8.4 icon
sinai-dev-SideLoader

API and Mod Development Toolkit for Outward.

Preferred version: 3.8.4
BepInEx-BepInExPack_Outward-5.4.19 icon
BepInEx-BepInExPack_Outward

BepInEx pack for Outward.

Preferred version: 5.4.19

README

Outward Basic Chat Commands


Logo
Provides basic user chat commands

How to use it

Firstly, install Chat Commands Manager. After that, you can use the commands provided by this mod directly in chat.

Built-in Commands

Follow Uses Unity’s NavMeshPath to calculate a path and simulates character movement input to begin following another character. Following is automatically canceled when the follower starts moving manually.

Usage:

  • Type /follow to follow a random nearby character (starting from the local player).
  • Type /follow characterName to follow a specific character.

How to set up

To manually set up, do the following

  1. Create the directory: Outward\BepInEx\plugins\OutwardBasicChatCommands\.
  2. Extract the archive into any directory(recommend empty).
  3. Move the contents of the plugins\ directory from the archive into the BepInEx\plugins\OutwardBasicChatCommands\ directory you created.
  4. It should look like Outward\BepInEx\plugins\OutwardBasicChatCommands\OutwardBasicChatCommands.dll Launch the game.

If you liked the mod leave a star on GitHub it's free

CHANGELOG

Changelog

Release 0.1.1 Version

Fixed

  • Made maxChatMessages command compatible with chat commands manager v.0.1.0.

Release 0.1.0 Version

Added

  • Added cfgToXml command,

Release 0.0.2 Version

Added

  • Added setVisuals command,
  • Added multiple enchantments commands,
  • Added multiple time commands,
  • Added skills command,
  • Added maxChatMessages command.

Fixed

  • Changed code structure.

Release 0.0.1 Version

  • Initial release.