CosyClub / ProjectTempo

Rave Cave, A rhythm based MMO where players rock out together!
3 stars 0 forks source link

Feeder Areas & Parties #156

Closed grant-m-s closed 6 years ago

grant-m-s commented 6 years ago

Feeder areas have been made so that you are only required to define locations for tiles, entities and lights once. As long as the bitmap image is large enough to fit all you areas then it will be repeated a defined number of times.

Party's have also been implemented where a persons party affects which area they spawn in. The player's Party number is set in terminal after ip.

This has been tested with 100 players and 100 ai and the performance seems to hold.

Less jank has been commented out for performance, however now the animations are very jank

RcColes commented 6 years ago

Going to quickly patch this to fix the underlying componentStage issues, because it's a better solution than removing fix-jank

grant-m-s commented 6 years ago

okie dokie

RcColes commented 6 years ago

Right, this could do with a lab test

grant-m-s commented 6 years ago

system_less_jank wasnt fully uncommented, also removed playerlocal requirement as all enemies were jank seems to be holding at 60 now, nicely done

grant-m-s commented 6 years ago

Since commit da02fb5 the framerate has become unusable, we will need to fix or revert