-
Posts
958 -
Joined
-
Last visited
-
Days Won
30
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by viking
-
Well ! I advanced a little today. Empirically, because I suck in code. I still hang on some point. I need your help ! The original theme : Here is where I am: Still a lot to fix. I need your help ! That because I have absolutely no idea how to handle this list : Where remove the platform logo at the top of games list? I searched everywhere without finding! Top left: I can't put the ClearLogo of selected platform. Here the games one to test position. Game Rating : I only have the number from 0 to 5. No way to get the stars? I cant force the text in CAPITAL in a satisfactory way. Any idea ? EDIT : OK, I found a half solution for the game list. File: TextListView.xaml Line: 10 <Image Name="Logo" DockPanel.Dock="Top" Visibility="{Binding LogoVisibility}" RenderOptions.BitmapScalingMode="HighQuality" /> If I delete this line, there is more platform logo at the top of the game list! But (there's always a but) if I select a game, I dont have the GameClearLogo. It's all or nothing. How to remove the Platform Logo and keep GameLogo once selects ? By the way, this code line dont work for the top left platform logo.
-
Hi code killers ! I'm totally noob and I need help for my theme. Here, I work on GameList page. I make this :This is the goal (original EmulationStation theme): How force TextBlock to show text in CAPITAL ? How force TextBlock to fix a text size, aligned right, with a automatic return line ? I do not have the stars in the "RATING". Still the good code from "documentation.pdf" ? Where change color / font to the game list? I do not know how to leave the platform logo of the list. And put it on the top left ? Thx !!
-
-
@Hank7_98 : I make almost every logo. But it still lacks someone. Please, show me pictures of these logos, even in low quality. So I know what to look for. Touhou Project (done, but not sure) Technos (done, but not sure) Nintendo Console Hacks (??) DICE (done, but not sure) Big Fish Games (done, but not sure)
-
You're right. On my bartop, I did a classic panel with 6 buttons (+ Start + select + exit). And for all the platform requiring a analog stick, I have a xBox One pad. The dongle is in the bartop. It's not perfect, but it works. By the way, because my bartop is very small (15 "), the pad is also used in 2nd player for classic games.
-
Damn. In french, both are valid. With and without "S". So ... UPDATE v1.4.1 !! ^^ With "+S" change for Classics logo ;-) Here is some exemple :
-
1.4 UPDATE !! (yeah, I know ... too soon. Sorry about that) Up to 204 platform logo. Damn ! @kmoney : I add your 11 "Classic" request. Here is some exemple :
-
-
"Lightgun Games" like generic logo ? Or a specific platform I never know ?
-
1.3 UPDATE ! up to 192 platform logo @kmoney : I need more time for your "Classic" serie. Sorry. I add : American Laser Games Big Fish Games (Not sure of the choice of logo) Data East Dice (Not sure of the choice of logo) HB Mame Mugen PC Engine PC Engine CD Nintendo 3DS Philips VG 5000 RCA Studio II Technos (Not sure of the choice of logo) Touhou (Not sure of the choice of logo) ZINC Some missing, but I dont know what look every single logo. I dont know all the existing games platform. Thank you to put an example, even in low quality that I know what to looking for. Thank you !
-
Hum, my Bad. For me PCFX =PCengine. I add your request to my todo list !
-
PCengine and PCengine CD are already in main zip file. From v1.0 I think. [emoji3]
-
Yes, in download section. The bigest zip file. Only one error with 'super GameBoy 2'. I repost this one here, in forum thread. I make last request and reupload à new Big zip file.
-
Super GameBoy, creativision are in main archive. The rest on mt to do list [emoji6]
-
@Detran : Fast !!!! ^^
-
No problem. But "WOW Action Max" is already done in main achive
-
Thx @Freestate ! Here is my version : I dont have any ideas for new logos... So if you see missing, dont hesitate to post your request here !!
-
Of course ! But I want to finish the clone version before declining variants. If anyone has any ideas for my questions above, it will help me a lot!
-
@alexis524 Yes ! it will be perfect ! I would have fanart brings together in one archive, placed directly in Theme> Image> FanArt. This will be the easiest. From EmulationStation original theme ... or not =)
-
@alexis524 Yep, that's it. =) OK, first test on GameView. Not upload yet, but here is a screenshot to show you where I go. I have several problems: I do not know how to leave the platform logo of the list. And put it on the top left. I do not have the stars in the "RATING". Still the good code from "documentation.pdf" The name of platform. I cant have a fixed text height with right alignment and automatic return to line. (for long name like SNES) Where change color / font to the game list? How force TextBlock to show text in CAPITAL ? Otherwise it forward (slowly)
-
-
-
Thx all ! For blured background, I dont know. I dont think I can code a blur effect for fanart. I think it will need to create a blurry fanart set. For 16:9 and 4:3. ...
-
Thx ! I try that way asap =) EDIT : OK. I try this : <Viewbox StretchDirection="DownOnly" Stretch="Uniform" Grid.Row="2"> <TextBlock Text="{Binding Path=SelectedPlatform.ReleaseDate, StringFormat=yyyy}" Foreground="#505050" FontFamily="Segoe UI" FontSize="40" TextAlignment="Center" Opacity="0.9"/> </Viewbox> If I do not specify the text size, it is very small. From my side, the display is always good in 1080p. So, impossible to check if it works. I upload a maj for test. (V1.01)