GymMed-Basic_Chat_Commands icon

Basic Chat Commands

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

Last updated 5 days ago
Total downloads 129
Total rating 0 
Categories Mechanics Utility
Dependency string GymMed-Basic_Chat_Commands-0.0.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

GymMed-Chat_Commands_Manager-0.0.1 icon
GymMed-Chat_Commands_Manager

CLI library for Outward chat. No more need to build UI to execute mod functions.

Preferred version: 0.0.1
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.
Max Chat Messages Changes the amount of messages chat panel can contain.

Usage:

  • Type /maxChatMessages to show chat panel messages limit.
  • Type /maxChatMessages --amount=90 to set max amount of how many messages chat panel can contain.
Set Character Visuals Changes how your current character looks.

Usage:

  • Type /setVisuals 1 15 11 5 2 To change race = 1, hairStyle = 15, hairColor = 11, headVariation = 5 and gender = 2.
Skills data Shows skills information.

Usage:

  • Type /skills to show chat panel messages limit.
  • Type /skills --type="1" to show specific type. Available: 0 - All, 1 - Active, 2 - Passive, 3 - Cosmetic.
🧩【 Time 】
Set Time Sets current time.

Usage:

  • Type /setTime 15:55 to set game time to 15 hours and 55 minutes.
Set Minutes Sets current hour minutes.

Usage:

  • Type /setMinutes 55 to set game current hour minutes 55 minutes.
🧩【 Enchantments 】
Enchantments Data Provides information about all enchantments.

Usage:

  • Type /enchantments to print all enchantments in detailed way.
  • Type /enchantments --short="true" to print all enchantments count.
Enchantments Recipes Data Provides information about all enchantments recipes.

Usage:

  • Type /enchantmentRecipes to print all enchantments recipes in detailed way.
  • Type /enchantmentRecipes --short="true" to print all enchantments recipes count.
Enchantments Recipes Items Data Provides information about all enchantments recipes items.

Usage:

  • Type /enchantmentRecipeItems to print all enchantments recipes items in detailed way.
  • Type /enchantmentRecipeItems --short="true" to print all enchantments recipes items count.
Broken Enchantments Data Provides information about all incorrectly added enchantments by modders.

Usage:

  • Type /brokenEnchantments to print all incorrectly added enchantments in detailed way.
  • Type /brokenEnchantments --short="true" to print all incorrectly added enchantments count.

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