Page 1 of 1

Same Texture on a Building: Perfomance?

Posted: Tue Jul 02, 2013 9:33 am
by noMatt
Hey fellas as you may know or even not, i am workin on a Building for Loopy53. Since Battlefront is an old game i have some perfomance questions:

1: I do the Building in a modular style (so i model diffrent kind of walls and Loopy has to put them together in the editor). If i put on every Model the same texture, is Battlefront recognizing that? Or is it going to load it twice in the Texture Buffer? This is just for Performance because i know that CryEngine detect this.

2: I am not sure yet if i have enough time to do the Interriors, but if: How large should the textures be for Interriors? For know i am using 2048²

3: How can i make the Players able to take a stairway?

Re: Same Texture on a Building: Perfomance?

Posted: Tue Jul 02, 2013 9:45 am
by THEWULFMAN
#1) Not sure. That's a good point though. If you're really worried about it, load the textures separately in their own lvl. That's what I do with unit textures in TCW, works like a charm.

#2) The largest any unit/building/etc texture should be is 1024². I only use 2048² for terrain textures. This is mainly because of file sizes. 2048² textures are huge.

#3) Not sure I understand the question. In order to make a usable stairway, you need a flat collision mesh that acts like a ramp to cover the stairs. That's how I understand it.

Re: Same Texture on a Building: Perfomance?

Posted: Tue Jul 02, 2013 11:01 am
by noMatt
THEWULFMAN as always awesome. Thank you very much and yes you understand 3 right.
Ok i will continue my work now thanks ;)