Skip to content

QTR-Modding/Mesh-Rendering-Framework-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

If you want to create a mod based on this project you should:

Modify CMakeLists.txt with your name and the name of your mod

set(AUTHOR_NAME "AuthorName")
set(PRODUCT_NAME "ThiagoTemplate")
set(BEAUTIFUL_NAME "Thiago Template")

Delete the LICENCE file and use git to create the licence you want your mod to be image image

Update the cmake/version.rc.in with your licence (This licence will go into the dll)

Environment variables

How to set up envioriment variables

COMMONLIB_SSE_FOLDER

Clone this Repository, to somewhere safe and adds its path to this environment variable on Windows.

git clone --recursive https://github.com/alandtse/CommonLibVR
cd CommonLibVR
git checkout ng

Optional ouput folder optional variables

  • SKYRIM_FOLDER
  • WILDLANDER_OWRT_FOLDER
  • SKYRIM_OWRT_FOLDER
  • SKYRIM_MODS_FOLDER2
  • SKYRIM_MODS_FOLDER

Description of the new features

https://github.com/QTR-Modding/SKSE-Menu-Framework-3/blob/master/README.md

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors