Go Back   Flash Flash Revolution > Gaming > Stepmania
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
Old 12-21-2014, 09:14 PM   #1
YungDaVinci
FFR Player
 
YungDaVinci's Avatar
 
Join Date: Dec 2014
Location: Places
Posts: 54
Default Mithras Gone Wild - SM5 Theme

A simple theme for stepmania, and my first. Most of the graphics are lua because I'm super lazy.
You'll want the latest nightly build for everything to work, which can be gotten from the github repo (https://github.com/stepmania/stepmania, or http://smnightly.katzepower.com on Windows)

Github: https://github.com/YungDaVinci/mithras-gone-wild
Youtube video of it in action: https://www.youtube.com/watch?v=cfyZuQgcelg
Screenshots:





Be sure to give suggestions and report bugs here or on the github bug tracker
(https://github.com/YungDaVinci/mithras-gone-wild/issues)
__________________
<YungDaVinci> kill me now
* Yaniel looks for the shotgun

Last edited by YungDaVinci; 12-26-2014 at 04:30 PM.. Reason: OMG I can post links!
YungDaVinci is offline   Reply With Quote
Old 12-21-2014, 11:07 PM   #2
Wayward Vagabond
Confirmed Heartbreaker
Retired StaffFFR Simfile AuthorFFR Veteran
 
Wayward Vagabond's Avatar
 
Join Date: Jul 2012
Age: 35
Posts: 5,858
Default Re: Mithras Gone Wild - SM5 Theme

can you make it so that the options screen is readable lol. also combining different types so you can select them from the song screen(solo single double etc) like the way ultralight does it would be cool.

also adding more than just score and grade in the result screen would be cool. i like the theme though. its basic and nice
__________________
Wayward Vagabond is offline   Reply With Quote
Old 12-22-2014, 04:17 PM   #3
YungDaVinci
FFR Player
 
YungDaVinci's Avatar
 
Join Date: Dec 2014
Location: Places
Posts: 54
Lightbulb Re: Mithras Gone Wild - SM5 Theme

Hey, a new commit!
Quote:
Originally Posted by Wayward Vagabond View Post
can you make it so that the options screen is readable lol.
Hopefully the newest commit fixed that.

Quote:
Originally Posted by Wayward Vagabond View Post
also combining different types so you can select them from the song screen(solo single double etc) like the way ultralight does it would be cool.
Soon. As soon as I figure out how.

Quote:
Originally Posted by Wayward Vagabond View Post
also adding more than just score and grade in the result screen would be cool. i like the theme though. its basic and nice
Done!
__________________
<YungDaVinci> kill me now
* Yaniel looks for the shotgun
YungDaVinci is offline   Reply With Quote
Old 12-22-2014, 11:07 PM   #4
YungDaVinci
FFR Player
 
YungDaVinci's Avatar
 
Join Date: Dec 2014
Location: Places
Posts: 54
Default Re: Mithras Gone Wild - SM5 Theme

Quote:
Originally Posted by Wayward Vagabond View Post
also combining different types so you can select them from the song screen(solo single double etc) like the way ultralight does it would be cool.
k done. (Thanks Kyzentun!)
__________________
<YungDaVinci> kill me now
* Yaniel looks for the shotgun
YungDaVinci is offline   Reply With Quote
Old 12-22-2014, 11:29 PM   #5
Wayward Vagabond
Confirmed Heartbreaker
Retired StaffFFR Simfile AuthorFFR Veteran
 
Wayward Vagabond's Avatar
 
Join Date: Jul 2012
Age: 35
Posts: 5,858
Default Re: Mithras Gone Wild - SM5 Theme

Fuck yeh then. Will download when on my comp
__________________
Wayward Vagabond is offline   Reply With Quote
Old 12-23-2014, 06:37 AM   #6
Guko
Goku's Retarded Brother
FFR Veteran
 
Guko's Avatar
 
Join Date: Nov 2014
Age: 33
Posts: 14
Default Re: Mithras Gone Wild - SM5 Theme



Can you remove the song name from there or move it, or tell me how to.

also, add song length in the song search thing.

I'd use this theme all the time with those two changes
Guko is offline   Reply With Quote
Old 12-23-2014, 07:10 PM   #7
YungDaVinci
FFR Player
 
YungDaVinci's Avatar
 
Join Date: Dec 2014
Location: Places
Posts: 54
Default Re: Mithras Gone Wild - SM5 Theme

Quote:
Originally Posted by Guko View Post
add song length in the song search thing.
Added.
Quote:
Originally Posted by Guko View Post
Can you remove the song name from there or move it, or tell me how to.
I'm gonna add a Preferences menu now.

In the meantime, go into the BGAnimations folder of my theme, and look for a file called ScreenGameplay decorations.
Scroll to the bottom, and you should find this line:
Code:
InitCommand=function(self) self:xy(SCREEN_CENTER_X,40):zoom(0.5) end
After zoom(0.5), add :visible(false) so it looks like this:
Code:
InitCommand=function(self) self:xy(SCREEN_CENTER_X,40):zoom(0.5):visible(false) end
(btw, the text is much smaller on my screen o_O)
__________________
<YungDaVinci> kill me now
* Yaniel looks for the shotgun
YungDaVinci is offline   Reply With Quote
Old 12-24-2014, 09:56 PM   #8
Wayward Vagabond
Confirmed Heartbreaker
Retired StaffFFR Simfile AuthorFFR Veteran
 
Wayward Vagabond's Avatar
 
Join Date: Jul 2012
Age: 35
Posts: 5,858
Default Re: Mithras Gone Wild - SM5 Theme

some problems i ran into

immediately going into the screen i get these errors


just scrolling through the songs brings up these errors


options menu is still illegible


the numbers need to be spaced out more so theyre easier to read



other than that i like this theme
__________________
Wayward Vagabond is offline   Reply With Quote
Old 12-24-2014, 10:25 PM   #9
Kyzentun
FFR Player
 
Kyzentun's Avatar
 
Join Date: Dec 2014
Age: 38
Posts: 125
Default Re: Mithras Gone Wild - SM5 Theme

I'm 90% sure the errors are from using Beta 4 instead of the latest nightly build. This theme uses some features that were added after Beta 4. You can get the latest nightly build from smnightly.katzepower.com
__________________
Stepmania Development in action:
Kyzentun is offline   Reply With Quote
Old 12-26-2014, 04:22 PM   #10
YungDaVinci
FFR Player
 
YungDaVinci's Avatar
 
Join Date: Dec 2014
Location: Places
Posts: 54
Default Re: Mithras Gone Wild - SM5 Theme

Oh yeah, I guess that's a vital piece of information.
Get the latest nightly build, yo.
I'll work on the fonts too.
__________________
<YungDaVinci> kill me now
* Yaniel looks for the shotgun

Last edited by YungDaVinci; 12-26-2014 at 04:23 PM..
YungDaVinci is offline   Reply With Quote
Old 12-26-2014, 06:25 PM   #11
Wayward Vagabond
Confirmed Heartbreaker
Retired StaffFFR Simfile AuthorFFR Veteran
 
Wayward Vagabond's Avatar
 
Join Date: Jul 2012
Age: 35
Posts: 5,858
Default Re: Mithras Gone Wild - SM5 Theme

Oooo
__________________
Wayward Vagabond is offline   Reply With Quote
Old 12-26-2014, 07:33 PM   #12
YungDaVinci
FFR Player
 
YungDaVinci's Avatar
 
Join Date: Dec 2014
Location: Places
Posts: 54
Default Re: Mithras Gone Wild - SM5 Theme

Okay, for real this time.
Options should be readable. I changed the font.
Tell me what you think.
__________________
<YungDaVinci> kill me now
* Yaniel looks for the shotgun
YungDaVinci is offline   Reply With Quote
Old 02-5-2015, 06:58 PM   #13
YungDaVinci
FFR Player
 
YungDaVinci's Avatar
 
Join Date: Dec 2014
Location: Places
Posts: 54
Default Re: Mithras Gone Wild - SM5 Theme

Added a PaneDisplay, and fixed lines not showing up on certain displays.
Probably my last commit, unless anyone requests something or I overlooked a bug.
Download
__________________
<YungDaVinci> kill me now
* Yaniel looks for the shotgun
YungDaVinci is offline   Reply With Quote
Old 02-7-2015, 07:40 PM   #14
GoDJ
FFR Player
 
Join Date: Feb 2015
Age: 35
Posts: 6
Default Re: Mithras Gone Wild - SM5 Theme

I liked this alot. I hope to see some more stuff
GoDJ is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 12:50 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution