Announcement

Collapse
No announcement yet.

First Person view... Sort of

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    First Person view... Sort of

    I'm not sure if this is so basic that it's already too well known to deserve a thread, but I know I didn't find it with the search, plus I think it might be a neat trick and I really want to earn my keep around here. Anyways, here goes:

    If you create a new character (any model works), and set his transparency to 100%, make him your only party member, and set the default camera to 0 angle and 100 distance, you end up with a slightly imperfect First-Person view. The major problem I see is that, with the camera so close, it wants to sink halfway into the ground, so all maps may need a layer of transparent blocks laid on the ground (so that the character is not on ground level). I only tried this on a premade map, so I ended up with blue eating up half my screen, plus you end up at roughly crotch level to any NPCs you place, making interaction... Awkward?

    Also, the camera is still technically behind the character, so rotating it ruins the illusion some in turns, and pressing left/right gives you sort of a strafing effect instead of turning. Otherwise, I thought it might be an interesting and useful trick for some designers, and with custom maps that address these issues, it may work out fairly well.

    #2
    Re: First Person view... Sort of

    Here is a better first person view script that I perfected a few years ago.

    First Person Perspective script:

    Camera: Vertical Angle= -85 deg 0F
    Camera: Height= +16 0F
    Camera: Viewpoint Height= +16 0F
    *Party: Display: Hide Party

    * You need to put this in a system script (use with an object or put in your enter map script) since Hide Party only works in a content script. Putting the three camera commands in an action script will work, but you can see the party when you look around. If you want to see the party but not the leader, then set Party Display to hide Leader.

    Note that this sets the camera inside the leader at eye height.

    Changing the camera angle will reset the view back to normal (at the new angle). You might want to make note of the default camera settings (look in Game Settings) to reset the camera.




    The Crown of Order demo is here.

    Comment

    Working...
    X