Hud camera screen?
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.
-
- Posts: 1031
- Joined: Wed Oct 15, 2003 12:19 am
- Location: Czech Republic
-weapon recoil: easy
-crouching and leaning: crouching - little bit complicated, leaning - impossible because doom doesn't support screen tilting
-hud automap: what?
-reloadable weapons: easy, I've also made alternate firing modes for all weapons
-blasting off limbs of enemies: maybe
-Changeable Player's Sprite (via ACS): maybe
-crouching and leaning: crouching - little bit complicated, leaning - impossible because doom doesn't support screen tilting
-hud automap: what?
-reloadable weapons: easy, I've also made alternate firing modes for all weapons
-blasting off limbs of enemies: maybe
-Changeable Player's Sprite (via ACS): maybe
-
- Posts: 4629
- Joined: Fri Apr 16, 2004 1:41 pm
- Preferred Pronouns: He/Him
What's with people yelling about the hud automap?
It doesn't cover the whole screen but it appears in the corner of the screen so You can see it all the time, good in big areas. Oh, I guess we can rely on the classic automap.
Pity that leaning is impossible. Perhaps instead of leaning 45 degree around the corner try to make the player's view slide vertically (like move the viewpoint left when leaning left, but not the player, so the player can see and shoot the enemy without being harmed, because he stays behind the corner) Get it? More possible perhaps?
What about the rideable demon? Are vehicles possible?
Blasting off limbs of enemies-I mean actually things like enemies' "hurt" states, like when he recieved more damage he appears stained with blood (don't worry about the sprites, hehe).
Weapon recoil and reloadables would be very realistic.
If You can find some time try to code these into Zdoom and once You finished please send it over (the new hacked version). I'm planning something that may greatly increase our project capabilities, hehe, a coder!
It doesn't cover the whole screen but it appears in the corner of the screen so You can see it all the time, good in big areas. Oh, I guess we can rely on the classic automap.
Pity that leaning is impossible. Perhaps instead of leaning 45 degree around the corner try to make the player's view slide vertically (like move the viewpoint left when leaning left, but not the player, so the player can see and shoot the enemy without being harmed, because he stays behind the corner) Get it? More possible perhaps?
What about the rideable demon? Are vehicles possible?
Blasting off limbs of enemies-I mean actually things like enemies' "hurt" states, like when he recieved more damage he appears stained with blood (don't worry about the sprites, hehe).
Weapon recoil and reloadables would be very realistic.
If You can find some time try to code these into Zdoom and once You finished please send it over (the new hacked version). I'm planning something that may greatly increase our project capabilities, hehe, a coder!
-
-
- Posts: 10772
- Joined: Sun Jul 20, 2003 12:15 pm
-
- Posts: 4629
- Joined: Fri Apr 16, 2004 1:41 pm
- Preferred Pronouns: He/Him
-
- Posts: 513
- Joined: Wed Jul 16, 2003 3:36 am
-
- Posts: 1031
- Joined: Wed Oct 15, 2003 12:19 am
- Location: Czech Republic
-
- Posts: 198
- Joined: Mon Apr 26, 2004 11:32 am
But it's still destracting. Similar to the fake screen shot full of keysGrubber wrote:OK, leaning can be done, but why to use the hud automap? I think that people can press the automap key twice to get the overlay automap instead of looking on tiny automap in corner of screen.

Sure, this would not be meant for such antique resolutions, but since ZDoom has highres, what the heck? You're not forced to use the HUD map, after all. I guess, that lowres issue was the reason, id removed this feature in the first place.And think about 320x200.
-
-
- Posts: 26494
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Does anyone actually play Zdoom in 320x200 on a regular basis? If they are playing in a Windows environment their desktop is at least 640x480 anyway. So unless someone really wants that classic (blergh) look, they won't be using 320x200 (or has a really slow machine), and if they are playing like this for the classic look, they won't want a HUD map anyway.Grubber wrote:And think about 320x200.
I personally think the HUD map idea is cool, loooks good and wouls really suit some mods. However, I won't be coding it, so meh!
-
- Posts: 198
- Joined: Mon Apr 26, 2004 11:32 am
Sometimes, I use it. Mostly to see, if my HUD renders correctly. But compared to 640x480 there is little difference in speed. Apparently ZDoom does a good job in optimizing the renderer code, as it appears to be the fastest none gl port.Enjay wrote:Does anyone actually play Zdoom in 320x200 on a regular basis?Grubber wrote:And think about 320x200.
Having a few hundred monsters running around slows down the game much more. It becomes completely unplayable with about 1000, while Eternity and PrBoom remain pretty fast with that. Maybe ZDoom could still be optimized a lot with the monster code. Eternity and PrBoom on the other hand become pretty slow in higher resolutions.
-
- Posts: 1647
- Joined: Mon Aug 11, 2003 6:36 pm
-
- Posts: 4629
- Joined: Fri Apr 16, 2004 1:41 pm
- Preferred Pronouns: He/Him
GreatGrubber wrote:OK, leaning can be done, .
No. A reasonable zoom distance from the player so we can actually see the lines, hence that map wouldn't have a large area mapping distance, yet the lines ould be really visible. Did I mention that such a map shold be transparent? Looks nicer and doesn't cover the space essentially, sides, it would be toggleable.Grubber wrote:looking on tiny automap in corner of screen. And think about 320x200.
-
- Posts: 4220
- Joined: Tue Jul 15, 2003 5:07 pm
- Location: Nottingham, UK
You could set it so you can set the zoom of the hud automap. Basically if you could change the zoom and even have it so you can flip it, basically, view the lil' map on FPS view or view a lil' FPS view in map mode
. This would require the map and FPS viewpoint to be High-res... is that possible?
I honestly don't have a clue about how difficult these things are, and I'm not asking randy to code it, I'm asking grubber to do it
.


I honestly don't have a clue about how difficult these things are, and I'm not asking randy to code it, I'm asking grubber to do it


-
-
- Posts: 10772
- Joined: Sun Jul 20, 2003 12:15 pm
-
- Posts: 5263
- Joined: Thu Jan 08, 2004 1:02 pm
- Location: N44°30' W073°05'
Leaning: I wonder if it would be possible to do post processing to rotate the entire rendered frame after it is drawn. That way the normal engine wouldn't be drawing anything crooked, but you'd still get the leaning effect. The problems with that are the screen corners and possible performance hit.
Hud automap: Doesn't seem like anything special to me. I probably wouldn't use it. If you need to see a map the big one is fine. The small one just won't have enough useful information.
Hud automap: Doesn't seem like anything special to me. I probably wouldn't use it. If you need to see a map the big one is fine. The small one just won't have enough useful information.
-
- Posts: 1031
- Joined: Wed Oct 15, 2003 12:19 am
- Location: Czech Republic
Yes, I play it in 320x200 on my old computer! Anyway, I play it in 1024x768 on my new computerEnjay wrote:Does anyone actually play Zdoom in 320x200 on a regular basis?

Check out my page (unfinished
