Newhouse, You Still Seal It As Per Normal.
The texture given in the sky field replaces whatever sky texture you use in your map for the skybox. It won't draw sky on void areas if that's what you thought it did.
correction for clarity:
replaces whatever sky texture you use in your map for the skybox
replaces whatever sky texture you use in your map with the skybox
That Surely Helps A Lot.
#18131 posted by
Newhouse on 2017/01/22 20:29:21
Not much, but surely might be useful if you get bored of your current skybox.
Brassbite
#18132 posted by
topher on 2017/01/22 23:31:11
something like this?
but with better scale, bigger and more spaced, i suppose. this shit i made it in fifteen minutes and it's too cramped.
http://imgur.com/a/yQ9Fv
also, look in the entity inspector:
key 'sounds' value '07'. that reproduces track07 music in-game.
#18133 posted by
Rick on 2017/01/23 10:18:26
AD QC - FTEQCC?
#18134 posted by narcaloid on 2017/01/23 19:20:23
Hi all, i'd like to fiddle around the Arcane Dimensions QC - what's the best / most recent compiler - is it FTEQCC?
Edit
#18135 posted by narcaloid on 2017/01/23 19:21:21
and...just as I posted that I notice that FTEQCC is credited in the AD readme - I guess I just answered my own question then?
Thanks Anyways
#18136 posted by
brassbite on 2017/01/23 19:42:16
I found a video about skyboxes
https://youtube.com/watch?v=aB3vgFVV_Ac
The reason I want to have them in my maps is simply because they're the up to date solution of showing sky in outdoor areas. On the other hand I dont want to use default sky textures.
-End of rant-
@brassbite, A Little More Detail
#18137 posted by damage_inc on 2017/01/23 23:20:44
Skyboxes consist of 6 textures(think of a cube) which represent back, down, front, left, right and up.
These are stored in
<your Quake directory>/id1/gfx/env
OR
<your Quake directory>/<your MOD directory>/gfx/env
Usually they are named like this as an example:
gehenna_bk.tga
gehenna_dn.tga
gehenna_ft.tga
gehenna_lf.tga
gehenna_rt.tga
gehenna_up.tga
The last two characters(bk, dn, ft, lf, rt and up) in the name before the extension(.tga) denotes where they are to be placed in game.
When assigning a custom skybox texture you ignore the last two characters as the game engine expects those.
So, if in the console using Quakespasm you typed: sky gehenna_ Quakespasm would load those textures I listed above.
In Darkplaces it's loadsky gehenna_
And... in your editor, in the worldspawn key for "sky", you would put "gehenna_" for it's value.
I don't use TB but it ws posted above how to do that.
Now, anywhere in the editor where you assign ANY normal sky texture(you have to do this), in game it will be replaced with your custom skybox.
Noting that, depending on the orientation of the surface you assigned the normal sky texture to, would dictate which skybox texture would be drawn. Again, think of the skybox as a cube surrounding your level.
hth's
@brassbite
In case you haven't seen this site - you can make you're own randomized skybox: pretty cool - although I always stick to "retro" skies. Just my preference.
http://wwwtyro.github.io/space-3d/#animationSpeed=1&fov=80&nebulae=true&pointStars=true&resolution=1024&seed=58l9983tau4g&stars=true&sun=true
#18139 posted by hasan on 2017/01/24 18:24:20
how to change from .dfx to .bsp
#18140 posted by hasan on 2017/01/24 18:24:20
how to change from .dfx to .bsp
@hasan
#18141 posted by
brassbite on 2017/01/24 21:14:54
I know that your question was already answered somewhere in this thread.
Which editor do you use?
The common bsp/quake level editors, such as J.A.C.K., Radiant, Worldcraft, or Trenchbroom give you a
.map or .vmf which then has to be 'compiled' to .bsp
https://quakewiki.org/wiki/Getting_Started_Mapping
Here's some info you might find helpfull.
Scourge Of Armagon Soundtrack Copyright?
#18142 posted by
Newhouse on 2017/01/25 15:41:18
Is it right to use Scourge of Armagon soundtrack for custom maps? What about Dissolution Of Eternity soundtrack? Quickly googling, I just see links where to download them but nothing about copyright. Even files I downloaded through steam, don't mention about copyright at all.
I'm just asking, because some of those tracks aren't that bad I would like to use them, but only if it doesn't create some kind of copyright war or something like that.
Careful Lad
#18143 posted by
ayy lmao on 2017/01/25 16:11:18
I imagine there's a team of copyright sleuths working round the clock trying to hunt down guys like you who are trying to put a game soundtrack file from 1997 into a free user-made map from that game.
Ten years at least if you get caught. Better edit your post, stat.
There Is Nothing Wrong With Asking Tbh
#18144 posted by
Newhouse on 2017/01/25 18:06:27
More FGD Woes
#18148 posted by
sevin on 2017/01/26 17:56:10
I'm trying to pare down my JACK setup to just base id Quake and I can't get entity models to show up. I am using only the quake.fgd that came with JACK, id1 base game directory, no mod directory, and only base Quake WADs. The FGD's entities seem to list models with them, but they do not show up in JACK. Do I need to unpack the pak files for them to show up or something?
Maybe Just Try Daz's Erictools .fgd
#18149 posted by damage_inc on 2017/01/26 18:43:48
Damage
#18150 posted by
sevin on 2017/01/26 18:48:59
I'll give it a try, thanks! The JACK FGD seems to be pretty limited and actually doesn't include some of the entity model definitions, had to add them myself. I wonder what id worked with in the beginning...
Damage 2
#18151 posted by
sevin on 2017/01/26 18:52:43
Just had to add the info_player_start model and everything else looks pretty good. Thanks!
Open In A Text Editor, Do A Find/replace Of '\' With '/'
#18153 posted by
czg on 2017/01/28 11:43:14