Advertisement

Why am I invisible?

Started by December 23, 2003 07:22 PM
17 comments, last by jacksaccountongamedev 21 years ago
While recently playing Call of Duty I took note of the fact that I cannot see my legs and my feet. In fact, in all FPS, for some reason, the only visible part of the player''s body is the arms. Why is this? It feels odd looking directly into the ground and seeing nothing. Why not simply stick the camera behind directly behind the eyes of the player-model? Then, if the player looks down, he will see his legs and not feel like he is 1) invisible or 2) a freakish mutation of nature (bad joke).
Probably simple frame-rate economics. In an FPS, the player is not an object that is frequently seen, so why waste precious cycles having to cull out geometry that will hardly ever be seen, especially if adding it really does nothing for the game? Especially since a model viewed as closely as that would have to be fairly detailed (wasting cycles), or it would just look stupid. That''s just the way I look at it...

Josh
vertexnormal AT linuxmail DOT org

Check out Golem: Lands of Shadow, an isometrically rendered hack-and-slash inspired equally by Nethack and Diablo.
Advertisement
VertexNormal is almost certainly right, but even if it was the easiest thing in the world to include a full player model that could be seen, I wouldn''t want it to be visible. It would just get in the way.

When you''re looking down at something below the glass floor on which you''re standing, if your foot is in the way, you just move your foot and look at it. Not so in a game. It would be entirely possible for your body model to obstruct your view, and I''m mad enough when the damn fancy gun is giving me a huge blindspot. Why don''t any video game heroes carry their guns at the ready, instead of up on-target? SOCOM II and the Rainbow Six games (until 3) didn''t even screw around with a gun model, and I liked that, though I know most players didn''t. Ever since Wolfenstein, people have loved seeing that little gun jump every time you pull the trigger.

So in conclusion, it would be an added cost in processor time for something that''s more harm than good.
Besides you'll be busy killing people to be troubled that your only visible body parts are your hands.

[edited by - AcRiD_aCiD on December 23, 2003 10:13:18 PM]
Ancient words of wisdom-You Suck!
Because the one game that ever did that was Trespasser, which got such a bad rap that everything that trespasser did, every game developer refuses to do.

The PC Gamer review of Trespasser said something like "mmm...breasts" in reference to this, IIRC. They felt it was one of the game''s few good points. The lifemeter, in fact, was a tattoo on the female character''s left breast.
---New infokeeps brain running;must gas up!
So did PC Game Review describe this as being a good point because it was more natural, or because they were given the constant pleasure of looking a breasts?
Advertisement
quote: Original post by Flarelocke
Because the one game that ever did that was Trespasser, which got such a bad rap that everything that trespasser did, every game developer refuses to do.

The PC Gamer review of Trespasser said something like "mmm...breasts" in reference to this, IIRC. They felt it was one of the game''s few good points. The lifemeter, in fact, was a tattoo on the female character''s left breast.


What about Tribes 2?
Obstruct view? Waste of polygons? I''ll tell you what a waste of polygons is. A 1700-triangle model of a hand holding an 8mm pistol *COUGH*Counterstrike.

As far as I can tell, the gun model is (A)usually too bulky, and usually more complex than the architecture, (B) without a hitbox or other useful representations in the "real" world, and (C) just a masturbatory element of modelers and gun fanatics.

A behind-the-eyes view has absolutely no less use being there as a superimposed in-hand view. Most players nowadays will look down and say, "Holy crap, I have feet"! Who cares if the gun model is only 75 polys? If you can do it RIGHT(and by right I''ll explain below), there''s no reason why you shouldn''t have this feature in the game.

Now, it''d require a lot of model-tweaking, in the sense of making sure the player''s view isn''t TOO obstructed. Unless the player is attacking, we really shouldn''t have the gun sight sitting right in the player''s face. This also applies to looking around. The gun should be tied to attacking only, so the gun will scroll out of view when the player looks up, for example. And when he looks down, his eyes aren''t simply rolling in his head-- his neck should crane out to look past his feet AND his gun should move out of the way. Well, if you actually start TESTING the model in this fashion you''ll figure out some of the other things that have to do with what I''m talking about. Also, you could yourself just carry around a gun prop(cardboard tube or something), and take note of the ways you "aim" it, how you run and look around with it, and how the prop moves in and out of your peripheral vision. NOTE: do this while no one''s around.

And that concludes my wisdom.

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Also Known As:
The Number 2 Mind
He Who Enjoys Bread
Able to End Interesting Threads w/a Single Inane Post
____________Numbermind StudiosCurrently in hibernation.
There are more complications in giving FPS players full bodies... that only make the development harder.


1) Given the camera FOV used in most games is rather wide, the player body model would look ugly and ankward due to the perspective. Heck, in many games the *other* models already look that way already (Half Life and their "huge heads, tiny legs" characters is a major example).

2) The player gameplay physics would need a lot more of attention than most FPS''es provide. The player could no longer be an ellipsoid that slides like a bar of soap. If you walk looking down, the sliding and the fact the walking animation hardly matches the character movement would be too evident, and thus would require the developers and animatiors to throw their laziness through the window and put together more complex animation/movement systems.

3) Talking about more complex systems... pick any FPS and study how the player moves and aims. It''s clear that when your drag the mouse left/right, the whole player rotates left/right, only moving his/her head when looking up down. If the whole player body were visible, this would need to be changed a lot. The head (camera) and the body should move/rotate independently. So, if you drag the mouse to the right, the player turns the head to the right (and the arm, so he keeps pointig the gun). If you drag even more to the right, then the body would turn to the right (head has limited turning). If the head is aiming to the right, and the player press the "foward" key, then the body should turn to match the head orientation and walk foward.
That''s a bit complex thing to do, mind you, specially when you have a whole game to care about.

4) It would be possible to shoot at yourself... When the character is running or jumping, the legs will block the view if you look down.

So, while it is possible, and it could make a really interesting game, the odds are that the gameplay would just get a lot more clumsy and it would look a tad pathetic unless the idea is implemented with absolute perfection (and that means lots of work).
Project Eden did this. But it wasnt really a first person shooter. It worked quite nicely there however. Too bad the gameplay sucked ass.

This topic is closed to new replies.

Advertisement