possibel work around for blured textures

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
darthtrogsasea

possibel work around for blured textures

Post by darthtrogsasea »

well i was messing around and made a prop bigger so its skin blured then it hit me

if size is 2.0 and its skin is 512×512 resize the skin to 1024×1024 and it worked
so just do some math

take the scale number(2.0)
x it by the res of the skin(512)
get new size(1024)
and resize skin as that (1024x1024)

if the size is 2.4or less use the x2 size if its 2.5 or more use 3x size

of coruse if the scalle is bigger just use 4.0 x 512 = 2048 etc
t551
General
General
Posts: 791
Joined: Sat Jul 16, 2005 3:23 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: possibel work around for blured textures

Post by t551 »

Textures that big are bad for the engine, especially on props that will be seen all over the place.

Also, just resizing won't really change the appearance of the texture, you'll have to sharpen, and that could cause contrast issues.

Is this supposed to be some great discovery? Sorry, but I'm a little stressed, and this just seems like something that really isn't worth using forum space for...
RC-1290

RE: possibel work around for blured textures

Post by RC-1290 »

Agreed. I'd say what you 'discovered' is actually just common knowledge, but no one does this becouse it also increases lag.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: possibel work around for blured textures

Post by Teancum »

With some stuff (like vehicles) removing the blur is really a big deal. Particularly vehicles from the early SWBF days. An easier way would be to remove all mipmaps. You do that by adding -maps 1 to the .tga.option file of that character/vehicle/prop. Note that you might have to clean and munge to see a change, I don't know. Try not cleaning first.
t551
General
General
Posts: 791
Joined: Sat Jul 16, 2005 3:23 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: possibel work around for blured textures

Post by t551 »

What is a mipmap?
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: possibel work around for blured textures

Post by Teancum »

Post Reply