Skip to content

Tools to create and play mods for games built with the Construct Classic engine

Notifications You must be signed in to change notification settings

taffyko/towermod

Repository files navigation

Tools to create and play mods for games built with the Construct Classic engine

Releases downloadable at https://gamebanana.com/tools/17559

Building / developing

Install 32-bit and 64-bit nightly toolchains for Rust (they are both required)

rustup install nightly-x86_64-pc-windows-msvc
rustup install nightly-i686-pc-windows-msvc

Install NodeJS dependencies

npm install

Build the 32-bit dllreader binary (used to read Construct Classic plugin DLLs from a 64-bit process)

cd rust
cargo build -p towermod-dllreader --target i686-pc-windows-msvc

Start the Tauri dev server

npm run tauri-dev

About

Tools to create and play mods for games built with the Construct Classic engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published