Skip to content

SARDONYX-sard/skse_plugin_template

Rust SKSE Plugin template

Search for FIXME: and change the necessary items.

How to build?

Execute the following command in PowerShell to create a dll in ./build/mods/.

cargo xtask build --dest_mode root

License

There is no license specified for this template. It is okay to delete this item, but we recommend MIT OR APACHE2.0. This is because the license terms are clear when there is a documented license.

If you really want to include the original license for this template, please paste the following in an easy-to-find place.(This is not necessary in most cases.)

// SPDX-FileCopyrightText: (C) 2025 SARDONYX
// SPDX-License-Identifier: Apache-2.0 OR MIT

About

SKSE plugin template that represents C++ API memory in pure Rust

Topics

Resources

License

Unlicense and 2 other licenses found

Licenses found

Unlicense
LICENSE
Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages