Quake3World.com
https://www.quake3world.com/forum/

Screenshots
https://www.quake3world.com/forum/viewtopic.php?f=10&t=51
Page 186 of 210

Author:  seremtan [ 11-16-2013 04:11 AM ]
Post subject:  Re: Screenshots

Pext wrote:
looks like a matrix ripoff...


lol wat

Author:  Infernis [ 11-24-2013 05:48 AM ]
Post subject:  Re: Screenshots

sst13 wrote:
Inspired by Infernis screenshots, I continued to work on my 4 year old remake of E1M1 for Quake3.
Making the details atm, lighting is yet very basic...

Image

Screenshot shows the pathway where you can find the Quad Damage in the original. The hidden elevator is replaced by two crates.

Edit: View of the other side. Entrance of the Base - no exploding crate yet. :D

Image


I'll consider that a compliment. It's looking good so far but like you said, add more detail. Keep us posted.

Author:  Bliccer [ 11-24-2013 05:59 PM ]
Post subject:  Re: Screenshots

I've just released my last map, I'm evah going to make. So yeah... learned a lot. Proper hinting (local hints are THE shit), areaportals only work in a whole door system (and id software fucked it up on their own maps), external lightmapping etc...
So here is the link: http://ws.q3df.org/map/acc_cath_rggl/
Here are the screens: https://www.dropbox.com/sh/q5z0ewt9st6xo8r/fCi795SrNT



Hm image tag is not working anymore, right? How to integrate images like above?

Author:  fKd [ 11-24-2013 10:14 PM ]
Post subject:  Re: Screenshots

aww man, sucks to hear another talented mapper is leaving :( map looks solid dude. will check it out shortly and leave a few impressions.

Author:  Eraser [ 11-25-2013 04:07 AM ]
Post subject:  Re: Screenshots

Bliccer wrote:
I've just released my last map, I'm evah going to make. So yeah... learned a lot. Proper hinting (local hints are THE shit), areaportals only work in a whole door system (and id software fucked it up on their own maps), external lightmapping etc...
So here is the link: http://ws.q3df.org/map/acc_cath_rggl/
Here are the screens: https://www.dropbox.com/sh/q5z0ewt9st6xo8r/fCi795SrNT

Image

Hm image tag is not working anymore, right? How to integrate images like above?


Use [img]and[/img] tags. Put the URL between 'em.

Author:  Bliccer [ 11-25-2013 04:23 AM ]
Post subject:  Re: Screenshots

Ah forgot to mention... its a defrag map ofc.
Longer post here: http://q3df.org/forum/viewtopic.php?f=7&t=568
@Eraser: I did... only get this "image" thing in my text.

Author:  spookmineer [ 11-25-2013 12:17 PM ]
Post subject:  Re: Screenshots

Sorry to see you go Bliccer!

Oh and make sure you post your movie on own-age.com :)

Author:  MKJ [ 11-26-2013 02:38 PM ]
Post subject:  Re: Screenshots

Bliccer wrote:
Ah forgot to mention... its a defrag map ofc.
Longer post here: http://q3df.org/forum/viewtopic.php?f=7&t=568
@Eraser: I did... only get this "image" thing in my text.

you did it correctly. It's DropBox that doesnt allow linking like that.
fixed it for you, also made it a lvlshot for those 3 people who don't have 1400+ res screens.

Author:  sst13 [ 12-17-2013 06:42 AM ]
Post subject:  Re: Screenshots

Lift to the "nailgun - lights out" room:
Image

Base entrance:
Image
I hate to make rocks and terrain... atm only placeholders. :D

Author:  fKd [ 12-17-2013 12:36 PM ]
Post subject:  Re: Screenshots

really digging your q1 stuff, looking good man!

Author:  cityy [ 01-06-2014 03:40 PM ]
Post subject:  Re: Screenshots



So I took some time today for the first time in ages to put some effort into my long time tdm WIP project.
I'm trying to save some tris during the first stage of detailing to not overextend in terms of performance. Lighting is still in the works, just like pretty much everything else too. :dork:

Author:  obsidian [ 01-06-2014 06:37 PM ]
Post subject:  Re: Screenshots

cityy, don't be a square... recommended reading:

http://robotrenegade.com/articles/perfe ... h-circles/

Author:  KittenIgnition [ 01-06-2014 07:02 PM ]
Post subject:  Re: Screenshots

Throw performance to the wind! Make a map that looks amazing, no matter the cost! Like Lunaran's map! Or any of my maps, though they do still end up looking like crap, while simultaneously eating 80% of one's framerate.

Author:  cityy [ 01-07-2014 12:25 AM ]
Post subject:  Re: Screenshots

obsidian wrote:
cityy, don't be a square... recommended reading:

http://robotrenegade.com/articles/perfe ... h-circles/


Hehe, didn't know you are hosting an article about this, nice! I'm totally aware of the subject but I'm also really good at ignoring it. :D

KittenIgnition wrote:
Throw performance to the wind! Make a map that looks amazing, no matter the cost! Like Lunaran's map! Or any of my maps, though they do still end up looking like crap, while simultaneously eating 80% of one's framerate.


This map is supposed to be played in competetive QL tdm if it works out so I can't push it to the limits unfortunately. A lot of the players still have outdated hardware or hardware setups that are somehow alien to id tech3 so there are really strict limitations for me.
I'm gonna build this map in the current fashion, hint it and see if I have room for more fun detail.

Author:  cityy [ 01-08-2014 01:26 AM ]
Post subject:  Re: Screenshots



Has anyone ever experienced this autosprite error (top left)?

Edit: I've looked at it with r_showtris - the problem is the snow patches I'm using. The shader has worked fine in several other maps so that's not the issue. With polygons visible in q3 I notice that the polys are snapping back and forth between different points - they are basically rotating in random intervals around their center vertical axis when moving the mouse.
Any ideas?

Edit2: https://github.com/id-Software/Quake-III-Arena/blob/master/code/renderer/tr_shade_calc.c#L349

Code:
if ( tess.numVertexes & 3 ) {
                ri.Printf( PRINT_WARNING, "Autosprite shader %s had odd vertex count", tess.shader->name );
        }
        if ( tess.numIndexes != ( tess.numVertexes >> 2 ) * 6 ) {
                ri.Printf( PRINT_WARNING, "Autosprite shader %s had odd index count", tess.shader->name );
        }


Edit3: I fixed it by simply redoing all the sprite patches. Still not sure what the issue was though.

Author:  obsidian [ 01-08-2014 10:14 AM ]
Post subject:  Re: Screenshots

Probably a bad surface. Autosprite is a little picky about surface geometry so I assume if you have an odd vertex count, the surface is no longer a quad.

Author:  cityy [ 01-09-2014 03:06 AM ]
Post subject:  Re: Screenshots

Since there is so little activity lately Im gonna go ahead and float this boat.



Same map and area as in the pic above, but looking from the opposite side. Most stuff is still WIP.

Author:  Eraser [ 01-09-2014 05:52 AM ]
Post subject:  Re: Screenshots

Looks fantastic, cityy.

Author:  Despair [ 01-10-2014 03:36 PM ]
Post subject:  Re: Screenshots

Does look nice, idd. I'm assuming you're testing with wolfcam still? It seems to have some quirks that aren't present in q3/ql. I get the same errors spammed in console if i load lostparadise with it, as well as some shaders that don't render quite right iirc. Map works just fine in q3/ql though, so you can probably just ignore them.

Author:  cityy [ 01-11-2014 04:20 AM ]
Post subject:  Re: Screenshots

Thanks guys.

@Despair: I'm even still using quake3.exe, netradiant and my hacked together mapping setup from 2011. Laziness strikes again. :owned:

Author:  obsidian [ 01-11-2014 05:53 AM ]
Post subject:  Re: Screenshots

Did you fix the wheel? Looks better in this shot.

Author:  cityy [ 01-11-2014 06:16 AM ]
Post subject:  Re: Screenshots

Yes, but not by adding more vertices. I moved the corner vertices further inwards.

Author:  mrd [ 01-11-2014 06:29 PM ]
Post subject:  Re: Screenshots

Looks nice :up: But what's with the garbled/distorted stretch of pixels along the top side?

Author:  obsidian [ 01-11-2014 06:43 PM ]
Post subject:  Re: Screenshots

Q3 does that when taking screenshots in Windowed mode.

Author:  mrd [ 01-12-2014 05:54 PM ]
Post subject:  Re: Screenshots

:shrug: Never knew that... strange.

Author:  KittenIgnition [ 01-14-2014 11:16 AM ]
Post subject:  Re: Screenshots

obsidian wrote:
Q3 does that when taking screenshots in Windowed mode.

That's never happened to me :o

The closest thing to that is taking screenshots without framebuffer on in Q3MME, but it never looks anything like that.

Author:  cityy [ 01-17-2014 04:22 AM ]
Post subject:  Re: Screenshots

I just sent in McSarge's (ct3tourney3) for review on lvlworld. I still had this map sitting on my HDD with some bug fixes to be done so I sat down today and took care of it (with only 1.5 years delay).



DOWNLOAD (cityy.explicits.de, 104mb): http://cityy.explicits.de/uploads/maps/ct3t3_final/ct3tourney3_final.zip

If anyone is fancy writing a review, please go ahead! :)
The file size is pretty large because I used quite a few high resolution textures on this and furthermore included some textures I made for the competition but did not end up using to give people the opportunity to use them in their projects.

I'm looking at sst13's 13circle at the moment to review it for lvl::.. - that map looks brilliant. :)

Author:  Theftbot [ 01-17-2014 11:56 AM ]
Post subject:  Re: Screenshots

SST13's maps are full of win.

COD looks nice:
Image

Author:  Plan B [ 01-17-2014 01:16 PM ]
Post subject:  Re: Screenshots

Nice panoramic.
Makes me want to assemble a 3 monitor setup.

Author:  nitin77 [ 01-17-2014 02:56 PM ]
Post subject:  Re: Screenshots

ct3toruney3 looks good, downloaded. Now need to go find Q3 cd...

Author:  camel [ 02-03-2014 04:44 PM ]
Post subject:  Re: Screenshots

Latest screenshots from the upcoming final release of Q3SG1 map for the Quake III Arena Stargate Project
I picked up only few screenshots from the q3sg1b version which is simplified and made for a gameplay with bots support

Image
Image

for more, visit: http://www.q3sg.tk/gallery.php

Author:  camel [ 02-04-2014 10:36 AM ]
Post subject:  Re: Screenshots

and this is the gameplay on that map, baseq3 cfg with 20 bots
for more details read the description:
http://www.youtube.com/watch?v=5KWzOuUVw_Q

Author:  Inition [ 02-17-2014 08:02 AM ]
Post subject:  Re: Screenshots

Image

I started this level 10 years ago. I'm working on textures. The base texture was taken from Union Station.

Author:  AEon [ 02-20-2014 01:47 PM ]
Post subject:  Re: Screenshots

Inition wrote:
Image

I started this level 10 years ago. I'm working on textures. The base texture was taken from Union Station.


Interesting... in my "never made it into anything" bin of test maps I tried to replicate Greek church design, and it looked strikingly like your screenshot. My map version is from the 8th of May 2003 :).

Author:  Inition [ 02-20-2014 05:40 PM ]
Post subject:  Re: Screenshots

I just figured if I waited 11 years AEon would retire from q3a level design and I wouldn't get caught stealing!

Page 186 of 210 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/