Author Topic: How large can a room be without creating problems like lag?  (Read 2003 times)

l3agu32

  • Wannabe
  • Posts: 22
  • OS:
  • Windows 8.1/Server 2012 Windows 8.1/Server 2012
  • Browser:
  • Chrome 49.0.2623.110 Chrome 49.0.2623.110
    • View Profile
  • Playstyle: Keyboard
How large can a room be without creating problems like lag?
« on: April 05, 2016, 01:06:08 PM »
If I want to make a room with a lot of screens, how many screens or pixels is the limit until the game starts to have any problem like lag? For instance, is a room sized 3200 x 2432 pixels (16 screens) risky? Thank you!

WetWookie

  • Cherry Eater
  • Posts: 90
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Firefox 45.0 Firefox 45.0
    • View Profile
  • Playstyle: Keyboard
Re: How large can a room be without creating problems like lag?
« Reply #1 on: April 05, 2016, 01:20:17 PM »
I think it's less an issue of room size and more an issue of objects and are those objects running step events or alarms so it depends on what you're putting in the room. You an always give it a shot and check the fps to see how it's holding up.

https://docs.yoyogames.com/source/dadiospice/002_reference/debugging/fps_real.html

L4Vo5

  • Cherry Eater
  • Posts: 59
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 49.0.2623.110 Chrome 49.0.2623.110
    • View Profile
  • Playstyle: Keyboard
Re: How large can a room be without creating problems like lag?
« Reply #2 on: April 05, 2016, 05:51:44 PM »
tip : When debugging, you should probably lower the process priority of the game or something, to simulate computers worse than yours
I have to admit, i still haven't beaten IWBTG

l3agu32

  • Wannabe
  • Posts: 22
  • OS:
  • Windows 8.1/Server 2012 Windows 8.1/Server 2012
  • Browser:
  • Chrome 49.0.2623.110 Chrome 49.0.2623.110
    • View Profile
  • Playstyle: Keyboard
Re: How large can a room be without creating problems like lag?
« Reply #3 on: April 07, 2016, 03:39:18 PM »
Does the real fps need to be at least 50 to be considered good?

WetWookie

  • Cherry Eater
  • Posts: 90
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Firefox 45.0 Firefox 45.0
    • View Profile
  • Playstyle: Keyboard
Re: How large can a room be without creating problems like lag?
« Reply #4 on: April 07, 2016, 04:39:53 PM »
Yes. The FPS should equal the room speed (50 for fangames). If it dips below that you have a problem.

l3agu32

  • Wannabe
  • Posts: 22
  • OS:
  • Windows 8.1/Server 2012 Windows 8.1/Server 2012
  • Browser:
  • Chrome 49.0.2623.110 Chrome 49.0.2623.110
    • View Profile
  • Playstyle: Keyboard
Re: How large can a room be without creating problems like lag?
« Reply #5 on: April 07, 2016, 09:53:36 PM »
Thanks, guys.