View previous topic :: View next topic |
Author |
Message |
JasonX
Joined: 21 Apr 2009 Posts: 89
|
Posted: Thu May 27, 2010 1:57 pm Post subject: Skybox in Makaqu (tochris too) |
|
|
I'm creating a level for Makaqu (tochris has the same skybox code) and i would like to know how do i create a skybox? Should i create a box around my level and wrap a texture around it? Won't that fuck the VIS?
I'm using Q1BSP and Hammer, with hmap2. |
|
Back to top |
|
 |
ceriux

Joined: 06 Sep 2008 Posts: 968 Location: Florida, USA
|
Posted: Thu May 27, 2010 3:09 pm Post subject: |
|
|
yes that would drop your fps you could do it to test your map, but there's better ways to make a sky box. im heading to lunch but by the next time i get on a computer if no ones helped you ill try to find you a good tutorial. but basically just pretend its a ceiling and you have to connect walls to it from your walls. _________________ QuakeDB - Quake ModDB Group |
|
Back to top |
|
 |
JasonX
Joined: 21 Apr 2009 Posts: 89
|
Posted: Thu May 27, 2010 3:15 pm Post subject: |
|
|
I'm confused by the engine... they tell me to put the textures in gfx/env and specify a sky name in the worldspawn... will the engine create a brush for me automatically? |
|
Back to top |
|
 |
mh

Joined: 12 Jan 2008 Posts: 909
|
Posted: Thu May 27, 2010 3:26 pm Post subject: |
|
|
Don't think about it in terms of brushes or map geometry, skyboxes don't work that way at all. They're an engine feature rather than a map feature.
Just create your map as normal, including standard Q1 sky brushes and textures; no need to to anything special there. Add the sky key to your worldspawn and the engine will look after the rest. _________________ DirectQ Engine - New release 1.8.666a, 9th August 2010
MHQuake Blog (General)
Direct3D 8 Quake Engines |
|
Back to top |
|
 |
JasonX
Joined: 21 Apr 2009 Posts: 89
|
Posted: Thu May 27, 2010 3:44 pm Post subject: |
|
|
I don't understand... i have my map here and, obviously, it has leaks, since in those areas the players should be able to see the sky. Should i wrap a box around it and use any texture? |
|
Back to top |
|
 |
mh

Joined: 12 Jan 2008 Posts: 909
|
Posted: Thu May 27, 2010 4:00 pm Post subject: |
|
|
No, don't wrap a box, don't even think about it in those terms. Just fill the holes with normal skybrushes, the exact same way as if you were building a map that didn't have a skybox.
Assuming that you then have the skybox textures in the correct directory and the sky key in your worldspawn, the engine will load the textures and draw the cube, using it instead of the normal sky brushes.
Like I said, skyboxes are all in the engine and absolutely nothing to do with the map. _________________ DirectQ Engine - New release 1.8.666a, 9th August 2010
MHQuake Blog (General)
Direct3D 8 Quake Engines |
|
Back to top |
|
 |
frag.machine

Joined: 25 Nov 2006 Posts: 728
|
Posted: Thu May 27, 2010 4:20 pm Post subject: |
|
|
Build your map in exactly the same way you would do with WinQuake/GLQuake (that's it, using brushes with a regular Quake sky texture to seal the map hull). When loaded in regular Quake, your map will show the selected sky texture, but when loaded in any engine with skyboxes enabled, this sky texture is not rendered; instead, it will render a box with 8192 units wide, made up of 6 images (usually, 128x128 pixels TGA,PCX or JPEG - check the engine instructions) named <something>up, <something>dn, <something>lf, <something>rt, <something>ft, <something>bk, around your level, creating the illusion of a distant background scenario. But you still need to seal completely your map, just like before. _________________ frag.machine - Q2K4 Project
http://fragmachine.quakedev.com/ |
|
Back to top |
|
 |
JasonX
Joined: 21 Apr 2009 Posts: 89
|
Posted: Thu May 27, 2010 5:12 pm Post subject: |
|
|
Ok guys, thanks. Should i use any special name for the sky texture? |
|
Back to top |
|
 |
Chip

Joined: 21 Jan 2009 Posts: 314 Location: Romania
|
Posted: Thu May 27, 2010 7:59 pm Post subject: |
|
|
JasonX wrote: | Ok guys, thanks. Should i use any special name for the sky texture? |
No, just remember to add the suffixes frag.machine specified. And you could try to keep the name simple and short. _________________ My Projects: Quake 1 Mods | OpenQuartz 2 | ChipQuake |
|
Back to top |
|
 |
Urre

Joined: 05 Nov 2004 Posts: 1073 Location: Sweden
|
Posted: Fri May 28, 2010 8:54 am Post subject: |
|
|
I remember, back in the days when I used Qoole for mapping (more than 10 years ago) and didn't have a clue about sealing and whatnot, I simply made a single flat brush with the sky texture, really large, up high above the outdoor area . Mainly because I didn't like how rockets exploded against it when it was close, so if I moved it up really high, you wouldn't notice as easily. Back then I didn't understand lighting either, so I had lots of fullbright maps. Fun times. _________________ Look out for Twigboy |
|
Back to top |
|
 |
mk

Joined: 04 Jul 2008 Posts: 94
|
Posted: Mon Jun 14, 2010 6:33 am Post subject: |
|
|
Makaqu actually supports skyboxes in maps with no sky surfaces.
Fightoon's railway stage is an example. All that map has are the railway bridge's brushes and a .spr model for the wood in the railway, because it runs faster in Makaqu when not VISed.
Plus, avoiding the necessity of including an unused regular sky texture in the map helps to keep the memory requirements low. _________________ Makaqu engine blog / website.
Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn. |
|
Back to top |
|
 |
|