Skip to content

HowieHowieWow/Game-Capstone

 
 

Repository files navigation

The Timeless Archipelago by Creaking Cog Creations

Download the built version of the game from: http://web.cse.ohio-state.edu/~crawfis.3/cse786/2019Spring/CreakingCogCreations/The%20Timeless%20Archipelago.zip

Unzip the Install to your desired location. The install comes with a folder called "place contents into LocalLow", The following needs to be done for every windows user that will be playing the game

  • Place the contents of that folder into C:\Users\<<username>>\AppData\LocalLow
  • Rename "RenameMe" to "CreakingC⚙️ogCreations"
  • The final structure should look like this: C:\Users\<<username>>\AppData\LocalLow\CreakingC⚙️ogCreations\Game Capstone
  • if you set up your users directory to not be on C: I assume you probably know enough about computers to find it.

Our game is not compatible with Macs, and was only tested on Windows 10.

After playing the game, a folder called Player will also be created in that directory, If for whatever reason you need to fully clear the player, delete the Player folder in that directory. Do not delete any other folders in that directory.

Some additional notes: Our game does not come with a quit to main menu, use alt+f4 to quit. To make sure saves work well, only alt+f4 from the hub scene. If the save ever bugs out (rare but it can happen):

  1. close the game
  2. delete the Player folder at the previously mentioned location
  3. run the game again

Controls:

  • Main menu:
    • Click on play or quit with the mouse.
  • Class Select:
    • Use the left and right arrow keys to select a class.
    • Use 'E' to pick a class.
  • Hub Scene:
    • Move the mouse over one of the island names to see a description.
    • Press 'H' to toggle the island info pane.
    • Press 'J' to toggle the crew selection pane.
  • Island:
    • Press 'I' to open the inventory.
      • Left click an item to equip it.
      • Right click an item to drop it.
    • Press 'O' to open the character info pane.
    • Press 'P' to open the skill tree for your class.
      • Use the scroll bars or hold and drag on the background to navigate.
      • Mouse over perks to see descriptions.
      • Click to take a perk if you have the required perk points.
      • Perks go from left to right and most have prerequisites.
    • Press 'Q' or 'E' to rotate the camera +/-90 degrees.
    • Press a number key (1-6) to cast the linked ability.
      • If it is a targeted ability it will be aimed at your mouse.
    • Left click on the ground to move to that location.
    • Left click on an item to pick it up.
    • Left click on the center of the boat to leave back to the hub scene.

Stats:

  • Strength increases:

    • Health
    • Health Regen
    • Melee Attack Damage
  • Dexterity increases:

    • Attack speed
    • Move Speed
    • Ranged attack damage
  • Mysticism increases:

    • Cooldown reduction
    • Spell damage
  • Fortitude increases:

    • Magic resistance
    • Affliction Resistance
    • Status Recovery
  • Armor reduces:

    • incoming physical damage
  • Magic resistance reduces:

    • incoming magical damage
  • If a stat ends in x it is a multiplier (the exception is dex [Dexterity] and dexx [Dexterity Multiplier])

  • Most stats come as a base value and a multiplier

    • For example your sword gives you 10 physical damage and 20% physical damage mult.
    • Your amulet gives you an additional 5 physical damage and 50% physical damage mult.
    • Your real damage is (10 + 5) * (100% + 20% + 50%) = 25.5 physical damage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 58.4%
  • ShaderLab 35.2%
  • JavaScript 4.4%
  • HLSL 1.6%
  • GLSL 0.4%