Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

This just converts rxdata map tiles to JSON with events

License

Notifications You must be signed in to change notification settings

Voxelstice/rxdata-map-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

THIS PROJECT WILL NOT BE UPDATED ANYMORE

if you're still looking for something like this, use https://github.com/GamingLiamStudios/rxdataToJSON instead.

rxdata-map-to-json

This just converts rxdata map tiles to JSON with events

Installation and usage

Installation

Just run these lines:

git clone https://github.com/Voxelstice/rxdata-map-to-json
cd rxdata-map-to-json
npm i

Usage

Create the map_files folder. Then put Map_---.rxdata files from your favorite rpg maker xp game or whatever in map_files then run the command:

node .

This will create a new folder: output_files, and your map files will come in the JSON format. Not all values from the original data is included.

The point

Ok now you might be asking: what is the point of this????

well i specifically made this so that you can just put rxdata map files in the map_files folder (assuming you have ran the script once) and then when you run the script it will give you the width, height, layer 1-3 tile data (2 bytes), and events that only contain the name, x coordinate, and y coordinate. Just open RPG Maker XP and look at the event lines there

What do i do with the tile data? That's the neat part: Figure it out.

About

This just converts rxdata map tiles to JSON with events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published