Code Monkey home page Code Monkey logo

everest's Introduction

Everest - Celeste Mod Loader / Base API

License: MIT


Build Status

Check the website for installation / usage instructions.

Using MonoMod, an open-source C# modding utility.

We're in the game modding category on the "Mt. Celeste Climbing Association" Discord server:

Discord invite

Mod Development:

Use Fabeline as an example mod. It already contains:

  • Everest as a submodule
  • The required references (lib/, lib-stripped/) with "Copy Local" set to "False"
  • The mod metadata.yaml

Compiling Everest yourself

  • If you just want to install Everest, go to the Everest website.
  • If you've previously installed Everest and updated Celeste or switched betas / branches, delete the orig directory where Celeste is installed.
    • macOS: Right-click and browse the Celeste app in Finder, then naviagte to Contents, then MacOS.
  • Clone the Everest repo, either in your IDE, via the CLI, or by downloading the .zip from GitHub.
  • Restore Nuget packages either via your IDE or the command line.

Windows

  • Open the .sln in the repo with Visual Studio
  • Build all
  • Copy everything in MiniInstaller\bin\Debug and Celeste.Mod.mm\bin\Debug to your Celeste directory
  • Run MiniInstaller.exe

macOS / Linux (no Nix)

  • Install the mono runtime
  • Build all
    • With MonoDevelop: Open the .sln in the repo with MonoDevelop
    • Manually: Open the terminal in the Everest directory and run msbuild or xbuild
  • Copy everything in MiniInstaller/bin/Debug and Celeste.Mod.mm/bin/Debug to your Celeste directory
    • macOS: Celeste.app/Contents/MacOS
  • Run mono MiniInstaller.exe

Nix

Note: At the time of writing, no member of the Everest Team is using Nix.

  • Run nix-env -f . -iA everest in the Everest repo
  • Wait for it to install
  • Run miniinstaller ~/Celeste, where ~/Celeste is your Celeste path.
    • miniinstaller is a wrapper over the MiniInstaller.exe in the other methods.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.