Skip to content

Releases: Zbizu/rme

v3.8.2_z: version 12.85

08 Jan 20:49
Compare
Choose a tag to compare

Changes

  • added 12.85
  • official otb v3.61 (12.85) (credits: kokokoko)

rme382

v3.8.1_z: Version 12.81 and item classifications

19 Dec 10:07
Compare
Choose a tag to compare

Hotfix: Now supports class 0 items (for servers with custom tier systems in mind). Updated files: RME 3.8.1_z.zip

New features

  • client 12.81
  • new OTB (version 3.60/client 12.81) developed in cooperation with TFS maintainers
  • item tiers
    obraz

Compatible with

Tier format specification

structure:

  • 1 byte header: OTBM_ATTR_TIER (41 dec, 0x29 hex)
  • 1 byte value (0-255)

Notes

  • Setting tier to items may make the map impossible to load on engines that do not support the tier attribute. Make sure your engine supports tier attribute before using this mapeditor.

v3.8.0_z: Version 12.72 and new features

17 Nov 22:07
Compare
Choose a tag to compare

New features

  • client 12.71/12.72
  • new OTB (version 3.59/client 12.72, developed with approval of otland staff so this will be official one, backwards compatible with EPuncker's OTB)
  • colourable mounts
  • podium support (can be enabled two ways: item group 14 (0x0E) in items.otb or <attribute key="type" value="podium" /> in items.xml)
    obraz
  • remove all invalid item ids from the map (maps with invalid items visible as red squares fail to load on the servers, this feature removes all of them)
    obraz

Technical changes

  • invisible wall 1548 now displayed as cyan square for better visibility:
    obraz
  • slight cosmetic changes to properties dialog buttons
  • merged two functions responsible for drawing items into one (only one parameter was different so there was no need to have two large, almost identical functions)
  • features such as "find by id", "remove by id" and "replace one item with another" now allow forcing server ID as another way to combat red squares
    obraz

Possible compatibility with

Podium format specification

legend:
1 byte = u8
2 bytes = u16

structure:

  • 1 byte header: OTBM_ATTR_PODIUMOUTFIT (40 dec, 0x28 hex)
  • 1 byte flags (showPlatform, showOutfit, showMount)
  • 1 byte direction
  • 2 bytes looktype
  • 4x 1 byte outfit colors
  • 1 byte addons
  • 2 bytes mount looktype
  • 4x 1 byte mount colors

Notes