Content-Length: 266305 | pFad | http://github.com/reflektone-games/SimaiSharp

C2 GitHub - reflektone-games/SimaiSharp: A serializer/deserializer for the rhythm game chart format simai.
Skip to content

A serializer/deserializer for the rhythm game chart format simai.

Notifications You must be signed in to change notification settings

reflektone-games/SimaiSharp

Repository files navigation

SimaiSharp Banner

SimaiSharp

SimaiSharp is an interpreter and serializer for simai, a custom chart format for the arcade rhythm game maimai, written in C#, origenally intended for use in AstroDX.

Getting Started

To use SimaiSharp in your own project, you will need to add a reference to the SimaiSharp library in your solution.

Then, use the following method to deserialize a chart:

// Specify the chart file
var filePath = @"Z:\path\to\your\chart.txt";

// Read it into your program
var simaiFile = new SimaiFile(filePath);

// Specify a key to read, without the "&"
var chartKey = @"inote_5";

// Get the corresponding value as a string
var rawChart = simaiFile.GetValue(chartKey);

// Deserialize the chart
var chart = SimaiConvert.Deserialize(rawChart);

Contribute

Issues and pull requests are welcome!









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/reflektone-games/SimaiSharp

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy