Since I have more time to spend with development, I thought why should not I improve my old projects.
The Ruby - Item Editor has the following functions:
- Items read / edit / save
- Configuration file
- Resource version (needed for Item List)
- Item List file ("Spec_Item.txt" or "propItem.txt")
- Use item string list ("propItem.txt.txt")
- Highlight item groups- Remove items
- Search items
The following comes in future updates:
- More settings for editing
- Create New Items
Ruby - Item List Editor images
Spoiler:
Ruby.ini
The following files must be in the same folder with the editor to make it work correctly:Code:// General
Version 18 // Resource Version
FileName "Spec_Item.txt" // Item List
UseStringList 1 // Use propItem.txt.txt
ClearResources 0 // Clear unused Resources every second (experimental)
// Color
ClrItemSet 0 // Item Sets
ClrItemUlti 0 // Ultimate Items
ClrItemMale 0 // Male Items
ClrItemFemale 0 // Female Items
- defineItem.h
- defineItemKind.h
- defineJob.h
- defineWorld.h
- mdlDyna.inc
- Spec_Item.txt / propItem.txt
- Depending on the configuration- propItem.txt.txt
- Optionally, can be configured in the INI- ticket.inc
- Ruby.dll
- Ruby.ini
Change Log
Download: Ruby - Item Editor Beta 0.3Quote:
Beta 0.3
- defineAttribute.h is no longer needed
- Item attributes can now be changed easily
Beta 0.2
- Item search function improved
- Item model can now be edited
- When you save you can now see the progress
- Figures in %- Improved editing options when editing the Items
- Added smart save method
- This means, if you don't edit ex. Item names it won't save the propItem.txt.txt- Added "ClearResources" into the configs
- Unnecessary memory is cleared (it may cause data loss, not tested)- Bug fixes
Beta 0.1
- Release on RageZone
VT Report: Click

