Getiing this message.. is this going to interrupt me?

When I first opened my project, I get this error -

which is highlighted in purple. Is this going to affect the game later? Or this is just because that my computer isn’t powerful enough to handle such a big map?

It’s to do with the amount of textures and their size in the level.

The scalability settings would have set the size for the streaming pool. You can override that in the console or .ini file e.g.

r.Streaming.PoolSize 100 //100MB

Thanks @DanM. I just have one problem… it sometimes exceeds 500 mb, so if I place that override of 100 mb, how would it affect the game?

The textures will look terrible. Set it really low like 10 and you should be able to see the difference.

Yes, TOTALLY terrible. Thanks for the reply, Dan!

So to be clear, you’ll just get degraded texture quality if you go over the budget.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms