|
Corpse Disposal
#3870 posted by bambuz on 2005/07/15 15:44:27
in lost chapters the corpses sank into the ground with a delay.
Grrr
#3871 posted by . on 2005/07/15 22:19:30
I'm editing the console and HUD graphics. All is typically going well except ATTN: METLSLIME! - your Fitzquake (0.75 and 0.80) crashes since my most recent GUI updates. However, Winquake does not crash! Usually the crash can be attributed to a file that is too large/doesn't meet the right size - but this is not the case, and all the graphics are the corret palette too. What say you?
Also Winquake
#3872 posted by . on 2005/07/15 22:23:57
While Winquake does not crash immediately after launch (like FitzQuake), it does crash once I start a map and says: "Double Quake Error - Draw_TransPic: bad coordinates" -- whereas when FQ crashes it just gives a cryptic "This program has performed an error" or somesuch.
Preach
#3873 posted by Mike Woodham on 2005/07/16 00:01:23
Unfortunately, it doesn't work with Fitzquake.
I tried DarkPlaces and at least saw the effect, which is quite cool. Thanks for trying.
Bambuz: I just checked Lost Chapters and it is a good effect, but the code has not been released to Joe Public.
Phait
#3874 posted by aguirRe on 2005/07/16 02:02:00
I'm interested in reproducing the crash, do I only need the gfx.wad and do you have a d/l link?
Jesus...
#3875 posted by drew on 2005/07/16 02:12:15
You guys made me cry. Why won't anybody answer me?
Drew
#3876 posted by Mike Woodham on 2005/07/16 02:24:48
Have you tried right-clicking on the texture you want to change and using the Adjust Brightness control? You'll also find Remove Brites in there.
However, it tends to leave one pixel(255) as a fullbright. If that is a problem you will have to export that texture to a graphics program i.e. Photoshop, and adjust by hand.
Drew,
#3877 posted by HeadThump on 2005/07/16 02:24:52
I prefer doodling around with Wally than TexMex -- a simple trick with Wally, just set brightness at -1 and contrast at +1 with the Q1 pallete loaded and it adjusts non palleted textures pretty accurately. You can even set up a wild cards that automates the process. I have never had a fullbright survive that sort or smack around before, so I say, give it a whirl -- as for TexMex, some swear by it, but I for one do not trust it.
Oh Btw,
#3878 posted by HeadThump on 2005/07/16 02:26:45
#3877 belongs in the drunk thread, but in case it is to any degree helpful . . .
Drew
#3879 posted by Kell on 2005/07/16 02:27:37
I believe this question was asked very recently and the answer(s) are posted above. Use TexMex. It has a function for adjusting the brightness of a texture once loaded ( and so converted to the quake palette ) which basically shifts each color up or down its respective color bar on the palette by however many places.
Two solutions were offered for removing fullbrights:
also using the Adjust Brightness dialogue, hit Remove Brites
or
go to View -> Preferences -> Workspace -> Color Conversion and uncheck Use Full Brites
Both of us who answered said that the other method didn't work properly. Try both and see which does.
And
#3880 posted by Kell on 2005/07/16 02:30:14
The second method for removing fullbrights only affects textures when they are imported, not if they are already in a wad.
Nice Timing Guys
#3881 posted by Kell on 2005/07/16 02:32:05
Lol
#3882 posted by HeadThump on 2005/07/16 02:38:20
that was kinda weird
Drew
Your question was answered at least twice, before you started whining about nobody answering you.
Dxf2bsp?
#3884 posted by madfox on 2005/07/16 09:42:50
I'm searching it for days now, having chequed mdl2map, dxf2map etc.
Is it possible to compile a bsp from a dxf file? Such as using a frame of a model to compile it to a bsp for bmodel.
It would be a nice sculpture.
otherwise I could construkt it again from polyhedrons, but then again I wondered;
is there a way to import dxf to Quark, or do I need another method for this?
MadFox
#3885 posted by Mike Woodham on 2005/07/16 10:04:32
You could import .dxf into Qme, then save it as a .mdl, which you can then convert to .map in Mdl2map. And then compile the map as normal... if you wanted to?
But I don't know of a way to compile a .dfx file directly: the .dfx format is nothing like .map format.
Yeah, There Is A Way
#3886 posted by HeadThump on 2005/07/16 10:51:18
If you have Blender you can load the .dxf up and using this script
http://outpt.co.uk/files/USM%20Export%201.0.py
convert it to .ase format. Place the model in a Q3 Arena map as a misc_model with spawnflag 6. Compile with q3map2 http://www.shaderlab.com/ and then run Q3map2 again with the parameters -convert -format map and it will convert the mesh into brushes.
From there, use AquiRe's latest version of Txqbsp with the parameter -q2map (it will retain the q3 map level of accuracy - thnx AquiRe!) and you should have no problems, unless I missed a step.
A few things to note. The Nexuiz team wrote to ID about the legal status of using Q3map2 since they were using it for maps with a Quake based engine and not as the EULA intended, and Tom Hollenshead wrote back to them that for non commercial use, consider it it as GPLed until they formally release it under that license.
AguirRe
#3887 posted by . on 2005/07/16 10:56:23
I'm interested in reproducing the crash, do I only need the gfx.wad and do you have a d/l link?
Thanks for your generosity :) http://www.phait-accompli.com/q/s4/s4pak.zip 300 something KB.
One other problem (I hate posting all my problems in the midst of other's, but bear with me) -- I recently full VIS'd a map, which has no critical errors. It runs fine, I can quicksave and normal save. But when I quickload or normal load my point in the map - it gets stuck at "Loading" and I have to go to the console. In the console it says:
Loading game from e:\games\quake/id1/quick.sav...
couldn't spawn server maps/systkills:__0/__4____.bsp
couldn't load map
What sticks out here is the slashes - both \ and / is used... this problem occurs in FitzQuake 075, 080, and even WinQuake - and my friend experienced the same problem. I've never seen anything like it! You would think there is some map name problem, but the BSP is s4m1.bsp - and the title is something like:
Storage Facility E9
System 4
By Phait
It Might
#3888 posted by aguirRe on 2005/07/16 11:35:56
be the old "newlines in title" issue; take a look at my ToolTips document, Engine section. My engines can load such a savegame but the general solution is to remove the newlines from the title.
Thanks for the pak, I'll check it out.
Ok
#3889 posted by . on 2005/07/16 11:45:23
I'll look into the newlines stuff, that was one of my suspicions but didn't make sense as I've played maps w/ such titles and had no save/load problems. Thanks.
Thanks... Twice, I Guess.
#3890 posted by drew on 2005/07/16 12:00:19
Thanks for the help, sorry I missed it before. I guess I deserve a spanking or something.
AguirRe
#3891 posted by . on 2005/07/16 12:09:15
Reading the Q1Tooltips, I'm confused as your advice regarding the BSPInfo. I've extracted the .ENT file just fine, but: and then rebuild using qbsp with the "-onlyents" option.
How does the BSP update with the edited .ENT file? I tried qbsp -onlyents map.map map.bsp - but that didn't update it.
Also AguirRe
#3892 posted by . on 2005/07/16 12:40:15
I searched up the error, and found this in the Quake source:
/*
=============
Draw_TransPic
=============
*/
void Draw_TransPic (int x, int y, qpic_t *pic)
{
if (x < 0 || (unsigned)(x + pic->width) > vid.width || y < 0 ||
(unsigned)(y + pic->height) > vid.height)
{
Sys_Error ("Draw_TransPic: bad coordinates");
}
Draw_Pic (x, y, pic);
}
/*
That may help. Also, while testing this error again I clicked somewhere outside of the dialog box, I believe and got this error: Double Quake error: R_RenderView: called without enough stack - whic you can find in http://www.meowfishies.com/code/quakeforge-patches/files/r_main.c
Phait:
#3893 posted by metlslime on 2005/07/16 12:46:59
I'd love to check it out, but I'll have to wait until monday when I'm back at my apartment.
But: 1. What is the error message when it crashes? 2. Does it work in GLQuake?
Metl
#3894 posted by . on 2005/07/16 12:59:42
GL Quake just freezes after "CD Audio Initialized", I can't access any menus or type anything.
Here is the Fitzquake error:
http://www.phait-accompli.com/q/fqcrash.jpg
I am certain it is the same problem I'm experiencing in WinQuake, except FQ doesn't display the 2 errors I get in WinQuake - just a cryptic crash.
|
|
You must be logged in to post in this thread.
|
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.
|
|