Skip to content

Conkuist/hsp2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsp2json

A Node.js application that converts HereSphere hsp files to json and back, to allow the user to view and edit the content of the file in plain text

Table of Contents

Installation

  1. Clone the repository:
   git clone https://github.com/Conkuist/hsp2json.git
   cd hsp2json
  1. Install dependencies
npm install

Usage

node convert.js <option> <input file path> <output file path>

Parameters:

<option>            "hsp2json" to convert from hsp to json

                    "json2hsp" to convert from json to hsp

<input file path>   path to the input file (e.g. ./input/input.hsp)

<output file path>  path to the output file (e.g. ./output/output.json)

Examples:

convert from hsp to json

node convert.js hsp2json ./input/input.hsp ./output/output.json

convert from json to hsp

node convert.js json2hsp ./input/input.json ./output/output.hsp

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

  • Thanks to the developer of HereSphere for providing the necessary documentation and Noah from the HereSphere Discord for providing an old hsp to json conversion script to make this project possible.

About

converter for HereSphere hsp file format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published