Xonotic Forums
[DM] Solarium - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Map Releases & Reviews (https://forums.xonotic.org/forumdisplay.php?fid=13)
+--- Thread: [DM] Solarium (/showthread.php?tid=1623)

Pages: 1 2 3


RE: [DM] Solarium - frostwyrm333 - 09-19-2011

i have a question:
http://imageshack.us/f/546/xonotic000002.jpg/ - I have seen this before but I dont get, is the dithering effect intentional?


RE: [DM] Solarium - theShadow - 09-19-2011

huh. I don't really know. that is not my grass model, so I am not sure what is causing that effect. I hadn't noticed until now.


RE: [DM] Solarium - CuBe0wL - 09-19-2011

(09-19-2011, 07:21 AM)frostwyrm333 Wrote: i have a question:
http://imageshack.us/f/546/xonotic000002.jpg/ - I have seen this before but I dont get, is the dithering effect intentional?

Yes, that is intentional. Also, a clear sign that the texture is very low in quality and resolution.


RE: [DM] Solarium - divVerent - 09-20-2011

That dithering effect is a graphics driver bug. Blame it on NVidia for implementing Alpha-To-Coverage by dithering.

On AMD you should get no dithering Tongue


RE: [DM] Solarium - Lee_Stricklin - 09-29-2011

(09-20-2011, 02:06 AM)divVerent Wrote: That dithering effect is a graphics driver bug. Blame it on NVidia for implementing Alpha-To-Coverage by dithering.

On AMD you should get no dithering Tongue

Definitely going to raise hell about this on NVIDIA's forums... it's been plaguing other games as well, Just Cause 2 especially has a TON of this.


RE: [DM] Solarium - PinkRobot - 10-18-2011

Yesterday I played this map in DM. It looks and plays like a dream. It is clean, wide, bright, attractive and fun. I think it is my favourite map so far. If it isn't in the release yet, I think it should be.


RE: [DM] Solarium - frostwyrm333 - 10-21-2011

my only negative experience is that there are some slowdowns, vanilla version maps seem to be more optimised


RE: [DM] Solarium - theShadow - 01-01-2012

[Image: capture2012-01-01at93057PM.png?t=1325472501]
[Image: 2.png]
[Image: 3.png]


RE: [DM] Solarium - Mepper - 01-02-2012

I really like the new layout of the room showed in the 2nd screenshot. Good job!

I think that this map is ready to be officially included in the 0.6 release Smile


RE: [DM] Solarium - theShadow - 01-22-2012

new version, now with 100% more bot waypoints!

also, relit with sRGB

get it here:
http://beta.xonotic.org/autobuild-bsp/solarium-full-911ae02ebabf1e255d9c5b29b2fbaf40f200abc9-5d4f1d1917d36efb1bc5b5336431aa8e0fe983e8.pk3

this map is still in develpment (again) so I will probably post a few more versions before now, but I am calling this one the current "stable" one, so if you want to put this on your server, that would be swell.

EDIT crap i forgot. if anyone experiences much lower framerate, set cl_particles 0. there is a particle effect under the waterfall that I forgot to remove.


RE: [DM] Solarium - theShadow - 01-23-2012

UPDATE use this one
http://beta.xonotic.org/autobuild-bsp/solarium-full-911ae02ebabf1e255d9c5b29b2fbaf40f200abc9-5d4f1d1917d36efb1bc5b5336431aa8e0fe983e8.pk3


RE: [DM] Solarium - Mepper - 01-27-2012

If I look to the bridge at a certain angle, it looks like a part of the bridge is under water. This is best visible when effects are on low.

This is how that looks:
[Image: xonotic20120127141150-00.jpg]

If you look from another angle it looks like this, what is how it should look:
[Image: xonotic20120127141203-00.jpg]


RE: [DM] Solarium - asyyy - 01-27-2012

I love the layout, good dm map.


RE: [DM] Solarium - nowego4 - 01-27-2012

Mepper Wrote:...
This is a bug in the default shader, not theShadow's fault. Occurs with lavas and some grates as well: http://dev.xonotic.org/issues/806

...although tZork apparently seems to think the mappers should try to take care of it ???


RE: [DM] Solarium - theShadow - 01-28-2012

how do you mix 2 textures in a q3shader? i want to add an environment map to the waterfall, but so far I have only managed to have a scrolling texture OR a waterfall, not both at once.

Code:
textures/map_solarium/waterfall
{
    qer_editorimage textures/map_solarium/waterfall/water2.tga
    //qer_trans 20
    //cull none
    //surfaceparm trans

    {
        map textures/map_solarium/waterfall/water2.tga    
        tcMod scroll 0 -1.4
        blendfunc blend
    
    }
    {    
        map textures/map_solarium/waterfall/env1.tga
        tcgen environment
        blendfunc add

    }
    
}

this is what I have, and with it all I see is a the scrolling texture.

what am I doing wrong?


RE: [DM] Solarium - Maddin - 01-28-2012

I would uncomment the three surfaceparms, they look right there. But it´s quite curious that it doesn´t work, theoretically it should! Also remove the .tga suffixes, it´s really not needed. And I don´t know whether it´s important but the keywords should be case-sensitive.


RE: [DM] Solarium - SavageX - 01-29-2012

@theShadow:

I took the liberty of subdividing the outer water brush so that it renders on two planes to finally get rid of the "disappearing walls in reflection" problem. The single brush is now three brushes: Two that are on the same plane (only subdivided them for geometric reasons, this won't slow down rendering) and one brush (in the tunnel connecting inside and outside) that is slightly slanted and thus renders reflections from a different point of view.

Map source: http://ompldr.org/vY2lpaQ/solarium-waterfix.zip


RE: [DM] Solarium - theShadow - 01-29-2012

thank you. I'll send this to autocompile.

i would really like a better way of doing this though. I want to keep the number of renderes to a minimum. before this I had 4, and with this change I'm pushing the limit of what's aceptable.

mainly, i know i CAN do it better. the reflections in this area were fine before, they only broke after I fixed the reflections in the inner room, and I have fixed them before just by messing with the brushes that were bring reflected.


RE: [DM] Solarium - SavageX - 01-30-2012

You may get away with one single plane of water and marking some walls as detail, so the water renderer can see into the inside area from wherever it is rendering. Would still be much faster than additional rendering passes.


RE: [DM] Solarium - Mirio - 01-30-2012

The performance got so much better after all these updates/changes! Did not try it with people yet, though.