First-person Perspective Problem...Help

Started by EbbHead87, Fri 27/08/2004 16:38:07

Previous topic - Next topic

EbbHead87

Hey,

I am making a first-person adventure game.  For each room, I use the "hide player" function.  That works fine, but how come it disables the WALK function?  How can I allow the user to go to a new room if I can't use the walk hotspot?  What should I do?

Thanks,
Ebbhead

Ashen

I suppose it disables the 'Walk' interaction because (obviously) there's no player character to move around the screen.

As for your other question, couple of suggestions:
1. Use the 'Use' interaction (e.g. 'Use Door' to exit a room)
2. Create a new mode on the 'Cursors' window of the editor, and use that as the 'Go To ...' interaction.
3. Search the forums - I'm sure this must've been asked before, and you may get some better ideas than these.

Hope this helps.
I know what you're thinking ... Don't think that.

Radiant

You could probably manually re-enable the Walk function (with EnableCursorMode or something similar). Alternately, you could simply make an invisible player character (simply create an empty view or one with empty sprites) and have it walk across the room.

SilverWizard_OTF

A good option is to do not check the: "Hide player character" option. Instead,  at the Game Settings, check the "Don't automatically move character in WalkMode" option. With this way, Walk to will be treated just like look mode (character won't be moved). Then, as Radiant noted, create your main character with an "invisible" view.

Some hints: I am trying to create a game like this, and i realise that is a bit difficult project. Maybe it is a good idea to put at the corners of the screen some "objects" that will represent direction, and if player clicks on them, he will be transfered to a new room, to face the new direction, that this object/sign was showing. With this way, you could give the impression that character can look at 360 degrees.
   
"All we have to decide is what to do, with the time that is given to us"

Moox

make the room have four arrows, make each arrow a object. Using anyclick on hotspot have go to room.

BlackMan890

how about making a region that will change the arrow so if you move your arrow over a door, it will change into an arrow indicating to that direction
Jonatan Nilsson
860 Iceland

Please go to www.simnet.is/elinnils52 and download my non ags/adventure game :)

BorisZ

You can even make 360 degrees perspective view by using walk action  on invisible character on large 360 d. bitmap. And using regions to go to different rooms (screens) is not  a bad idea.

Mr Jake

regarding the arrows I recently created a way to make the arrows (mouse over changes the cursor gfx to an arrow, relative to the direction of exit, I will write a tutorial/step by step thingy if people would be interested in it.

7

#8
Quote from: Hotspot on Sun 29/08/2004 23:43:07
regarding the arrows I recently created a way to make the arrows (mouse over changes the cursor gfx to an arrow, relative to the direction of exit, I will write a tutorial/step by step thingy if people would be interested in it.

How can I get that tutorial, please?

Gilbert

Quote
I will write a tutorial/step by step thingy if people would be interested in it.
That means it was not available yet when youposted.

SMF spam blocked by CleanTalk