https://github.com/lazyknightx/psd-to-ulds
read information in psd, convert to ulds support data for RPG Maker MV's better develop.
https://github.com/lazyknightx/psd-to-ulds
png psd rpg-maker-mv ulds
Last synced: 3 months ago
JSON representation
read information in psd, convert to ulds support data for RPG Maker MV's better develop.
- Host: GitHub
- URL: https://github.com/lazyknightx/psd-to-ulds
- Owner: LazyKnightX
- License: mit
- Created: 2017-07-07T13:08:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T00:27:59.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T14:53:05.096Z (5 months ago)
- Topics: png, psd, rpg-maker-mv, ulds
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# psd-to-ulds
read information in psd, convert to ulds support data for RPG Maker MV's better develop.
convert psd to png with specific rule for better psd to png game project's develop.
## Status
this tool is in personal developing, lack of document and many things.
## Use
you need modify "config.js" for your project, current I'm using my config.js because I'm using this tool for personal develop.
## Develop
this tool do not have local modules, clone it and easy "npm install"!
this tool need electron 1.6.11 & node 7.4.0 for further develop.
## More
this tool base on psd.js and electron, no detail description at current time.
## LICENSE
feel free to use this tool under MIT License.