Hexxxer
Members-
Posts
133 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Hexxxer
-
@Jason Carr I have a suspicion the average rating for games is wrong, they all seem to be much lower than one would expect. As a test, I looked at System Shock enhanced edition which had a 0 star rating from 7 users and then rated it, the average score is now 0.5. I am guessing those 7 people have not rated the game and their score has been logged as zero. https://gamesdb.launchbox-app.com/games/details/71845
-
This was always the plan, should not take much to make some different colors. The Mega Drive font is actually already included in the download.
-
Once I get a decent template theme with the Genesis I will do this. I will probably start with Sega systems first seeing and I can use most of the existing assests. That being said this theme is based off a one I created months ago and never released, so I do have assets to build more systems. I will probably add a commented outline that users can activate. I always get a 50/50 response on scan lines
-
-
Genesis State View File Genesis State is the first of a couple themes I plan on producing specifically meant to emulate the feeling of the original game systems box art styles. This theme is purely for use with the Sega Genesis emulators (you can use it for other systems but why would you?). It currently has one view for game play style videos. Looking for some feedback and ideas on how to improve it. Let me know. I plan to add some more views based on feedback. Thanks to @eatkinola for use of his Themer addon, I used it to create the random video background effect. Submitter Hexxxer Submitted 12/22/2017 Category Big Box Custom Themes
-
Version 0.5.7
708 downloads
Genesis State is the first of a couple themes I plan on producing specifically meant to emulate the feeling of the original game systems box art styles. This theme is purely for use with the Sega Genesis emulators (you can use it for other systems but why would you?). It currently has one view for game play style videos. Looking for some feedback and ideas on how to improve it. Let me know. I plan to add some more views based on feedback. Thanks to @eatkinola for use of his Themer addon, I used it to create the random video background effect. -
hah, thanks chums!
-
No, the install only comes with critical zone now.
-
Anyone have the basic theme for download (the one that displays when a theme errors)? I am looking for an unmodified version as a base. @Jason Carr
-
- 31 comments
-
@Jason Carr I have had it mentioned that if a video is played in the option view of FutureState that resources will not be freed up when leaving this menu. I have verified this on my end and too it out of my theme. Do these improvements fix this issue?
-
- 31 comments
-
- 31 comments
-
@neil9000 Link should work now, let me know if it does not.
- 158 replies
-
@neil9000 Link to the updated Skin is here. Also, I keep a repository for the skin files here on google drive https://drive.google.com/folderview?id=0B1CH0aWSEYrNQmlMa1NjTlAwNG8 Futurestate_Skin-_Ruby.zip
- 158 replies
-
- 1
-
Geez, that looks weird! I will quickly do one up.
- 158 replies
-
- 1
-
Added a few more views with some updated/rewritten XAML. I am about to get very busy and probably won't update for a few more week. Sorry for the slow trickle of improvments.
- 158 replies
-
- 31 comments
-
I am attempting to reference my Resources from a dictionary in another file <FontFamily x:Key="FontTitle">/Hexxxer.Futurestate.Resources;Component/Fonts/#Spartan</FontFamily> <FontWeight x:Key="FontTitleWeight">Normal</FontWeight> <SolidColorBrush x:Key="FontTitleBrush" Color="White" /> <System:Double x:Key="FontTitleSize">48</System:Double> <Style x:Key="TitleFont" TargetType="TextBlock"> <Setter Property="Foreground" Value="{DynamicResource FontTitleBrush}"/> <Setter Property="FontFamily" Value="{DynamicResource FontTitle}"/> <Setter Property="FontWeight" Value="{DynamicResource FontTitleWeight}"/> <Setter Property="FontSize" Value="{DynamicResource FontTitleSize}"/> </Style> when I use this within my user control directly in my view it can see the fonts fine but from the dictionary is will use the default file. What do I need to change to get this working?
-
It's an issue with the Theme Config file, I changed it on the last update to version 4 without thinking about the effects. At this point I would suggest using version 3 of the Theme to bring that video back. I am slowly updating the views to bring back videos but it may be a few more days before I am done.
- 158 replies
-
- 31 comments
-
- 1
-
Awesome, I was goofing around with trying to get retro achievements in a few weeks ago. Any word on per system themes? I recall it was a highly desired feature a few months back.
-
What time was this supposed to take place? I can't find the original post on this now, I feel like it was 10AM but I was not sure the time zone.
-
How does one create a new menu in BigBox from the options screen? Has anyone released any project/code that could help me learn this? I have figured out how to make a new option item and have that item execute code but not how to load a sub menu from said item.