Code Monkey home page Code Monkey logo

alchemyexpansion's Introduction

AlchemyExpansion

This is the Source code to the Skyrim Mod Alchemy Expansion. Bug reports and suggestions should be posted in the Bug / Forum section of the nexusmods page.

Requirements

  • CMake
    • Add this to your PATH
  • The Elder Scrolls V: Skyrim Special Edition
    • Add the environment variable SkyrimOutputPath to point to the folder where you want to store your compiled Plugins.
  • The Elder Scrolls V: Skyrim VR
    • For the VR Edition
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022
    • Desktop development with C++
  • CommonLibSSE
    • use the dev branch to build CommonLibSSE and add its path to the environment variable CommonLibSSEPath
    • use the dev-1.6.353 branch to build CommonLibSSE and add its path to the environment variable CommonLibSSE353Path
    • only when building for SE / AE
  • CommonLibVR
    • use the vr branch to build CommonLibVR and add its patch to the environment variable CommonLibVRPath
    • only when building for VR

User Requirements

Building for SSE / AE

git clone https://github.com/muenchk/AlchemyExpansion.git
cd AlchemyExpansion
cmake --preset ae 				# for Skyrim Anniversary Edition
cmake --build buildAE --config Release

cmake --preset ae353			# for Skyrim Anniversary Edition version 1.6.353
cmake --build buildAE353 --config Release

cmake --preset se				# for Skyrim Special Edition
cmake --build buildSE --config Release

Building for VR

git clone https://github.com/muenchk/AlchemyExpansion.git
cd AlchemyExpansion
cmake --preset vr				# for Skyrim VR
cmake --build buildvr --config Release

alchemyexpansion's People

Contributors

muenchk avatar

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.