About This File
Intersect Toolkit
Â
The Intersect Toolkit is a small program that lets you handle various tasks you might want to perform while working on your game. These tasks can range from changing a player's data to making sure your graphics work in the engine.
Â
The toolkit can currently perform the following tasks:
- Change Player Data.*
- Delete tilesets from the database.
- Resize Graphics
- Convert RPG Maker VX Sprites to Intersect Formats (3 Frames to 4 Frames)
Â
*= Certain aspects of player data are not currently implemented due to either a lack of information from the Intersect source or being a work in progress.
Â
The source code is available for free over on GitHub.
Â
Please make sure to copy your server's config.xml to the same folder as you run this application from, it needs to read a few parts of it to function.
What's New in Version 0.2 See changelog
Released
Added the ability to change the following character data:
Â
- Vitals
- Stats
- Inventory
- Equipment
Â
Note that the equipment editor does not take into account what kind of items you have in your inventory, so technically you could equip gold non-equipment items.. But don't come running to me if that breaks your game! I've warned you.
- With version 0.2:
- Download