Page 1 of 2

is there a way for this?

PostPosted: Sat Feb 06, 2016 7:16 am
by Heffernan
Hello,

as my base grows larger i was thinking is it possible to force the minimap to display more maptiles then the one u spawned on? aka display the whole base if its size exceeds the map?

Re: is there a way for this?

PostPosted: Sat Feb 06, 2016 8:16 am
by Nikixos
I doubt that's possible

Re: is there a way for this?

PostPosted: Sat Feb 06, 2016 8:18 am
by Heffernan
Nikixos wrote:I doubt that's possible


yup marp said its impossible, altho it would be nice, my base is almost double or 4 times the screen size already and i cant keep track when i port in and only half the base is shown.

JC halp pls?

Re: is there a way for this?

PostPosted: Sat Feb 06, 2016 8:34 am
by JohnCarver
Giving players access to a larger chunk of the map causes issues for countless reasons. Without a massive fundamental re-write and re balance of countless systems I don't see size of the map chunks being given to clients changing anytime soon.

Re: is there a way for this?

PostPosted: Sat Feb 06, 2016 9:35 am
by loleznub
Would a small loan of $1,000,000 change you mind?


**Gets checking book out**

Re: is there a way for this?

PostPosted: Sat Feb 06, 2016 10:00 am
by Heffernan
JohnCarver wrote:Giving players access to a larger chunk of the map causes issues for countless reasons. Without a massive fundamental re-write and re balance of countless systems I don't see size of the map chunks being given to clients changing anytime soon.


does it always have to be the map AND minimap or can the minimap tiles be loaded away from the map?

Re: is there a way for this?

PostPosted: Sat Feb 06, 2016 8:13 pm
by Kandarim
no,

the minimap is created client-side from the tiles the server sends in. The client doesn't get minimap tiles as a separate entity.

Re: is there a way for this?

PostPosted: Sun Feb 07, 2016 1:03 am
by Faultierstein
loleznub wrote:Would a small loan of $1,000,000 change you mind?


**Gets checking book out**

lol he would probobly be more likely to do it if it wasn't a loan, he would have to pay it back

Re: is there a way for this?

PostPosted: Sun Feb 07, 2016 1:40 am
by Taipion
Kandarim wrote:no,

the minimap is created client-side from the tiles the server sends in. The client doesn't get minimap tiles as a separate entity.


That shouldnt be too difficult then.
Then methods for creating it from the map are there,
you just need to have the server handle it, and provide it too the client, the added traffic should not be noticeable either.

Re: is there a way for this?

PostPosted: Sun Feb 07, 2016 9:27 am
by Heffernan
Kandarim wrote:no,

the minimap is created client-side from the tiles the server sends in. The client doesn't get minimap tiles as a separate entity.


so its possible? i suppose i could ask for ur help? :p