Page 277 of 295

Re: Screenshots

Posted: Fri Jul 17, 2015 2:57 pm
by AndyW
seremtan wrote: then there's the loose floor tile. hate to say it, but that's one of the oldest and most venerable of all Q3 mapping cliches, equalled in ubiquity only by the ceiling pipe and the crate pile
Youre soo damn right! I have to find some new nice gimmicks.
Thx! :)

Re: Screenshots

Posted: Fri Jul 17, 2015 3:21 pm
by Eraser
Crates will never die! >:E

Re: Screenshots

Posted: Fri Jul 17, 2015 6:52 pm
by phantazm11
AndyW: It may contain a few cliches, but it looks great just the same. A lot of improvements over the first screens you showed here. You will be a master level designer before you know it!


WIP of a little project I started the other night:
atst_2_together.jpg

Re: Screenshots

Posted: Sat Jul 18, 2015 5:32 am
by AndyW
Star Wars Time! :up:
Thx phantazm11. We will see... ;)

Did a jumper with Socks set and 6 small stock textures tonight.
[lvlshot]http://i.imgur.com/IEnXaXN.jpg[/lvlshot]

EDIT:
Shit, just saw that the jumper looks a bit like the jumper in corrosion... That was not my plan!
:paranoid:

Re: Screenshots

Posted: Sun Jul 19, 2015 2:35 am
by AndyW
Gateway test @ Good ol´Sock´s :)

[lvlshot]http://i.imgur.com/pub3oJe.jpg[/lvlshot]

I will do some prefabs for later maps till i find a nice layout.. so its hopefully not a waste of time! :)
By this way i also learn stuff about the scaling.
:idea:

Re: Screenshots

Posted: Wed Jul 22, 2015 3:19 am
by phantazm11
Nice Doorway AndyW.

Just about finished with the head of the At-St. A few more doodads and the right hand cannon to do then it is off to the body.
atst_5_top_together_q3w.jpg

Re: Screenshots

Posted: Wed Jul 22, 2015 4:58 pm
by AndyW
Cool! Which Program do you use, 3DS Max?
I want to do some Map-Objects soon and dont know which software to use.

Re: Screenshots

Posted: Wed Jul 22, 2015 8:59 pm
by phantazm11
Yeah, 3DS Max.

Re: Screenshots

Posted: Wed Jul 22, 2015 9:01 pm
by AndyW
I want 3DS MAX too... And a new PC...
I think i have to rob a Bank! :alert: ;)

Re: Screenshots

Posted: Thu Jul 23, 2015 9:29 am
by CZghost
Well, start finding friends to do so with you ;) Like George Clooney :olo:

Re: Screenshots

Posted: Sat Jul 25, 2015 2:51 pm
by camel
AndyW wrote:Gateway test @ Good ol´Sock´s :)
Oh my, I just remember my own super futuristic gates I've been working on for some fancy map for a Stargates style.
They were big, half glassy with 3 layers, triggering opening was just awesome process, all the details I put into it, all the sound effects synchronized with the open/close process was amazing, I regret I didnt record any video and put into my YT channel just for a preview as I planned to do an long time ago...until it was too late as I lost everything, except some old .map version of this map without any textures/sounds/scripts eh, such a waste :(

But you would be impressed how this looked like and was working, it really gave the map of the syfy feeling ^^

Re: Screenshots

Posted: Sat Jul 25, 2015 8:27 pm
by phantazm11
Finally finished the head. :)

[lvlshot]http://i4.photobucket.com/albums/y138/phantazm11/atst_head_both_together_zps1i3g3qko.jpg[/lvlshot]

Re: Screenshots

Posted: Sat Jul 25, 2015 8:30 pm
by AEon
Really impressive... I have a plastic model of the AT-ST somewhere collecting dust... and this really looks convincing.

Re: Screenshots

Posted: Sat Jul 25, 2015 11:33 pm
by AndyW
Very cool! :up:
Do you want to add animations too?

Re: Screenshots

Posted: Sun Jul 26, 2015 12:07 am
by phantazm11
Thanks a lot guys. I wish I could say it was easy, but I've been learning as I go and have had to go back and redo a few things. It is getting more intuitive though, which is good!

I don't think I will be animating this as animation doesn't appeal to me much. That said, I have learned how to use parent-child connections to make models move correctly at joints using pivot points so I will be able to pose it correctly when I'm finished with it.

Re: Screenshots

Posted: Tue Jul 28, 2015 1:21 pm
by A1yssa
Hi all,
does q3 mapping still require a lot of compiling time?
I left mapping many years ago but now I'd like to restart something...I enjoyed q4 mapping becouse there was no compiling time :D
I suppose that I have to go back to make maps for q3l

thank you :)

Re: Screenshots

Posted: Tue Jul 28, 2015 3:30 pm
by AndyW
A1yssa wrote:Hi all,
does q3 mapping still require a lot of compiling time?
No! Im running a Core2Duo@3Ghz with 4G Ram and all is fine. Things that may took Days to compile on my old AMD K6-2 350 with 128MB RAM (PC when Q3A came out) are now nailed down in a few seconds... If its a whole map maybe some minutes.

Re: Screenshots

Posted: Tue Jul 28, 2015 5:20 pm
by CZghost
A1yssa: Quake 4 mapping have some compiling time, just it's a lot quicker than normal BSP compile as Quake 4 use directly the source editor map file. But the game engine can't reconstruct the map only from this source template, it needs to generate collision map, specularity map (based on materials) and bunch of AAS files to load bots (AI part of the game). Quake 3 needs basicaly only two map files: BSP for game level model, which contains geometry, collision map, lightmap and visibility map, and AAS, which is the same map adapted and visible only for bots. These are generated by q3map2 and bspc respectively. BSP is made from source file .MAP that is only for editor and AAS is made out of BSP. Then maybe it takes a little bit longer to compile Q3 map than Q4, but Q3 map has less hardware requirements than Q4 when it comes to play it. Q3 has static lighting (the lightmap), Q4 has dynamic, which requires a lot more videocard performance - so it will be more laggy than the same map in Q3 version on weaker systems...

Re: Screenshots

Posted: Wed Jul 29, 2015 4:58 am
by urgrund777
funny, I was going to ask the same thing... I remember back when I used Q3 engine a lot to make maps and all those BSP + lighting compile times... I remember making sure as much BSP was 'fake' or whatever the term was (to ignore it from BSP splitting) to help speed up just the geometry build time! good times! :)

Re: Screenshots

Posted: Wed Jul 29, 2015 8:03 pm
by Eraser
Yeah it's much faster these days, but pretty much only due to more raw processing speed of today's CPU's.

Re: Screenshots

Posted: Thu Jul 30, 2015 10:34 am
by A1yssa
I lost the reply llol...
AndyW, CZghost, thank you for the reply. I saw beautiful maps here and I wanted to do mapping again...but it seems that all the hours spent learning how to do things are gone lol. I don't remember anything about mapping and unfortunately I don't have now the free time I had 5-8 years ago :(

I'll try to look at some old threads...

:)

Re: Screenshots

Posted: Fri Jul 31, 2015 4:01 am
by phantazm11
Almost finished with the body of the AT-ST. Please yell at me if I'm posting too many screenshots! :)
atst_body_together.jpg

Re: Screenshots

Posted: Fri Jul 31, 2015 6:28 am
by AEon
There can never be enough screenshots :)

I have a hard time recognizing the "body" of the AT-ST though... hmmm... probably never looked at it in detail enough without "head" and "legs". Looking forward to the finished AT-ST.

Re: Screenshots

Posted: Sat Aug 01, 2015 10:57 am
by seremtan
looking at that, you can kind of see why the Empire lost: all the guns face forwards, meaning that the entire main body has to turn to fire at something. i can't remember if this involves shifting its legs around as well, but if it does that's a double facepalm :dts:

Re: Screenshots

Posted: Sat Aug 01, 2015 10:31 pm
by Eraser
Bullshit. The only reason the empire lost is because Darth Vader's feelings of parental responsibilities made him soft >:E