Vegeta Posted April 18, 2015 Share Posted April 18, 2015 So, I ended up quitting my mapping a while back after feeling as though I would never be able to successfully incorporate terrain, however recently I made another attempt. Unfortunately, I ran into the same strange issue that I had before, and figured I should ask for some help before just giving up on it. Basically, the issue I'm having is texture size in the compiled map. They look fine in easygen, and I've tinkered with the shader files quite a few times now, but with no success. To better understand exactly what happens, I've taken a few screenshots of in-game vs. easygen. Easygen: In-Game: Any help or advice would be extremely appreciated. Thanks in advance. P.S. The mountains in the background are just a temporary model I made for the skybox, no terrain or shader issues there. Link to comment
mrwonko Posted April 18, 2015 Share Posted April 18, 2015 Do non-terrain textures show up fine? Which shader templates are you using when exporting from easygen? Link to comment
Vegeta Posted April 18, 2015 Author Share Posted April 18, 2015 @@mrwonko Yes, any non-terrain textures show up fine after compilation, the only ones that decrease to that extremely small size are the textures that are supposed to show up on the terrain brushes. As for the shader templates, I've tried using both standard and q3map2. Standard ends up producing a shader file that has something like this textures/01/terrain_0 { surfaceparm nolightmap q3map_novertexshadows q3map_forcesunlight { map textures/2_terrain/grass.jpg rgbGen vertex tcmod scale 0.533 0.533 } } And q3map2 produces something more like this. textures/03/terrain_0 { qer_editorimage textures/03/terrain_0 q3map_material ShortGrass q3map_lightmapsamplesize 64 q3map_lightmapaxis z q3map_texturesize 2048 2048 q3map_tcGen ivector ( 960 0 0 ) ( 0 960 0 ) { map textures/2_terrain/grass.jpg } { map $lightmap blendFunc GL_DST_COLOR GL_ZERO tcGen lightmap } } Although, unfortunately neither one seems to work for me. Is there any way I could manually edit the shader file to make the textures appear larger than that? I've already tried adding "tcmod scale" in a few different ways, but nothing seems to work so far. Link to comment
Solution mrwonko Posted April 18, 2015 Solution Share Posted April 18, 2015 The tutorial mentions a rgoer template that's supposedly required... Download on there is broken though. Link to comment
Vegeta Posted April 18, 2015 Author Share Posted April 18, 2015 huh... Do you happen to know anyone that has the template, or anywhere else I could find it? Link to comment
IrocJeff Posted April 18, 2015 Share Posted April 18, 2015 http://www3.sympatico.ca/carigcarswell/tutorial/ It should be here.. I just searched for the template and this came up. Link to comment
Vegeta Posted April 18, 2015 Author Share Posted April 18, 2015 Oh, cool. Thanks for the link, I'll try it out right now. Link to comment
Vegeta Posted April 18, 2015 Author Share Posted April 18, 2015 After using the rgoer template, and compiling the terrain in a map, it appeared as though the shader didn't render at all, just a white and grey grid indicating a missing texture. I tried manually editing the shader after that, and at least got the textures to show up again, but they're still shrunken to that minimum size. The shader file after exported the map with the rgoer template looked like this. textures/01/terrain_0 { q3map_baseshader textures/01/terrain_base qer_editorimage textures/2_terrain/grass.jpg { map textures/2_terrain/grass.jpg } { map $lightmap blendFunc GL_DST_COLOR GL_ZERO } } And after I edited it, it looked like this. textures/04/terrain_0 { q3map_baseshader textures/04/terrain_base qer_editorimage textures/04/terrain_0 { map textures/2_terrain/grass } { map $lightmap blendFunc GL_DST_COLOR GL_ZERO } } Link to comment
IrocJeff Posted April 18, 2015 Share Posted April 18, 2015 I'm not sure why you are having issues. I did my terrain using phong shading that someone was nice enough to help me with. All I did with easygen was get a .map file totally untextured, import into Radiant, and caulk it all. Then, I was able to use the blended textures or shaders along with the specific phong shaders to blend my terrain. It was just sand and rock but it turned out ok. I can send you the shaders and blended textures that were made for me to see if you can help you out. You'll have to make your own blended textures unless you want sand and rock, though. Link to comment
Vegeta Posted April 18, 2015 Author Share Posted April 18, 2015 Actually, I got the shaders working finally. I overlooked one small detail in the tutorial, which involved moving a section of the shader file from the end to the top. Thanks for the help everyone. Link to comment
IrocJeff Posted April 18, 2015 Share Posted April 18, 2015 its always something simple, isn't it. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now