Skip to content

Releases: Capstone-Projects-2024-Spring/project-rpg-elements-game

Final Demo Release

30 Apr 21:04
cf09508

Choose a tag to compare

Release notes - RPG Elements Game - Release

Instructions To Play

Download and unzip the Windows or MACOS folders
Run the Wildlife Odyssey executable / application program

Changes

REG-98 Create stats UI

REG-101 Icons for abilities

REG-127 Desynchronize character animations across players

REG-128 Track player names

REG-153 Reaching level threshholds unlocks usage of attacks

REG-161 Double jumping

REG-162 Semisolid platform game object

REG-163 Update prefabs to include semisolid platforms

REG-164 Ability to leave to main menu

REG-168 Create Github repo for Digital Ocean Server

Known Bugs

  • Players who join a lobby and do not select their character in the same order in which they have joined the lobby will cause their ability UI to be nonfunctional

  • A player interacting with the boss will cause the boss to unload for players who are not currently in the boss room

  • Certain moves will cause enemies to become stuck in walls

  • Abilities are still able to be used while in a 'dead' state

  • Other players can not see Stephanie's projectiles

  • When attempting to join a lobby too quickly, the game will freeze because a connection to photon master has not been established yet

Demo 3 Release - Windows

22 Apr 00:12
c2550d1

Choose a tag to compare

V1.1

Merge pull request #176 from Capstone-Projects-2024-Spring/demo-3-fix…

Wildlife Odyssey V1.0.0

09 Apr 03:10
10c18aa

Choose a tag to compare

Release notes - RPG Elements Game - 1.00

Story

REG-25 Create all of Omar's sprites

REG-81 Equipping abilities UI

REG-94 Boss locations spawning in map

REG-99 Create formulas for stats

REG-110 Create Login/Signup UI

REG-115 Multiplayer Lobby UI

REG-118 Lobby to Game scene switching

REG-125 Fix synchronization between player maps

REG-126 Refactor player camera to work per player

REG-129 Player heals health over time

REG-130 Create Random Matchmaking

REG-132 Fix animation triggers in multiplayer

REG-133 Connect Photon Networking Lobby with Mirror In Game Networking

REG-134 Convert test procedure doc to docusaurus

REG-136 Skrake Synchronization

REG-137 Fix level/exp manager to work with multiplayer

REG-139 Start Game From Lobby Logic

REG-141 Fix crash on gary projectile attack

How to run Wildlife Odyssey V1 on Windows and MACOS

  1. Download steam and create and account or sign in.
  2. In the 'Library' tab, on the bottom left, click 'add a game'.
  3. Click 'add a non-steam game'.
  4. Click on 'Browse...' in the bottom left of the window that appeared
  5. Navigate to the folder where you downloaded Wildlife Odyssey V1 and extract the folder.
  6. If you are on Windows, go into the 'Windows' folder and open the Wildlife Odyssey.exe file. If on Mac, open the MACOS folder, extract the zip file in there, and use that file instead.
  7. Click 'Add selected program' in the Steam window.
  8. Now Wildlife Odyssey should appear in your Steam Library: click on it and click the play button to run and host the game.
  9. To join a multiplayer lobby, press play game, and you will see a blue screen with a button that says 'Host'. Now is where you will accept an invite from a friend on steam to join the game.

Controls

  • Movement: A and D as left or right, Left Arrow Key and Right Arrow Key also work as left and right
  • Spacebar to jump
  • Pressing J, K, L, ;, U, I, O, and P triggers different attacks.
  • Pressing Z increases your speed (debug feature)
  • Pressing Q opens up a menu to drag and drop different attacks (doesn't function yet)
  • Pressing Shift + Tab opens up a Steam menu to invite other friends to play

Demo 1 Release version MACOS

29 Mar 17:22

Choose a tag to compare

Pre-release
Fixed Cinemachine error

Imported Cinemachine into LevelSpawner script

Demo 1 Release version

29 Mar 17:00
50afa2b

Choose a tag to compare

Pre-release
Demo1

Merge pull request #132 from Capstone-Projects-2024-Spring/REG-134-Co…