FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
554 stars 107 forks source link

Normal Map and True color image Support? (Missing in documentation) #146

Closed fuzun closed 8 years ago

fuzun commented 8 years ago

Is normal map support for textures broken or is it partially implemented? I could not get it working.

And what about true color textures? High quality textures located in a specific folder overrides classic wad-packaged-mipmaps used in bsp and added by VHE 3.5?

nekonomicon commented 8 years ago

Is normal map support for textures broken or is it partially implemented? I could not get it working.

Normal map works with paranoia custom renderer. Use libs from XashXT or Paranoia.

fuzun commented 8 years ago

How can I build the libs for Android? Are they open source? Any compatibility issues?

a1batross commented 8 years ago

Paranoia 2 is closed-source.

XashXT is open-source, but didn't ported yet even to Linux.

fuzun commented 8 years ago

@a1batross 4096x or true color textures?

High quality textures located in a specific folder overrides classic wad-packaged-mipmaps used in bsp and added by VHE 3.5?

And off topic but does xash3d android project support maps as menu background?

CrusoeDaWolf commented 8 years ago

@fuzun Xash3D Android supports maps as backgrounds. Just make a file called 'chapterbackgrounds.txt' in valve/scripts and add the map you would want (Ex. c1a1).

mittorn commented 8 years ago

Use materials system and tga textures for truecolor. Bumpmaps are not supported in engine.

fuzun commented 8 years ago

@mittorn Does mobile port of xash3d support the material system? Also I have found this in gl_image.c. Is this irrelevant and used for internal process ?

/*
=================
R_SmoothNormals

Smoothes the given normal map
=================
*/
mittorn commented 8 years ago

Material system is supported, but it is only for loading tga replacements for map textures.

fuzun commented 8 years ago

@mittorn So no support for studiomodel textures?