Wally?
#15390 posted by Spirit on 2015/09/11 12:57:49
#15391 posted by JneeraZ on 2015/09/11 13:05:43
I've never thought of the Photoshop interface as cluttered. If you use hotkeys to flip between tools and create new layers when you need them, the interface is basically negligible.
Jpg Is The Worst Fucking Format For Anything Ever
#15392 posted by ijed on 2015/09/11 14:34:37
Each time you save something in it, the quality downgrades.
+1 For Wally
#15393 posted by Orl on 2015/09/11 14:48:24
As Spirit said. It's nowhere near as feature rich as Photoshop or Gimp, but its tools are basic enough for anyone to create and or edit some really good textures. That and it was made for the sole purpose of creating Quake textures, so that should be a plus.
#15394 posted by adib on 2015/09/11 15:09:58
I use Wally just to handle wads.
It's To Bad...
#15395 posted by damage_inc on 2015/09/11 15:24:42
That editors and engines haven't moved on from the ".wad" file format! For mappers that is. A few older external programs could be eliminated along with it.
#15396 posted by Kinn on 2015/09/11 15:52:05
That editors and engines haven't moved on from the ".wad" file format! For mappers that is. A few older external programs could be eliminated along with it.
Reading individual 8-bit images from a folder, instead of .wad files, could be neat (if you happen to use the one compiler and one editor that might actually implement it).
#15397 posted by adib on 2015/09/11 16:03:53
Most new GL engines support "external" textures, 24 bit plain files on the filesystem. Quakespasm, Fitzquake, Darkplaces do. They override textures inside BSP files and have to be placed at <mod folder>/textures. They can even be used on a single level if you place them at <mod folder>/textures/<map name>
#15398 posted by adib on 2015/09/11 16:05:49
... meaning you don't have to bother about Quake palette anymore if you don't care about backward compatibility.
Kinn
#15399 posted by adib on 2015/09/11 16:09:24
Sorry, you mean at development time. I believe QuArk works the way you want.
#15400 posted by Kinn on 2015/09/11 16:12:00
Sorry, you mean at development time. I believe QuArk works the way you want.
If only the other 99% of QuArk worked the way I want.
Agreed
#15401 posted by adib on 2015/09/11 16:18:29
Context!
#15402 posted by ijed on 2015/09/11 17:29:42
If only the other 99% of QuArk worked
#15403 posted by JneeraZ on 2015/09/11 17:35:08
What's the 1% that works ... the About Box?
#15404 posted by Kinn on 2015/09/11 18:15:34
What's the 1% that works
The "X" button in the top-right corner of the workspace seems to function as intended. You probably don't need much else actually!
I Forgot About Compiliers :(
#15405 posted by damage_inc on 2015/09/11 18:20:44
I meant more specifically, an uncompressed archive format(.zip) with the same directory structure as .wad files. Then they could be manipulated by the OS natively. Obvious Ex: Q3A's .pk3 It was just a thought I had while reading the comments above my post.
What About
#15406 posted by adib on 2015/09/11 19:45:58
1- The editor can deal with plain file textures;
2- A little program that packs texture files into a wad, just to feed qbsp. The wad can be deleted afterwards;
3- The engine deals with plain file textures.
It would take changes in the editors we love, like Jackhammer and Trenchbroom and this new compile step before qbsp.
#15407 posted by Kinn on 2015/09/11 19:52:20
If you have to make a wad anyway for bsp, what's the point of making the editor and engine read individual texture files?
Oh And
#15408 posted by Kinn on 2015/09/11 20:00:02
There's something else that individual texture files don't have: mipmaps. You probably want these.
No, You Don't
#15409 posted by adib on 2015/09/11 20:09:13
If you're using GL engines you don't need mipmaps, right?
If this wad is made automatically out of your sight during compile process, you don't have to know it even exists and you don't need Wally or TexMex.
#15410 posted by Kinn on 2015/09/11 20:32:18
Personally I can only see the point of bypassing the .wad process if you are making your own textures and don't want to keep remaking a .wad every time you add/change/remove a texture. Having an editor and bsp compiler that works with image files directly, not wads, might be a small timesaver/convenience.
But...if you still have to run a tool to generate a .wad before you run bsp.exe, then what do you gain exactly? And again, I dunno why you'd need the engine to read the texture files separately when you are baking them into .bsp?
#15411 posted by adib on 2015/09/11 20:51:21
You only have to add another command to your automated compiling batch.
I'm pretty sure you can't have a TGA alpha "fence" texture inside BSP. It has to be an external TGA file.
I can provide 24bit versions of my textures in plain files.
Mipmaps
#15412 posted by metlslime on 2015/09/11 21:55:58
in theory the GL engine could use the mipmaps from the bsp, but in practice most don't, they just recalculate the mipmaps at load time in 32-bit color (which probably gives a better result.)
#15413 posted by Spirit on 2015/09/11 22:21:31
If it's really important to you, you could script it all with some commandline tools. Quakeforge for example has uptodate texture tools
Natively 8 Bit Editor
#15414 posted by Preach on 2015/09/12 17:44:50
While I can't actually claim I've ever produced anything useful from it, I have had a couple of tries pottering about with a graphics editor called Grafx2. It's designed to work with 8 bit (or fewer) palettes, so all the tools are focused on that kind of work. It has support for different gradients within your palette, and will dither them in a variety of ways. On the downside, it's originally a DOS tool and the interface is still pretty retro, but it's an interesting alternative to a classic photo editing tool.
|