Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Adding v19 Objects to v15 Files

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 18, 2021
Messages
35
Reaction score
1
Hi Guys,

I currently try to add v19 Objects (for example new flaris map objects) to my v15 files. So what I basically did, was, that I pasted the v19 Model Folder as well as the v19 wdMadrigal (World-Folder) into my files. I also added the v19 mdlObj.inc. But when I connect to my server, the objects are displayed completely white.

Did I forget something?



I addet the v19 mdlObj.inc, Terrain.inc and mdlDyna.inc.

But somehow I get an error when starting the world server:
2021/ 5/27 13:41:00 FileName mdlDyna.inc(1523) : II_WEA_CHE_HERNES Not Found. : II_WEA_CHE_HERNES MODELTYPE_MESH "" 0 MD_NEAR 0 1.0f 0 1 AT

2021/ 5/27 13:42:21 FileName mdlDyna.inc(999) : II_SYS_SYS_GM_DIS_TRAN7 Not Found. : II_SYS_SYS_GM_DIS_TRAN7 MODELTYPE_MESH "" 0 MD_NEAR 0 1.0f 0 1 ATEX_NONE 1

2021/ 5/27 13:42:24 FileName mdlDyna.inc(1000) : II_SYS_SYS_GM_DIS_TRAN8 Not Found. : II_SYS_SYS_GM_DIS_TRAN8 MODELTYPE_MESH "" 0 MD_NEAR 0 1.0f 0 1 ATEX_NONE 1

2021/ 5/27 13:42:25 FileName mdlDyna.inc(1001) : II_SYS_SYS_GM_DIS_TRAN9 Not Found. : II_SYS_SYS_GM_DIS_TRAN9 MODELTYPE_MESH "" 0 MD_NEAR 0 1.0f 0 1 ATEX_NONE 1

2021/ 5/27 13:42:26 FileName mdlDyna.inc(1002) : II_SYS_SYS_GM_DIS_TRAN10 Not Found. : II_SYS_SYS_GM_DIS_TRAN10 MODELTYPE_MESH "" 0 MD_NEAR 0 1.0f 0 1 ATEX_NONE

2021/ 5/27 13:42:35 FileName mdlDyna.inc(1504) : II_WEA_SWO_ENTANESS Not Found. : II_WEA_SWO_ENTANESS MODELTYPE_MESH "" 0 MD_NEAR 0 1.0f 0 1

The weird thing is, that if I go to the file mdlDyna.inc these entrys are there so I dont understand why u cant found thenm.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
They should also be in defineItem.h, propItem.txt, propItem.txt.txt as well.
 
Newbie Spellweaver
Joined
May 18, 2021
Messages
35
Reaction score
1
Okay, it works now. Only thing I wanted was adding the v19 Objects (f.e. the v19 Flaris to the v15 files) and did that by copying the v19 Model and wdMadrigal Folder to the Files. Then replace the mdlObject.inc and Terrain.inc. Thats it.

Thread can be closed, thanks!
 
Status
Not open for further replies.
Back
Top