How to make credits.

Avatar
darkempire
58 Posts
Posted Apr 01, 2012
Hm i'm Just testing with my testing map to make a credits.
but i realy Dont know how it work.

Can someone explan me how to make 1?

Advertisement
Registered users don’t see ads! Register now!
Avatar
ChickenMobile
2,460 Posts
Posted Apr 02, 2012
Replied 9 hours later
I made a script of credits once. Generally you can use a number of game_texts which displays text at different times on the screen while the screen has faded to black by an env_fade.

What Valve did was used a vgui which scrolls and applies effects to their credit text.

I could upload my credit script and instance that displays credits if you're desperate to have it. (cant atm im at school)

Avatar
darkempire
58 Posts
Posted Apr 02, 2012
Replied 5 hours later

chickenmobile wrote:
I made a script of credits once. Generally you can use a number of game_texts which displays text at different times on the screen while the screen has faded to black by an env_fade.

What Valve did was used a vgui which scrolls and applies effects to their credit text.

I could upload my credit script and instance that displays credits if you're desperate to have it. (cant atm im at school)

wil be nice.;
its also very usfull Vor modders to Put tham exemple credit

Avatar
ChickenMobile
2,460 Posts
Posted Apr 02, 2012
Replied 1 hour later
Ok will upload once I get a simplified version to work

EDIT: Credits

Avatar
CamBen
973 Posts
Posted Apr 02, 2012
Replied 3 hours later
couldn't you also record a demo with the video you want and the credits, and have it play at the end of the map? because then the player couldn't move, and there could be a song or area video playing w/out the player being able to interact w/ it.
Avatar
darkempire
58 Posts
Posted Apr 02, 2012
Replied 6 hours later

chickenmobile wrote:
Ok will upload once I get a simplified version to work

EDIT: Credits

Thanks you very much. :smile: Glados wil be happy :razz:

Advertisement
Registered users don’t see ads! Register now!
Avatar
ChickenMobile
2,460 Posts
Posted Apr 02, 2012
Replied 2 hours later
Make sure you freeze the player (perhaps using a vehicle of game_ui) once the credits start, otherwise you can hear yourself still firing portals or walking around.
Might add this and re-upload the file.