Gamestudio Links
Zorro Links
Newest Posts
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
Trading Journey
by howardR. 04/28/24 09:55
Zorro Trader GPT
by TipmyPip. 04/27/24 13:50
Data from CSV not parsed correctly
by jcl. 04/26/24 11:18
Why Zorro supports up to 72 cores?
by jcl. 04/26/24 11:09
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (howardR, 7th_zorro), 893 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 3 of 5 1 2 3 4 5
Re: 1st or 3rd Person? [Re: Espér] #287979
09/03/09 13:49
09/03/09 13:49
Joined: Nov 2008
Posts: 946
T
the_clown Offline
User
the_clown  Offline
User
T

Joined: Nov 2008
Posts: 946
Originally Posted By: Espér
easier.. i think that stands on the gametype..

Coding a DooM ( SNES version ) or Wolfenstein 3D ( SNES too ), is really easy
Coding a real 3D 1st Person shooter, with the Ability of a Nanosuite and human movings ( watching around corners, sidesteps, handanimating for each weapon ) is really difficulty..


Well, at last in a fps you have to only animate the hands, not the whole body. In a 3ps, you have to use anm_add, so bones are required, and you have to have much more animations, and if it shall look REALLY good you even need IK.... it really IS easier to code a fps.

Last edited by the_clown; 09/03/09 14:17. Reason: :P
Re: 1st or 3rd Person? [Re: the_clown] #287989
09/03/09 14:25
09/03/09 14:25
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline
Serious User
darkinferno  Offline
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
Originally Posted By: the_clown
Originally Posted By: Espér
easier.. i think that stands on the gametype..

Coding a DooM ( SNES version ) or Wolfenstein 3D ( SNES too ), is really easy
Coding a real 3D 1st Person shooter, with the Ability of a Nanosuite and human movings ( watching around corners, sidesteps, handanimating for each weapon ) is really difficulty..


Well, at last in a fps you have to only animate the hands, not the whole body. In a 3ps, you have to use anm_add, so bones are required, and you have to have much more animations, and if it shall look REALLY good you even need IK.... it really IS easier to code a fps.


agreed but am so far in my 3ps that i have no need to do fps, so for me right now, fps seems harder laugh only because i have so much reusable 3ps codes wink

Re: 1st or 3rd Person? [Re: darkinferno] #287991
09/03/09 14:29
09/03/09 14:29
Joined: Nov 2008
Posts: 946
T
the_clown Offline
User
the_clown  Offline
User
T

Joined: Nov 2008
Posts: 946
Originally Posted By: darkinferno
Originally Posted By: the_clown
Originally Posted By: Espér
easier.. i think that stands on the gametype..

Coding a DooM ( SNES version ) or Wolfenstein 3D ( SNES too ), is really easy
Coding a real 3D 1st Person shooter, with the Ability of a Nanosuite and human movings ( watching around corners, sidesteps, handanimating for each weapon ) is really difficulty..




agreed but am so far in my 3ps that i have no need to do fps, so for me right now, fps seems harder laugh only because i have so much reusable 3ps codes wink


Yes, thats right...^^
But he doesnt have so much code yet, so I guess its easier for him... wink
Well, at last in a fps you have to only animate the hands, not the whole body. In a 3ps, you have to use anm_add, so bones are required, and you have to have much more animations, and if it shall look REALLY good you even need IK.... it really IS easier to code a fps.

Last edited by the_clown; 09/03/09 14:33.
Re: 1st or 3rd Person? [Re: the_clown] #288009
09/03/09 16:06
09/03/09 16:06
Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
Espér Offline OP
Expert
Espér  Offline OP
Expert

Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
Uhm.. how to shopw a character in a mirror.. only animated hands??? looks stupid when moving and looking in a mirror ^^
So i need to animate a bit more than just the hands..

Or do you have other ideas how to do it?


Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<
Re: 1st or 3rd Person? [Re: Espér] #288016
09/03/09 16:22
09/03/09 16:22
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline
Serious User
darkinferno  Offline
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
the hands are only hud entities, they arent visible in the level, i make them reall entites though, so they receive lighting, but in most fps games, there is an invisble actor filling the role of the plaeyer, this character is hidden to the player but its what everyone else would see, also.. ummm, if you look around, i'm pretty sure you wont find many 'current' FPSs that give you the ability to look in a mirror, its unnecessary in most cases.. i dont know why you need it however..

Re: 1st or 3rd Person? [Re: darkinferno] #288021
09/03/09 16:45
09/03/09 16:45
Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
Espér Offline OP
Expert
Espér  Offline OP
Expert

Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
Turok
the darkness
ut3 has mirroring water
Résistance on Psp has mirrors
prey

it's more realistic with mirrors. For me, it's pure needing. The Bridge between dimensions is planned As Mirror Labyrinth. with crystals, Glas and Water.


Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<
Re: 1st or 3rd Person? [Re: Espér] #288025
09/03/09 17:35
09/03/09 17:35
Joined: May 2009
Posts: 1,816
at my pc (duh)
darkinferno Offline
Serious User
darkinferno  Offline
Serious User

Joined: May 2009
Posts: 1,816
at my pc (duh)
resistance on psp is a 3ps? i think so.. as i said, its easy to do but a but unecessary, i wont run from a game because i cant see my digital reflection in a mirror laugh but as i said, easy, what i would do:

create a fully animated player first, then attach the cam to his head or chest, then walla, first person view with the ability to look in mirrors, there are more advanced ways such as creating a player model that is only visible on other cameras and such but once again, you'll hardly need this in a single player title, the titles listed above mostly have multiplayer so its expected thet there is a character model, for indie developers, dont waste time on eye candy effects unless CRUCIAL to your game type... this effect could be added ages from now

Re: 1st or 3rd Person? [Re: Espér] #288069
09/03/09 21:44
09/03/09 21:44
Joined: Mar 2006
Posts: 3,538
WA, Australia
J
JibbSmart Offline
Expert
JibbSmart  Offline
Expert
J

Joined: Mar 2006
Posts: 3,538
WA, Australia
Originally Posted By: Espér
easier.. i think that stands on the gametype..

Coding a DooM ( SNES version ) or Wolfenstein 3D ( SNES too ), is really easy
Coding a real 3D 1st Person shooter, with the Ability of a Nanosuite and human movings ( watching around corners, sidesteps, handanimating for each weapon ) is really difficulty..

But i will try my luck in it.. thanks for your opinions ^^
No more difficult than a 3PS with all the same. The hands might need nicer animations, but that's not about difficulty, that's about a little extra work. If there's any possibility of obstacles getting in the way of the camera in your 3PS (unless you're on a flat plane or in the middle of space, there will be) you have to write camera code that reacts smoothly -- find a balance between not going through obstacles, and not snapping the camera to new positions.

If you have a mirror system, it's not much extra work to place the 3PS equivalent of your model there for the mirror views, and you still only have to worry about the FPS camera.

When it comes to human motion, my first thoughts are to attach the camera to a vertex in an animated model, instead of just fixing it in one spot relative to the player's origin and trying to program all the movements.

Jibb


Formerly known as JulzMighty.
I made KarBOOM!
Re: 1st or 3rd Person? [Re: JibbSmart] #288111
09/04/09 10:50
09/04/09 10:50
Joined: Nov 2008
Posts: 946
T
the_clown Offline
User
the_clown  Offline
User
T

Joined: Nov 2008
Posts: 946
Originally Posted By: JulzMighty


When it comes to human motion, my first thoughts are to attach the camera to a vertex in an animated model, instead of just fixing it in one spot relative to the player's origin and trying to program all the movements.

Jibb


Very right, Jibb, that way you get a very smooth camera movement...depending on the player models animation, of course.
It also makes stuff like peeking round corners much easier as u only have to animate the player, and it creates the nice effect of being able to see the players body when looking down, what really rises the immersion.

Re: 1st or 3rd Person? [Re: the_clown] #288282
09/05/09 05:19
09/05/09 05:19
Joined: Aug 2008
Posts: 482
B
bart_the_13th Offline
Senior Member
bart_the_13th  Offline
Senior Member
B

Joined: Aug 2008
Posts: 482
I think it just the same. Well at least in my case.
I code FPS the same as 3PS except that in FPS I put the camera in the player's head/between eyes. That way, mirror fx will work plus you can see the player body part, and can change from 1st to 3rd person view esaily(although I dont like that option).

Page 3 of 5 1 2 3 4 5

Moderated by  checkbutton, mk_1 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1