Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for CustomKnight not working in MoreSaves's additional save files. #43

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 18, 2024

  1. Add files via upload

    Affects the system to load skins associated with a specific file slot. Fixes the bug of CustomKnight not working with MoreSaves in files past the default 4. Stores skins associated with each slot as a Dictionary rather than an Array, with the slot number (starting from 0 to be consistent with existing array calls) being the key value and returning the relevant skin. If a save slot is loaded that does not currently have an entry in the Dictionary, it will be given the appropriate entry.
    OneTwoMint committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6bd8643 View commit details
    Browse the repository at this point in the history
  2. Placed files incorrectly

    Affects the system to load skins associated with a specific file slot. Fixes the bug of CustomKnight not working with MoreSaves in files past the default 4. Stores skins associated with each slot as a Dictionary rather than an Array, with the slot number (starting from 0 to be consistent with existing array calls) being the key value and returning the relevant skin. If a save slot is loaded that does not currently have an entry in the Dictionary, it will be given the appropriate entry.
    OneTwoMint committed May 18, 2024
    Configuration menu
    Copy the full SHA
    09ed868 View commit details
    Browse the repository at this point in the history
  3. Delete Settings.cs

    OneTwoMint committed May 18, 2024
    Configuration menu
    Copy the full SHA
    fac6339 View commit details
    Browse the repository at this point in the history
  4. Delete CustomKnight.cs

    OneTwoMint committed May 18, 2024
    Configuration menu
    Copy the full SHA
    da33348 View commit details
    Browse the repository at this point in the history
  5. Revert "Placed files incorrectly"

    This reverts commit 09ed868.
    OneTwoMint committed May 18, 2024
    Configuration menu
    Copy the full SHA
    1265e69 View commit details
    Browse the repository at this point in the history
  6. Fixed MoreSaves Bug

    Affects the system to load skins associated with a specific file slot. Fixes the bug of CustomKnight not working with MoreSaves in files past the default 4. Stores skins associated with each slot as a Dictionary rather than an Array, with the slot number (starting from 0 to be consistent with existing array calls) being the key value and returning the relevant skin. If a save slot is loaded that does not currently have an entry in the Dictionary, it will be given the appropriate entry. Should have minimal impact on play without MoreSaves.
    OneTwoMint committed May 18, 2024
    Configuration menu
    Copy the full SHA
    00483f3 View commit details
    Browse the repository at this point in the history