Jump to content

My Hyperspin intro's showcase


keltoigael

Recommended Posts

  • Replies 125
  • Created
  • Last Reply

These are great!

Circo did one a while back using the MTV awards 09 mashup - http://emumovies.com/forums/index.php/files/file/760-mtv-09-game-mashup-short-and-fast/

I like the Hyperspin bit at the end of the original intro so I did a similar one to Circo and added the Hyperspin voice snipit - https://www.youtube.com/watch?feature=player_embedded&v=V6987Gbp22M

Link to comment
Share on other sites

sure thing! i still have it saved on my pc so i'll get on that.

Great Intro Video. It's my favorite. Is there any way you can make a 1280x1020 video for me? I tried to convert it my self but cannot without loosing quality.

and i used adobe premiere to just splice it together.

Link to comment
Share on other sites

This script should be run just before HyperSpin is launched and is best used as part of a Hyperspin startup script.

It will delete the current Intro.flv before it chooses a random .flv file to copy to Intro.flv. Make sure that if you want to keep whatever video is currently Intro.flv, you rename it before running this script for the first time.

The file reading/writing should be almost instantaneous unless you're using enormous video files.

Place the compiled EXE into the Hyperspin\Media\Frontend\Video\ directory. Add the EXE to your startup script.

Based on some random person's "randomize wallpaper" AHK function.

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

#NoTrayIcon

Loop, *.flv
{
 Random, r, 0.0, %A_Index%
 if (r<1)
   ss=%A_LoopFileName%
}

FileDelete Intro.flv
FileCopy, %ss%, %A_ScriptDir%\Intro.flv

That's awesome. Does it work with older versions of HS as well? Any way to make this work for themes too?

I've got a bunch of jukebox themes with different artists on it... would be cool to see a different artist's theme come up every time you spin the wheel...

Link to comment
Share on other sites

The font file is called Rawhide Raw 2012. It's one of my favorites as you can tell. Glad I could help. Thanks for the props.

Late reply but that is a sweet font. Your intros and the font blend so well I'm thinking of finalizing my HyperSpin with them. Thanks :)

Link to comment
Share on other sites

Those intros are great. I like it, except for the fact that they didn't use actual Pac Man, Ryu, etc... Everything is great except when it gets to those.

I think what's great about the Video Game Awards intro (especially the one that ends with Ken/Ryu) is that it is a great chronological journey.

Otherwise - keep up the good work!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...