Xonotic Forums
[SOLVED] texture shows in NetRadiant but not in game - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] texture shows in NetRadiant but not in game (/showthread.php?tid=5420)



texture shows in NetRadiant but not in game - BuddyFriendGuy - 03-30-2015

Question 1:

I'm learning about mapping but I got stuck with this likely-to-be-very-basic problem:

I managed to have 6 custom textures shown in NetRadiant:

   

but I couldn't figure out why it doesn't show in the actual game:

   

I'm attaching the pk3 file. (Please ignore the readme file. That was for another game and doesn't apply to this map at all.)

Question 2:

Am I even using the texture wrong? What I'm trying to do is just some calligraphy art on the wall, as decoration.

Question 3:

I understand Oblivian led a discussion on setting the artistic guideline for the game (and I agree at that). I assume it's for the official art/maps only. Unofficial mappers are not discouraged to make whatever, correct?


RE: texture shows in NetRadiant but not in game - Maddin - 03-30-2015

I don´t have a working NetRadiant so I´m not able to have a look at your map but it seems like you are using so called decals the wrong way. Create your walls as usual (with no cut off parts!) and then place a thin brush on top of that wall. You are currently seeing the black background void because your decal shader renders partially transparent (with the opaque part being black too in your case!).

Oh and you might want to turn off gl_picmip. Wink Press Shift+Esc and enter:
Code:
gl_picmip_world 0
vid_restart



RE: texture shows in NetRadiant but not in game - BuddyFriendGuy - 03-30-2015

Thank you, @Maddin. You are right: gl_picmip_world made the shaders visable now (dark transparent, as you said), so at least I know it's getting the right paths. I'll go learn about decals.

It's incredible you can tell where the problem is without even seeing the map!


RE: [solved] texture shows in NetRadiant but not in game - Maddin - 04-02-2015

Thank you! Glad I could help!

Well, I have a couple of years of experience in mapping so I kind of see the all the polygons as I walk through a map... Big Grin It is simply experience which lets you see things, nothing special.