Jump to content


Photo

Subtitles.


  • Please log in to reply
5 replies to this topic

#1 LazicfulLazi

LazicfulLazi

    GMC Member

  • GMC Member
  • 103 posts
  • Version:GM8

Posted 21 July 2012 - 02:30 PM

:SOLVED:


Hi, I'm making a 3d horror game where I would like to have Amnesia like subtitles at the bottom of the screen...

I just don't know how.

The camera position is global.camx and global.camy.

And a little bit of camera code here;

{
global.camx = x;
global.camy = y;
global.camz = z;
global.camsin = sin(direction*pi/180);
global.camcos = cos(direction*pi/180);
global.camheight = height;
global.camdirection = direction;
}


Please help me with this....

Edited by LazicfulLazi, 22 July 2012 - 01:37 PM.

  • 0

#2 BattleRifle BR55

BattleRifle BR55

    Moo

  • GMC Member
  • 8246 posts
  • Version:GM7

Posted 21 July 2012 - 02:37 PM

Look in the FPS tutorial on how to use orthographic projections. You'll want to draw your text onto that.
  • 0

#3 LazicfulLazi

LazicfulLazi

    GMC Member

  • GMC Member
  • 103 posts
  • Version:GM8

Posted 21 July 2012 - 03:05 PM

Look in the FPS tutorial on how to use orthographic projections. You'll want to draw your text onto that.


Um... Heh....

What FPS tutorial?
  • 0

#4 LostedShadows

LostedShadows

    GMC Member

  • GMC Member
  • 14 posts
  • Version:GM8

Posted 22 July 2012 - 11:47 AM

Go to the game maker site, or look up fps tutorial for game maker in google. It looks like doom 2, but It teaches you the basics.
  • 0

#5 LostedShadows

LostedShadows

    GMC Member

  • GMC Member
  • 14 posts
  • Version:GM8

Posted 22 July 2012 - 11:49 AM

http://sandbox.yoyog...make/tutorials/
  • 0

#6 LazicfulLazi

LazicfulLazi

    GMC Member

  • GMC Member
  • 103 posts
  • Version:GM8

Posted 22 July 2012 - 01:37 PM

http://sandbox.yoyogames.com/make/tutorials/


It's ok, I've figured out myself....
  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users