Giter VIP home page Giter VIP logo

smp-wind's Introduction

SMP Wind

A Skyrim mod that adds wind physics to HDT-SMP.

Dependencies

ianpatt/common

ianpatt/skse64

jgernandt/hdtSMP64

Build instructions

Requires Visual Studio (toolset v142 (2019) recommended, v143 (2022) is probably also fine)

You'll need to build LIB files of common and skse64 and provide their paths, as well as the paths of their headers. Here's one way to do it:

  • Clone smp-wind and all dependencies into the same root directory

  • Open skse64.sln (upgrade Windows SDK version if prompted)
  • Open the Configuration manager. Choose Release configuration and set project configurations to Release_VC142 (common, skse64) or Release_Lib_VC142 (skse64). Uncheck the "loader" projects from the build.
  • Open Project properties and make the following changes to the active configuration:
    • common_vc14:
      General > Output directory: change to $(SolutionDir)\lib\Release
      General > Target name: change to common
      C/C++ > Additional include directories: add $(SolutionDir)..\common;
    • skse64_common:
      General > Output directory: change to $(SolutionDir)\lib\Release
    • skse64:
      General > Output directory: change to $(SolutionDir)\lib\Release
      General > Target name: remove _1_6_323
      Build events > Post-build event > Use in build: change to no
  • Build the solution. Repeat for Debug build if required.

  • Open smp-wind.sln
  • Open Project properties and make the following changes:
    C/C++ > Additional include directories: add $(SolutionDir)..\common; and $(SolutionDir)..\skse64;
    Linker > Additional library directories: add $(SolutionDir)..\skse64\lib\$(Configuration);
  • Build the solution.

smp-wind's People

Contributors

jgernandt 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.