Face it, the player is a freaking midget. Almost all my textures are 128 high, so I have to have it sort of cut off. As you would expect, this looks utterly HORRIBLE.
Any way to raise the height of the player by at least maybe 8 pixels?
Is it possible to change the size of the player?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: Is it possible to change the size of the player?
[wiki=Actor_properties#Height]Height[/wiki], [wiki=Actor_properties#Player.ViewHeight]Player.ViewHeight[/wiki], &c.
Re: Is it possible to change the size of the player?
Actually wait, this isn't doing anything for me.
In DECORATE
In KEYCONF
Any ideas?
In DECORATE
Code: Select all
ACTOR TallGuy : FighterPlayer
{
Height 32
Player.viewheight 60
Player.AttackZOffset 24
}
Code: Select all
addplayerclass TallGuy
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: Is it possible to change the size of the player?
Wait, 32? That's tiny. (Average player classes are 56 high. Hexen's are 64.) If your texture is 128 high, you'll want something like Height 128.
ViewHeight should be roughly the height from the sprite's feet as the eyes are.
Also note that AttackZOffset is calculated from the center.
ViewHeight should be roughly the height from the sprite's feet as the eyes are.
Also note that AttackZOffset is calculated from the center.
Re: Is it possible to change the size of the player?
It still changes absolutely nothing DDDDD:
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: Is it possible to change the size of the player?
Did you add ClearPlayerClasses to your KeyConf?
Re: Is it possible to change the size of the player?
Oops?NeuralStunner wrote:Did you add ClearPlayerClasses to your KeyConf?
Lol
EDIT:
Useless post, but it DID work :>