Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Resolutions used on models and acceptable sizes.
7heDubz Offline
Posting Freak

Posts: 1,329
Threads: 40
Joined: Feb 2013
Reputation: 41
#1
Resolutions used on models and acceptable sizes.

Resolutions that are acceptable (optimization reasons) for several things, a Wall, a TV or other things for example.

(This post was last modified: 08-07-2014, 07:13 AM by 7heDubz.)
08-07-2014, 05:33 AM
Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#2
RE: Resolutions used on models and acceptable sizes.

2048x2048: Very few. Used for characters, very large things(think buildings, landscapes - altough tiling techniques not available in HPL might be preferrable etc.) or an important center-piece in an area (let's say you're building a temple with a 'god-statue' in the middle which the player will be inspecting/be wow-ed from).
1024x1024: The size I use for most objects; walls, doors etc.
512x512: For smaller things of lesser importance; a pot, office supplies etc.
256x256: For the smallest things which I don't really care about, but have to be there to tell an environmental story; could be a pen in an office for example.

Basically:
1. The larger something is on the screen the greater the texture resolution it should have.
2. That, combined with how much you believe the object will be 'inspected' (will people look closely at the ominous grandfather clock?).

In case of using text (computer screen, paper etc.) which need to be readable that can be solved with higher priority on the uv map (larger island/UV) or a separate image of appropriate resolution.

Optimization-wise you should be fine sticking mainly to 1024x1024, but in case you are having a lot of different objects in one area it might be preferrable to go for 512x512 for those objects (garbage dump for example). It sort of falls under 'rule 2' as mentioned above; due to the massive amount of items the player probably won't go around and inspect every one of them, but rather take it in 'as a whole'.

[Image: mZiYnxe.png]


(This post was last modified: 08-07-2014, 01:53 PM by Acies.)
08-07-2014, 01:48 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#3
RE: Resolutions used on models and acceptable sizes.

Nice explanation there!
Quote:In case of using text (computer screen, paper etc.) which need to be readable that can be solved with higher priority on the uv map (larger island/UV) or a separate image of appropriate resolution.
The above is what i ha done and you were right, 1024x1024 for me.
And you could easely see the small letters and the quality was amazing as well in my mod.
The higher the texture size, the better.
BUT if you have too many of high textures the game will easely get framerate drops (lag).
So pick your choice.
(This post was last modified: 08-07-2014, 05:15 PM by DnALANGE.)
08-07-2014, 05:13 PM
Find




Users browsing this thread: 1 Guest(s)