Newbie
#15274 posted by SleepwalkR on 2015/08/21 10:01:34
That's a result of the way textures are projected onto faces in Quake. Your only option is to use the Valve 220 map format, which TB2 supports. However there's no conversion function yet, but I could implement one.
Valve 220
Thanks very much, ptoing, Rick and SleepwalkR, for your responses.
SleepwalkR, how does one go about using the Valve 220 format? I can't see any option for enabling it. Is it enabled by default? Or is it something one specifies when compiling?
You Must Choose
#15276 posted by SleepwalkR on 2015/08/21 14:27:45
when you create a new map. In the game selection dialog, when you select Quake, you see a dropdown list below the game list where you can choose between Standard and Valve 220 map formats.
Thanks For Explaining
Does that mean I'm now stuck with standard format in the current map I'm working on, at least until you implement conversion? D'oh.
I tried opening a new .map in Valve format and copy&paste-ing my current map into the new file, but it doesn't work -- it says
Unable to parse clipboard contents: (line 2, column 1)Expected '(' or ')', but got 'classname'
I'm guessing that's because you can't (currently) copy&paste between the two formats in TB2?
Yeah, That Doesn't Work
#15278 posted by SleepwalkR on 2015/08/21 14:59:23
First, I need to write a converter. Maybe I can squeeze one in tonight, because converting from Standard to Valve 220 is easy. The converse isn't, though.
That Would Rock
FifthElephant
#15280 posted by SleepwalkR on 2015/08/22 00:43:30
You'll be happy to know that the old way to draw brushes is coming back in TB2. You will have to enable the brush tool to do it, but then you can just bang out the brushes by dragging as usual. The new mode is only activated if you hold shift while clicking or dragging.
SW
that does indeed make me happy. Getting the brush mode to work has been a bug-bear of mine though. I've struggled to make brushes in TB2 in 3d view. Also, it would be nice to see a return of the 64x64 unit brush as a starting point when you start working on a new map.
BSP2 And +-4096 Boundary
#15282 posted by necros on 2015/08/22 22:21:02
I was under the impression that BSP2 removed the original +/- 4096 loop boundary but this still happens to me in BSP2 compiled maps. Does it require engine support too? I'm using QS 0.90.1
BSP2 does not remove the 4096^3 boundaries.
#15284 posted by necros on 2015/08/22 22:26:27
ohh whoops, i thought those two were kind the same thing. :S
Caught me by surprise too when I found about it.
#15286 posted by JneeraZ on 2015/08/22 22:41:40
No, the 4096 is tied into the networking protocol and other things I believe. Would be hard to remove. :-/
Yeah
#15287 posted by metlslime on 2015/08/22 22:52:27
map format already supports larger map sizes, it's the network protocol that is the limiting factor.
I didn't add this feature to protocol 666 because I couldn't think of a good way that wouldn't make packet sizes bigger for normal-size maps. This means you'd get a packet overflow on some older maps that wouldn't overflow on protocol 15.
Fifth
#15288 posted by SleepwalkR on 2015/08/22 23:58:35
The empty map will contain an initial room at some point in the future. If you want to testdrive the new / old create brush tool, I can upload a new build that contains it.
For Those Who Care About Software Render
#15289 posted by adib on 2015/08/23 17:03:35
Mankrip, da man behind Makaku and Retroquad engines, runned my jam 6 level and reported two bugs that pop in software render.
The mipmaps of my fixed rock_brown texture were wrong. I used Wally to edit the wads. Apparently the default settings for Remip Deluxe doesn't work well with Quake software render. I had to go to View / Options / Remip and click the "Use Quake Lookalike Settings" button.
Also, liquid textures bigger than 64x64 get distorted by software render. I was using *lava4a. For full compatibility, I'm changing to *lava1.
DLC will have both fixes.
Mce.bsp By Negke
#15290 posted by ptoing on 2015/08/23 20:56:14
How are those custom ammo boxes done, given that this is just a bsp file?
#15291 posted by - on 2015/08/24 07:23:49
Do Fitz/QS engines have a command to turn off .lit support? Something to easily see what a map looks like without colored lighting (even if you have to reload the level)
#15292 posted by ptoing on 2015/08/24 15:27:42
Hm, just went through all the commands and such in QS, not Fitz though, but QS does not seem to have this. Would be a cool option. Something like r_uselit.
The fastest way now is to rename the lit file to something like lit~ and then restart the map in QS. A bit tedious, but it works. Also damn, some maps look horrible without the lit file, like Skacky's Jam5 map. Super blown out. I think it has to do with the thing that ericw mentioned a while back somewhere about using dark lightcolours.
#15293 posted by Spirit on 2015/08/24 15:41:00
Unless you are using BSP2, reQuiem has gl_loadlitfiles 0/1 (also available in the menus).
#15294 posted by metlslime on 2015/08/24 20:23:04
Also damn, some maps look horrible without the lit file, like Skacky's Jam5 map. Super blown out. I think it has to do with the thing that ericw mentioned a while back somewhere about using dark lightcolours.
That's suprising, i would have assumed that the non-colored version of the lighting would just desaturate the color while keeping the apparent brightness.
#15295 posted by ericw on 2015/08/24 20:34:26
It could have to do with how .lit support was added to tyrutils, the bsp lighting didn't use the _color keys at all. I changed it, for the next release of my fork, to average the RGB components of the ilt sample to get the greyscale value for the bsp.
Ericw
#15296 posted by ptoing on 2015/08/24 20:39:27
That's a very good solution for sure. And great work on the compile tools in general.
RGB Is Terrible For Almost Everything.
#15297 posted by Spirit on 2015/08/24 21:03:37
Careful with averaging RGB, that would give you some weird results. You rather want to calculate the (perceived) lightness of the color. I would need to go through my docs but if you can't find a good solution give me a nudge.
I wonder if the weird green tint on explosions/dynamic lights when playing games with (reddish?) lit files is also due to this. Noticed it a lot in the jam6 maps with QS.
Argh
#15298 posted by ericw on 2015/08/24 21:22:36
Actually it looks like averaging won't work..
The constraint is the LightNormalize function that MarkV is using (Baker mentioned that he took it from some QW engines). It scales the lit data based on the bsp file lighting, supposedly to prevent cheating in MP by using a fullbright lit file.
I looked at it again and, to prevent MarkV from scaling the lit data, the bsp needs to contain max(r,g,b). This kind of sucks because it forces your bsp to have overblown greyscale lighting, or else have potentially distorted colors in MarkV.
|