Wiki

Clone wiki

SplineTools / Home

With Aggror's Spline Tools you can create awesome splines inside your Leadwerks game. No coding required, but if you want you can do everything by Lua script. Leadwerks store: http://store.steampowered.com/itemstore/251810/detail/1119273174/

Tutorials

Paths

  • Camera paths
  • VR/Objects on rails: airplanes, trains, factory belts, rollercoasters etc
  • Moving platforms with physics
  • Several helper scripts: Free look, Look at, Spawner
  • Either use drag and drop Editor scripts or create everything by code.
  • Several example maps

1434305241-20170603232911_1.jpg

Roads

  • Create as many roads as you want
  • Set road width per node
  • Road texture (road are automatically textured)
  • Various tweakable settings
  • Terrain alignment options
  • Side geometery generation like banks (more types will be added later depending on demand)
  • Either use drag and drop Editor scripts or create everything by code.
  • Several example maps
  • Roads are subtype of PathSplines. So cars follow the road you created.

3805103918-2.jpg

Wires

  • Create wires from scratch
  • Set radius and side count
  • Set a texture
  • Physics type: none, static, joints (experimental)
  • Example maps

Screenshots_screenshot10.jpg.6616902cfbaef1a50ad48f36fd94e3f1.jpg

Rivers

  • Made by Shadmar.
  • Example map
#!lua

Updated