Jago
#291 posted by JPL on 2009/12/09 20:02:38
#290 should have been posted in Phone Thread :P
Thanks
#292 posted by madfox on 2009/12/09 21:09:58
for the explanation.
I changed six func_wall ents but for some reason the signon buffer keeps alerting.
Think I delete some entities as it seems the most simple solution.
64-bits?
#293 posted by Lardarse on 2009/12/12 08:55:58
Talking to a friend about playing Quake on Linux
fitzquake has horrible issues with x86_64
namely using unsigneds to store pointers, VERY BAD PRACTICE
Thought whoever is going to be working on the next version might want to know about this...
Lardarse...
#294 posted by metlslime on 2009/12/14 01:51:37
yeah, pointers are treated as 32-bit in various places. Maybe if 64-bit becomes important, I'll figure out what is needed to fix it.
Huh
#295 posted by grahf on 2009/12/15 03:56:41
Since when did quake need to address more than 4 gigabytes of memory?
Rotating Brush Support
#296 posted by Baker on 2010/01/18 14:28:33
For the sake of keeping FitzQuake 0.85 stuff where it can easily be found:
FitzQuake085_rotate.exe (with source)
http://www.quake-1.com/docs/rotate/fitzquake085_rotate.zip
Sample rotating object map (rotate.bsp and rotate.map compiled with LordHavoc's new version of hmap2)
http://www.quake-1.com/docs/rotate/rotate_map.zip
Rotation support (avelocity) added from this tutorial:
http://www.quake-1.com/docs/quakesrc.org/129.html
YouTube video of spinning object in DarkPlaces, appears to work and look the same in FitzQuake085_rotate.exe:
http://www.youtube.com/watch?v=Bke3wPWsH38
#297 posted by JneeraZ on 2010/01/18 14:35:13
What the hell is going on in that video? :) I can't tell what's rotating ... the player? But why is the room turning ... I .. ARGH!!
It Looks Like
#298 posted by grahf on 2010/01/18 21:29:02
the player is not rotating, but the thing he's standing on is.
How is this different, in technical setup and/or mapper use, than Hipnotic's rotating stuff?
Could be a big boon if the texturing of these rotators is more sane.
#299 posted by gb on 2010/01/18 21:32:27
no func_movewalls
Cool...
#300 posted by metlslime on 2010/01/18 23:13:03
I've been following the thread on i3D as you guys discussed this. The remaining things I think would be ideal:
- engine: rotate player orientation as the object they are standing on rotates.
- compiler: origin brush support for ease of use
- compiler: fixed texture alignment on rotating models (right now it's all wrong because the brushes are moved to the world origin during the compile process without locking the textures)
Also I believe the way collision is being done for this is not correct, rotating the collision hulls can have some pretty non-optimal results, especially if you rotate a bmodel onto its side, since player bounding boxes are taller than they are wide. But doing it correctly would be pretty hard. I think what quake2/3 do is, save the original brushes in the bsp file and expand them to collide as needed, and don't use hulls at all.
Rotating Doors
#301 posted by Baker on 2010/01/19 01:04:16
Although there are many theoretical things that can be done with rotation and known issues with it in Quake, I only care about rotating doors. ;)
Maybe draw bridges that rotate down too.
Hip rotate doors kill me and otherwise are all weird. And if map authors want spinning things for show and level atmosphere, they can always put some clip around them ... to my knowledge the hiprotate objects have the same problems but at least these are FAR easier to setup.
Different Problems
#302 posted by Preach on 2010/01/19 01:14:49
The hiprotation objects have some problems, but they are consistent - the movewalls themselves don't rotate, so they don't start colliding with the player differently depending on the rotation it takes. Score one for hipnotic I guess...
Avirox Rotation Version 1
#303 posted by Baker on 2010/01/19 03:53:10
Yeah...
#304 posted by metlslime on 2010/01/19 05:43:54
point-size entities will behave correctly, since a rotated point is still point-sized. It's hull1 and hull2 which are built around box-shaped entities which will exhibit inaccurate collision when the hull is rotated.
#305 posted by gb on 2010/01/19 14:14:40
I believe for legacy maps, and people who simply want to keep using them, hiprotate will not go away... Quoth supports it nicely, RMQ will keep supporting it as part of its backwards compatibility effort etc...
For those of us who would like to do it in a more sane way in the future, the avelocity based rotation will be a gift of the gods.
Meaning, with RMQ and other forwards-compatible mods, you'll be able to have what you prefer.
Metl
#306 posted by spy on 2010/02/08 14:04:29
what does it mean:
it's from a console log
-------------
]quit
VID_Gamma_Restore: failed on SetDeviceGammaRamp
-------------
It Means
#307 posted by Spirit on 2010/02/08 14:35:29
ATI sucks.
Spirit
#308 posted by spy on 2010/02/08 14:52:19
i got nvidia
Damn
#309 posted by Spirit on 2010/02/08 15:05:01
Well, I think it says something about not being able to restore the original gamma (of the OS versus the one ingame).
Spy:
#310 posted by metlslime on 2010/02/08 22:41:46
it means restoring your desktop gamma setting didn't work, but i'm not sure why -- windows doesn't give any useful error messages when that happens.
Windows Is A Piece Of Shit
#311 posted by ijed on 2010/02/09 04:35:29
That's what it means.
A piece of shit geared towards your needs, the users needs.
I can't be arsed - but imagine I'd just gone on for a while about how magical a piece of shit can be, but at the end of the day is still something that won't fuck off no matter how many times you flush.
Oh...
#312 posted by metlslime on 2010/02/09 04:46:13
also, after talking to somebody by email (baker, jpl, or spirit, or maybe someone else)... that person told me he was getting the message even int cases where the gamma change actually worked! So sometimes the "failure" isn't actually a failure, from that one user's report.
Error Code 23
#313 posted by Spirit on 2010/02/09 09:19:48
Post failed!
Crucified Zombies Do Not Work.
#314 posted by Ron on 2010/02/22 18:02:03
They fall true the map.
In all the other engines they hang on the wall, but in Fitz ver .85 they either appear normal, throwing meat at you, or they fall true the map.
I don't get it.
If I start the start.bsp map, they are all hanging nicely on the wall, but in my own (nearly done) map, they don't.
Sorry, Spoke Too Soon. Again ...
#315 posted by Ron on 2010/02/22 18:12:36
Can't delete my previous post.
There was something wrong, but it was because I was using an alternative pack.
Sorry ...
|