plusemu floor plan

zakiy

Member
Dec 5, 2011
44
4
hi i am currently using plusemu craig release i was wondering how do you change floor plan limit for tiles
 

Queso

echo 'Web Developer';
Nov 29, 2016
233
72
Try going into \Communication\Packets\Incoming\Rooms\FloorPlan\SaveFloorPlanModelEvent.cs, then search for
if (SizeY > 64 || SizeX > 64)

SizeY = Height
SizeX = Width
Change those to your liking and you should be good to go.
:)
 

Users who are viewing this thread

Top