Skip to content

parkitect-mod-community/Parkitilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parkitilities

A Utility library of Fluent API's that make building custom Parkitect objects as easy as pie.

Design goal

The goal of Parkitilities is to provide easy-to-use, feature-rich library that allows for the creation of custom parkitect objects. Assets from the ParkitectAssetEditor can be directly imported, modified, substituted and tweaked.

Support

  • Decos
  • Vehicle
    • Car
  • Entertainer - TODO
  • Train
  • Fence - TODO
  • Bench - TODO
  • Wall - TODO
  • Sign - TODO
  • FlatRide - TODO
  • TrackedRides - TODO
  • Lamp - TODO
  • Tv - TODO
  • ImageSign - TODO
  • Trashbin - TODO
  • Shops - TODO

Decos

Parkitility.CreateDefault<Deco>(go)
    .Id("<unique-id>")
    .EnableLightsOnAtNight
    .CustomColor(Color.blue)
    .DisplayName("Display Name")
    .Build(loader);

About

Fluent API for adding Parkitect objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages