It's simple [mod] and need some modification on Server and Client side.
biger area is added for:
- Large Warehouse (x3 width, x1,5 height)
- Warehose (x3 width)
- Wooden warehouse (x3 width)
- Trade Cart (x2 width)
This mod can be easy implemented to BasilMod as his part.
Server side:
Spoiler
1. you must run this sql (you can put it, on end of dump.sql file):
- Code: Select all
UPDATE `objects_types` SET `BackgndImage`='art\\images\\normal' WHERE ID=169;
UPDATE `objects_types` SET `BackgndImage`='art\\images\\medium' WHERE ID=131;
UPDATE `objects_types` SET `BackgndImage`='art\\images\\medium' WHERE ID=516;
UPDATE `objects_types` SET `BackgndImage`='art\\images\\big' WHERE ID=132;
Client side:
Enjoy