Skip to content

Trippixyz/CLMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLMS

Cool Library Message Studio recreation

An attempt to build a fully working LMS library written in C#.

Requirements

  • NET 5.0
  • Syroot.BinaryData v2.0.1

Setting up

If it doesnt automatically install the required Syroot.BinaryData versions: install-Package -version 2.0.1 Syroot.IO.BinaryData

Features

General

  • Changing the endianess, encoding and version.

MSBT file format

  • Editing of the messages (including tag editing), attributes and style indices.
  • Practically full yaml support. (ATO1 Section not yet included)

MSBP file format

  • Editing of the colors, the attribute infos, the control tags, the styles and the source files.
  • Full yaml support.

MSBF file format

  • Reading of the fLow charts and the refernce labels.

WMBP file format

  • Reading of the languages and the fonts.

Credits