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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

cd rust
cargo build -p towermod --bin dllreader

Build the GDExtension library.

cargo build -p towermod-godot

Open ./godot/project.godot in Godot Engine.

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