tiles.cfg

Here you can post threads specific to the current release of the core (099)
Post Reply
gundamwing84
Grandmaster Poster
Posts: 178
Joined: Tue Sep 08, 2009 1:57 am

tiles.cfg

Post by gundamwing84 »

hey guys me again, compiled at rev 526, etc, etc got my shard all set up with the WOD 99 i downloaded, and when i try load it up(ye sive compiled everything and made the tiles.cfg) i get this error :(

Code: Select all

checkpoint: load_tiles_cfg
Error reading configuration file config/tiles.cfg:
	Expected '}' on a blank line after element properties
	Near line: 4485
	Element started on line: 4483
Server Shutdown: load_tiles_cfg
Execution aborted due to: Configuration file error.
this happened to me at rev 499 i think it was and i heard it was fixed it rev 505, any ideas if this is the core or if its something im doing?
User avatar
AsYlum
Grandmaster Poster
Posts: 115
Joined: Sun Feb 05, 2006 5:24 am

Re: tiles.cfg

Post by AsYlum »

Looks like you have old *mul files so you need to set uoconvert.cfg option like this:

Code: Select all

ClientOptions
{
	UseNewHSAFormat 0
}
Agata
Journeyman Poster
Posts: 63
Joined: Sun Oct 30, 2011 6:33 am

Re: tiles.cfg

Post by Agata »

The WoD scripts for POL 099 are designed with a High Seas 7.0.15.1 client in mind. It has support for the galleons, elves, gargoyles, all the SE, ML and HSA equipment, and new items using custom graphics added through a patcher program. Any older client version isn't guaranteed to work.

In fact, you shouldn't have regenerated the tiles.cfg file. You should have stayed with the one I included in the scripts.

Have in mind that the WoD server uses a custom tiledata.wod file, a special patcher for generating patched art and gump files with the .wod extension, and a patched client to read those instead of the original UO files. The patched art files contain custom graphics at indexes 0xa000 to 0xa0b0.

In the same post where I published the scripts, there is a link to a post the WoD forum, where I give instructions on how to set up the client and apply the patch.

Also, don't replace the pol.cfg file with some other. Modify only what you need to, as there are special configurations required for tiles.cfg file and the client version it's meant to use.
Post Reply