This is simple suggestion; just an ability to set the player's view height via ACS. Either through actor property (could double for cameraheight when used on a non-player? probably would cause problems but might as well ask anyway) or function, it'd be nice to be able to manipulate this when the player's doing something that would obviously alter their viewpoint, such as sliding.
Doing the same in DECORATE would also be nice, but then again you could just call a script to do it instead. Changing view height isn't something I'd imaging would be as viable as changing angle and pitch, really.
Setting the player's view height via ACS.
Moderator: GZDoom Developers
Re: Setting the player's view height via ACS.
There is a flawed way to do it in FraggleScript:
http://forum.zdoom.org/viewtopic.php?f=7&t=33517
As Graf states in that thread, "there should probably be a proper way to do this". A properly implemented ACS function seems as if it would be suitable to me.
http://forum.zdoom.org/viewtopic.php?f=7&t=33517
As Graf states in that thread, "there should probably be a proper way to do this". A properly implemented ACS function seems as if it would be suitable to me.
Re: Setting the player's view height via ACS.
Especially helpful if that slide needs to be done in a map where falling damage is on, and ThrustThingZ thus can't be used.XutaWoo wrote:...it'd be nice to be able to manipulate this when the player's doing something that would obviously alter their viewpoint, such as sliding.
