boats.cfg entries do not match those in multis.cfg

Here you can post threads specific to the current release of the core (099)
Post Reply
User avatar
tiko
New User
Posts: 14
Joined: Sat Mar 25, 2006 10:01 am

boats.cfg entries do not match those in multis.cfg

Post by tiko »

Hi,

I generally always try to setup a basic server, without an unnecessary scripts when a new build is released. Been a while since I've needed to post, but I've come across an issue with the newest 099 build (01/02/10). My client's stuff is updated to 7.0.3.4, including the SA addon.

After converting with uoconvert (and using the new MapTileID option in pol.cfg, and, added the new stairs to uoconvert.cfg) and setting up the necessary minimal stuffs for a server boot, I receive this error:

Code: Select all

Error reading configuration file config/multis.cfg:
	Entry for Boat 0x0 (graphic 0x8000) not found in boats.cfg
	Element: Boat 0x0, found on line 1
Server Shutdown: read_multidefs
Execution aborted due to: Configuration file error
I was not aware of any changes to boats.cfg or multis.cfg.. I believe it's been that way for a while now. Are their any updates that might affect or cause this?
Tomi
POL Developer
Posts: 478
Joined: Tue Feb 21, 2006 5:08 pm

Re: boats.cfg entries do not match those in multis.cfg

Post by Tomi »

setting maxtiledid to 0x7FFF might cause exactly that


your boat.cfg probably still have the graphics with 0x4000+, just change those to 0x8000+ if you are using maxtileid 0x7FFF and it should be fine.

Earlier the maxtileID was hardcoded as 0x3FFF and multis were in range 0x4000 - 0x5FFF now when its controlled by pol.cfg and if it is set to 0x7FFF the multis range will be 0x8000 - 0x9FFF
User avatar
tiko
New User
Posts: 14
Joined: Sat Mar 25, 2006 10:01 am

Re: boats.cfg entries do not match those in multis.cfg

Post by tiko »

Hi Tomi,

That did the trick.. it didn't occur to me that the boats were now inside the MaxTileID range. Thanks.
Post Reply