| Anonymous | Login | Signup for a new account | 13-06-26 14:09 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0001718 | SphereServer | executable - linux build | public | 08-02-10 14:20 | 20-02-10 15:11 | |
| Reporter | HOCOK | |||||
| Assigned To | ||||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | closed | Resolution | no change required | |||
| Platform | OS | OS Version | ||||
| Product Version | 0.56c Nightly | |||||
| Target Version | Fixed in Version | |||||
| Summary | 0001718: Can't see House, only doors | |||||
| Description | Can't see any house, only "Worldgem bit" and doors. Latest SVN. | |||||
| Tags | No tags attached. | |||||
| Nightly Version | Not Available | |||||
| Experimental Flags | None | |||||
| Option Flags | None | |||||
| Internal Build Number | ||||||
| Attached Files | ||||||
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 |