View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001718SphereServerexecutable - linux buildpublic08-02-10 14:2020-02-10 15:11
ReporterHOCOK 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version0.56c Nightly 
Target VersionFixed in Version 
Summary0001718: Can't see House, only doors
DescriptionCan't see any house, only "Worldgem bit" and doors.

Latest SVN.
TagsNo tags attached.
Nightly VersionNot Available
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0000389)
Valarin (reporter)
08-02-10 19:57
edited on: 08-02-10 20:00

This is due new MultiDef block - (copied from revisions)

Added: MULTIDEF block. This can be used to safeguard against any future changes to the size
  of tiledata.mul. This basically acts as a 'shortcut' for ITEMDEF, except the ID will
  automatically be increased by 08000. Items defined with this are still accessible as normal
  via SERV.ITEMDEF.id(+08000)/defname, or SERV.MULTIDEF.id/defname can be used if you prefer
  for consistency.

As stated in revisions solution is simple - change your current definitions which are in form [ItemDef 04xxxxx] to [ItemDef 08xxxxx] or [MultiDef 08xxxxx]

If you are using EditPlus, this regex should do the job (make sure case sensitive is not checked, and of course regular expression is)

Find:
\[itemdef 040*([0-9a-f][0-9a-f]*\][a-z0-9=/\\\n\,\"_ ]*multiregion)

Replace:
[MultiDef 0\1

Or

Find:
\[itemdef 04([0-9a-f]*\][a-z0-9=/\\\n\,\"_ ]*multiregion)

Replace:
[ItemDef 08\1

Or, if using default script pack, update it.

(0000390)
MrSugarCube (administrator)
20-02-10 15:11
edited on: 20-02-10 15:12

Caused by the changes made for 0001657, where multi definitions should now start from 08000 (or 0 if using the new MULTIDEF definition).

You need to update your scripts, as Valarin described above.


- Issue History
Date Modified Username Field Change
08-02-10 14:20 HOCOK New Issue
08-02-10 14:20 HOCOK Nightly Version => Not Available
08-02-10 14:20 HOCOK Experimental Flags => None
08-02-10 14:20 HOCOK Option Flags => None
08-02-10 19:57 Valarin Note Added: 0000389
08-02-10 20:00 Valarin Note Edited: 0000389
20-02-10 15:11 MrSugarCube Status new => closed
20-02-10 15:11 MrSugarCube Note Added: 0000390
20-02-10 15:11 MrSugarCube Resolution open => no change required
20-02-10 15:12 MrSugarCube Note Edited: 0000390
14-11-10 19:54 MrSugarCube Category executable - linux => executable - linux build


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker