Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

OTBM2JSON - A generic framework for programmatic modification of OTBM files.

License

NotificationsYou must be signed in to change notification settings

Inconcessus/OTBM2JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS library for programmatically modifying Open Tibia Binary Mapping files. This framework reads .otbm files and parses them to an intermediary JSON format. This JSON structure can be changed programatically to make generic modifications. Once a change has been committed to the structure, it can be encoded back to an .otbm file.

JSON Structure

The structure of the intermediary JSON format read from and to.otbm can be seen in the exampleOTBM.json.

Usage

Import the library in your script:

const otbm2json = require("./otbm2json.js");

The library provides two functions for reading and writing OTBM:

data = otbm2json.read(filename);** Modify the data object here **otbm2json.write(filename, data);

For an example see below.

Example

An example scriptexamples/example.js is provided. This script uses theexamples/void.otbm (8x8 void area) in this repository and replaces all void tiles with chessboard tiles and writes the result toexamples/chess.otbm.

Version

Current version 0.2.0. This is a work in progress.

About

OTBM2JSON - A generic framework for programmatic modification of OTBM files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp