jevk / JSMapper

a JS framework for BeatSaber map / modchart scripting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSMapper

untitled

Welcome to JSMapper (jsm for short). Jsm provides a a handfull of utils and classes to make Beat Saber modcharting easier including,

classes for object creation (notes, walls and bombs) classes for chroma features (light event, environment enhancments and geometry) classes for custom events (animate tracks, path animations ect.) utils for animation and filtering object utilities

Notes and FAQs

  • All tools are stored in an npm module meaning that node.js is a requirement if you would like to use this tool
  • This framework is meant for people with small amounts of coding experience, if you are more advanced I would highly reccomend ReMapper

Running Options

JSMapper offers 2 options for running the script and writing changes,

  • Run manually each time
  • Refresh on click with batch more info on each in the wiki

To get started with JSmapper, head over to the wiki

About

a JS framework for BeatSaber map / modchart scripting

License:Apache License 2.0


Languages

Language:JavaScript 99.2%Language:Batchfile 0.8%