/Nomad

The game that changed it all

Primary LanguageC#

Getting Started

  • Open Main Menu scene
    • Playing this scene will allow you to create a room and load the game level which is currently NomadGameWorldOnline
  • GamePrep game object and the RoomManager object will both persist into the next level and are where we set parameters about the game.

Dev Key Info

  • F1 = Delete Character Stats Files - Resets health/experience/Hunger/Level
  • F2 = Delete Character Inventory Information - Resets inventory to nothing
  • F3 = Delete Level Data - World is reset to scratch
  • F4 = Reset Stats to Max - Health/Hunger
  • F5 = hits and kills all players on your client

InteractionManager

This class is a parent class that interaction scripts derive from.

Actor

This is any acting object in the game, this means, player characters, enemies, and NPCs.