Code Monkey home page Code Monkey logo

ksh2vox12's Introduction

ksh2vox12

Convert Kshootmania chart into VOX version 12

KSH File format specification: https://github.com/m4saka/ksh/blob/master/ksh_format.md

Special

Biggest difference between vox 10 and 12 is how the laser position is represented. Vox10 uses 0-127 int, in Vox12 it's float value, which is much more accurate and precise, and this also brings the ability to make 1/64 lasers(The chart system is revamped in the game).

Perfect Curve

By convert perfect curve, using the comment system in ksh editor, adding "cstart" to the beginning of the laser start, and adding "cend" at where you want to stop the curve processing. Please do not add other comments while using this tool, it may cause unexpected errors. Currently the curve is always calculated using sin and cos, and doesn't contain any curve specifications, all

--
//cstart
0011|00|b-
0000|00|:-
0000|00|0-
0000|00|:-
0000|00|b-
//cend
--

Lane Splitting

The function is already implemented in kshoot, which is center_split keyword, use it for lane splitting.

--
//lane split effect
center_split=0	
center_split=125
zoom_top=30
zoom_bottom=0
0000|00|PP
0000|00|--
--

Post Effect

In the recent version of Exceed Gear introduced the post effect system, there five effects you can apply, todo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.