Xonotic Forums
Imogen BETA3 UPDATE! - 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: Imogen BETA3 UPDATE! (/showthread.php?tid=242)

Pages: 1 2


RE: Imogen - Sepelio - 04-10-2010

Looks much better!


RE: Imogen - Fisume - 04-10-2010

Looks awesome. Thumbs up!

Edit: DL link down?


RE: Imogen - kay - 04-10-2010

Ok updated. Wink
You might need to right click, save as.


RE: Imogen - vaan - 04-10-2010

add something "around" the map to make it look nicer. also, i think its way too "open".


RE: Imogen - Dokujisan - 04-10-2010

so two questions...

1) are you using ALL of those textures in that directory?

2) are the textures not compressed at all? like TGA or something?

The texture filesize just seems so high. I hope we don't end up with 30MB map sizes on a regular basis in Xonotic.


RE: Imogen - kay - 04-11-2010

(04-10-2010, 08:50 PM)Dokujisan Wrote: so two questions...

1) are you using ALL of those textures in that directory?

2) are the textures not compressed at all? like TGA or something?

The texture filesize just seems so high. I hope we don't end up with 30MB map sizes on a regular basis in Xonotic.

1) Yes I deleted the rest of them in the beta version.

2) All textures are .TGA and they are all just 72 dpi an 512x512 px

I don't know why they are all almost 1 Mb per image.


RE: Imogen - paperclips - 04-11-2010

Nice Kay!
Is the map and the textures released under the GPL?


RE: Imogen - theShadow - 04-11-2010

Once you figure out the problem, you could try varying the textures a little more. maybe even just having a different texture for the floor than the walls, etc.

you don't have to of course. it looks very good as is.


RE: Imogen - kay - 04-11-2010

(04-11-2010, 08:23 AM)paperclips Wrote: Nice Kay!
Is the map and the textures released under the GPL?

I hope so, most of the textures I made with Filter Forge.

can someone look at this: http://www.filterforge.com/termsofuse.html


RE: Imogen - Aleator - 04-11-2010

The map looks much better. Keep up the good work.


RE: Imogen - fabzor3 - 04-11-2010

re: filesize
-------------
when you go from 256x256 to 512x512 the filesize isnt doubled, its quadroupled and 1024x1024 is 16 times the size of 256x256!

Thankfully using jpeg compression i have been able to get a 1024 texture down to abou 1 meg in size. However theres 3 layers per material! Then consider that theres up to 20 new materials per map and were looking at 90 megs when usng compressed jpg.

I suggest as a player you go and make some noodles or read an article on slashdot because textures will take a long time do download!

The good news is, it's well worth it, 1024 textures look great when done correctly


RE: Imogen - Dokujisan - 04-12-2010

But is that amount of detail needed for EVERY texture? Aren't some of the textures small tiles?

I think it's a problem if we start seeing maps with filesizes of 30Mb and up on a regular basis. I know people on my servers complain about maps like that.

fabzor, when you use jpeg compression, do you use 100% quality? I think some textures can still look good with lower compression, depending on the texture design.


RE: Imogen - tZork - 04-13-2010

you can convert all tga's to jpg for the "in-game release" that will significantly decrease the pk3 file size.


RE: Imogen BETA3 UPDATE! - kay - 06-23-2010

SEE FIRST POST ! Big Grin


RE: Imogen BETA3 UPDATE! - MirceaKitsune - 06-23-2010

Very nice, I like the new update Smile The song is also nicer. I'd still replace the higher wall panels with a glass texture than a grate however (so far there's only one in the trak5x package).


RE: Imogen BETA3 UPDATE! - FruitieX - 06-28-2010

I like the layout of this map! DM/TDM maps are definitely appreciated Smile

However, the skybox shader seems to fail:
[Image: q4gwlx75cjpega77sar_thumb.jpg]

And next, the texturing needs trims! It's way too plain as it is right now, even if the textures look great Smile Trims should help to recognize edges on the map, which otherwise can be a little hard to do fast when everything is colored similarily (color issue will probably be fixed when you get the skybox to work and send out light properly). Trims will also add to the details in the map, and there are never too many details right Wink
[Image: rap7u8o4n5jfzvzwo97y_thumb.jpg]

BTW: You should probably ask for commit access to the maps repo, so that you can:
1. Commit your texturepack into it's branch (so others can merge without also merging your map, and so the textures are all in one place)
2. Commit your maps into their own branches (and merge the textures branch into the maps where you use your textures)

#2 means that your maps will also get compiled automatically, so that shader fails like this just shouldn't happen (it will look for shaders everywhere instead of just shaderlist.txt). Also try using the xonotic-map-compiler script.


RE: Imogen BETA3 UPDATE! - kay - 06-29-2010

- Updated Sky problem
- Smoothen up the wall and floor textures:
[Image: dm-9127783793914.png]

Download: HERE


UPDATESCREENSHOTS - kay - 06-30-2010

I will post updates from screenshots.

UPDATE_____________________________
[Image: dm-8127790233411.png]


RE: Imogen BETA3 UPDATE! - fabzor3 - 05-10-2015

Hey Kay, how many rtlights are you using there?

I have gotten massive speed gains by removing as many of them as possible, decreasing the dynamic lights' radius and spacing them out so they are less dense

another cardinal sin is overlapping dynamic lights

you may be able to get away with 2, but then you start pushing cards really hard because your dynamically shading each pixel from a different angle twice PER LAYER Smile

so try spacing, shrinking and getting rid of as many as you can, see how your fps go...

oh poo im 5 years too late