Than
#6831 posted by Vondur on 2008/01/11 15:43:35
Right.Hemisphere.Deep.Paint.3D.v2.3.0.9
it can convert .map to .obj or .ma. without lightmap of course.
An Idea Might Be To Team Up With An Engine Programmer
#6832 posted by czg on 2008/01/11 16:00:07
And force the guy to write a thing that will dump the data you need.
Bsp Vs. Map
#6833 posted by metlslime on 2008/01/11 22:24:20
I think you'd want to read the bsp since it's been processed to create a continuous mesh with no t-junctions, no inter-penetrating polygons, no hidden polygons, etc. A map file is just a bunch of boxes all touching each other, with lots of wasted faces pointing outwards to the void. Who would want a mesh that looks like that?
Regarding reading a bsp file and getting a UVs and stuff; the code in the engine that does this should provide a good starting point. I believe it's gl_model.c that you want (can't recall for sure.)
Also,
#6834 posted by metlslime on 2008/01/11 22:31:19
One down-side to bsp as a mesh is that surfaces are overly subdivided compared to what you'd want as a mesh file. This is becuase of the needs of the software quake renderer. Probably you could try to merge as many faces as possible during your import process, with the only problem being that otherwise mergeable faces might not be adjacent in lightmap UV space.
Thanks
#6835 posted by than on 2008/01/12 04:06:31
yeah, I wanted to use bsp because it contains the textures and lightmap and also because, as you point out, it's a continuous mesh.
I probably won't end up doing anything though, because I have a lot of other stuff I want to do and I'm lazy :)
Zerstorer Info
#6836 posted by negke on 2008/01/12 11:13:59
Just discovered this - might be useful for someone (if there's ever going to be another Zer map):
There seems to be a bug in the bloodcube code preventing its time (30sec) from running out if there is more than one item_bloodcube in a map. This can be used as a feature.
No Jpgs, Tgas In GtkRadiant 1.5?
#6837 posted by biff_debris. on 2008/01/13 17:08:35
Trying to map for DarkPlaces with 1.5, and for some reason it won't load the jpgs and tgas I'm wanting to use as textures. I've checked the game file and everything, and even LordHavoc was stumped.
I Love Biff
#6838 posted by gibbie on 2008/01/13 21:39:41
Do you think it's related to gtkr 1.5? I made my map with it and i could load high-res textures fine.
/Me HUGs Gibbie
#6839 posted by biff_debris. on 2008/01/13 21:58:26
As far as I know. I could try a reinstall and see if that helps.
#6840 posted by gibbie on 2008/01/13 22:10:48
I don't think that's gonna work. Try loading the bsp in QuArK and see if you've given the high-res textures the proper names?
Biffbiff
#6841 posted by grahf on 2008/01/13 22:17:14
Do you mean they won't load in DP, or in GTKR 1.5?
biff, what map converter are you using (if at all?) Do the texture names in the map file have folder paths? (they shouldn't for q1) What format are the tga's? Radiant doesnt't like 8bit paletted tga's i've noticed, certain compression settings could mess things up too. I guess if you've consulted with havoc already you would know the proper override directory for the textures.
Grahfahf
#6842 posted by biff_debris. on 2008/01/13 22:55:03
They won't load in GTKR. Everything in DP works fine, I can even compile the maps and they run (mind you, without the rlit file for lighting). Some of the textures are in folders within the id1/textures folder, but the majority aren't -- and none of them show up in GTKR. All I get are the "shader file missing" icons for the jpgs or tgas, and the normalmaps.
#6843 posted by gibbie on 2008/01/14 00:45:47
Oh wtf i thought you meant they didn't load in DP. u s. jk i l u!
Re: I Want To Convert Quake Bsps
#6844 posted by bear on 2008/01/14 02:47:45
It probably won't be satisfactory but q3map2 can convert .bsp to .ase so you could go q1->q3->3d-program ... I have no idea if it includes UV:s and lightmaps(probably not).
GTKRadiant 1.5 Unable To Read Shaderfiles
#6845 posted by Russell Adamson on 2008/01/16 19:10:40
I have a problem here. I'm set up GTK1.5 for quake III level editing. It says that it's reading my shaderlist.txt file but it is unable to read the shaderfiles. Can anyone help me. raladamson@gmail.com
Biff, Err
#6846 posted by grahf on 2008/01/17 21:53:33
Well I guess I have the same problem ironically; I just use gtkr 1.4 instead and it's fine. Looks like the answer there was to create a new project file, putting it into %basepath%/scripts (for you, id1/scripts), and giving it the correct engine and texture paths for your install of Q1/DP, thus creating a "mod directory" for radiant to work out of.
Some of the textures are in folders within the id1/textures folder, but the majority aren't
Where are they then? If the config files tell gtkr that the basepath is "id1," then "id1/textures" is where you'd want them.
Of course, gtkr 1.4's config files were nice easy text files, and 1.5 has bizarre xml monstrosities. Not sure how similar it would be for 1.5.
Yeah Grahf
#6847 posted by biff_debris. on 2008/01/17 23:49:41
That's the solution I've come to, myself. I'll just have to downgrade to 1.4 and hope for the best this weekend =D
Update
#6848 posted by biff_debris. on 2008/01/18 02:26:45
GTK1.4 is working, but not with the "progressive" JPGs I've been using (from the Rygel hi-def texture pack for DP). But once I converted them to .tgas, all went well. I dunno If I'll use those textures, maybe some of them, but at least I know what I can get working at the moment.
Update (gah)
#6849 posted by biff_debris. on 2008/01/18 03:38:02
Well, not GTK1.4 doesn't seem to want to save my maps. All the paths are in order (even the editor itself under the "save as" command shows the way directly to "\quake\id1\maps"), but the map still doesn't get saved. I even tried opening an old saved map and changing it (no dice). Mondo bizarro.
Re: Zerstorer Info (#6836)
#6850 posted by negke on 2008/01/20 11:41:16
Actually, I wasn't quite right.
If there are multiple bloodcubes in a map, their time adds up (the more there are, the longer the one the player picks up lasts, but itapparently does run out sooner or later). This way, one could make a map in which the player has the bloodcube the entire time. It can be removed by killtargeting it.
It's also possible to pick up several bloodcubes at once - this multiplies the damage. Of course, all of them also feed on the player, so his health is drained faster, too.
Thanks to aguirRe for investigating.
Radiant
#6851 posted by rudl on 2008/01/20 11:54:57
I'm too stupid to set up GTKradiant for Quake correctly.
Where do I have to place the .wad files?
#6852 posted by negke on 2008/01/20 12:06:37
In the id1 directory.
Thanks
#6853 posted by rudl on 2008/01/20 16:59:32
Gtkradiant And Hammer Map Files
#6854 posted by Ankh on 2008/01/20 23:53:43
I have a map file created in hammer. Is there a way to open it in gtkradiant? I get an "parse error at '[': expected '#number'" when I try to open it.
In Addition...
#6855 posted by grahf on 2008/01/21 00:34:06
What neg|ke said will work for GTKRadiant 1.5, as I understand. For 1.4, look at a guide like necros's that tells you how to set it up (basically you have to convert the WAD's to jpg or tga):
http://necros.planetquake.gamespy.com/gtkrq1.html
|