Skip to content

XeTrinityz/sml-pc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SML PC

Getting Started

Clone The Repo

git clone https://github.com/lukas0x1/sml-pc.git

Unzipping lib/release/libmem.7z

Compiling

mkdir build
cd build
cmake .. -G "NMake Makefiles" -D CMAKE_BUILD_TYPE="Release"
nmake

VS has issue with libmem when linking so use CLI (x64 Native Tools Command Prompt for VS 2022)

About

A mod loader for Sky: CotL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.0%
  • C 19.0%