Quakespasm 0.93.1 Bugs And Suggestions
#3457 posted by ranger on 2018/07/12 17:08:55
bugs
-
>sometimes the player can get stuck going down/up ramps/angled brushes, touching obtuse (convex) corners. See the images for examples
https://ibb.co/mm18p8
https://ibb.co/jVdop8
>sometimes monsters teleport-in without particle effects
suggestions
-
>increase the limit of the number of particles. Sometimes, particles vanish from launched rockets during very chaotic battles
#3458 posted by
spy on 2018/07/12 17:29:35
sometimes monsters teleport-in without particle effects
i guess it's a 'spawn silent'/no gfx mode
increase the limit of the number of particles.
there's a command line option -particles
#3459 posted by
negke on 2018/07/12 17:55:24
Getting stuck on those corners is not an engine bug. It's an issue in the map, or the compilers to be precise, and occurs during the QBSP stage.
Particles can be increased manually using the commandline option like спы says.
Sticky Corners
#3460 posted by Spike on 2018/07/13 00:12:37
Its an engine bug in SV_RecursiveHullCheck.
FTE+DP+ezQuake all have fixed(and more efficient) versions, and porting FTE's over to QSS fixes the issue for me.
However there's a potential risk for things to fall out of one of the thousands of possible maps out there. Its probably not a huge risk, but its still there, hence why I was too paranoid to make that change.
Paranoia is a really bad thing. :(