-
Posts
1,630 -
Joined
-
Last visited
-
Days Won
8
dark13 last won the day on March 28 2022
dark13 had the most liked content!
About dark13

- Birthday 12/04/1977
Profile Information
-
Gender
Male
-
Location
Rome, Italy
Converted
-
Location
Rome
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
dark13's Achievements
-
HS has pros and cons. The biggest pro is Flash and the biggest con is... well, Flash 😂 BBB created a very versatile thing in terms of skinning and you can run code in swf to add features. On the other side performance is erratic and it needs lots of cpu power and has memory leaking problem (well, that is not more a problem, a potato pc these days has 8gb). To be precise that skin uses 1.2gb of ram, the classic HS main menu uses 90mb lol. Honestly I don't think HS2 will happens, it should be build from the ground. Many staff member told me that actually there's a HS2 alpha but probably BBB stopped working on the thing as Flash was already dying some years ago and it is not suited for 1080p, let alone 4k. The fact is really simple: HS is highly customizable and really easy to use once configured. I had friends completely get lost in Kodi but no one has problems with HS...
-
Trust me, with 1080p resources inside a .swf you can have pretty crisp images in HS and do crazy stuff (for the video select 1080p 60fps in YT preferences) But yeah, joypad input is completely broken lol
-
I reported the thing some years ago, honestly I dont' know if it is a problem related to my softwares combination or whatever but I have the same problem on multiple machines. The problem is really simple: HS uses a truckload of CPU when it's hidden and an emulator is running. In this case I'm pushing a bit the things using a 1080p 120frames to loop the background (the file inside the theme loads a swf in dark13 folder as background swf inside a theme does not loop) but this happens also using a 1080p png inside a swf, you'll notice it on weak rigs. The situation is far from being ideal... Around 30% of an intel 4460 cpu time wasted in this case. Basically in these conditions you have to dedicate 2 cores/threads of your CPU to HS. Fun enough this happens also if I use code to remove the swf from stage or when I load it as a movieclip and stop it when HS goes off focus. This is simply crazy. HS is using cpu time to move stuff that is not even on stage or it is stopped. Well, I need more tests but I've found a simple workaround... Now cpu is just at 2% when HS is hidden and an emulator is running. The trick is really simple: you can set stage property from any swf on stage so I just used this code on an empty Artwork1 layer inside the theme. The swf can be used too on SpecialA1 layer stage.addEventListener( Event.DEACTIVATE, deactivateCb, false, 0, true ); stage.addEventListener( Event.ACTIVATE, activateCb, false, 0, true ); function deactivateCb(e:Event):void{ stage.frameRate = 1 } function activateCb(e:Event):void{ stage.frameRate = 60 } HS is using cpu time to move stuff and I can't prevent it to doing this so I just set the framerate of the stage to 1fps (0.1fps seems ok too) when HS goes off focus and set it back to 60fps when HS gain focus. Pushing stuff at 1fps requires very few cpu power. I know that BBB is not working on the thing but I also know that some people of the staff has the code and can compile a new version. Can a workaround like this be integrated in HS? Test Theme: https://1drv.ms/u/s!AlvG-_GLw_qahBJa7zOErF3qUveD?e=Y8J8kw There's no relative path code, so HyperSpin.exe MUST be in C:\HyperSpin_1.5.1 folder and you need to put dark13 folder inside it.
-
Ok, now I need to see forza7 running on a 480p CRT 😛 Just curious, how did you connected the PC to the CRT? HDMI to something? What about input lag?
-
WINDOWS 10 , Pro , Home or LTSC Enterprise
dark13 replied to lopez888's topic in Content and Support
LTSC does not have version upgrades, only security updates, it will prevent problems if the thing is online, version changes tends to create incompatibility. Moreover LTSC, like enterprise, can boot on black (you will see windows stuff only when it will install updates). -
Hyperspin Attraction - Welcome to the Man-cade!
dark13 replied to pacifikballa's topic in Cabinets and Projects
Well, flash is a good and a bad thing. Bad because it is bugged as hell and tends to steal cpu power when emulators are running, good because you can run code inside the swf. In my themes I use as3 to load an external xml into the thing to show game's info (text or images), aeon nox has even weather forecast 😛 Anyway it seems that is possible to make cool thing with attract mode, I need to check it out. HS seems can run a video and 2 1024x768 swf check it out, the background is a swf loading another swf as embedding a swf as background into the theme won't loop it. Do those mp4 have alpha channel? What software are you using to make the videos? -
Hyperspin Attraction - Welcome to the Man-cade!
dark13 replied to pacifikballa's topic in Cabinets and Projects
Just curious, how you did the thing? Cinematic theme with a full screen mp4? I noticed that HS tends to crash badly when you use a big SWF or a little SWF with too many frames of animation -
Hyperspin Attraction - Welcome to the Man-cade!
dark13 replied to pacifikballa's topic in Cabinets and Projects
Very cool, how do you do that? A single desktop divided on 4 screen? -
Is statistics enabled in RL?
-
RocketLauncher keeps track of games played, time played per game, etc. Just look in RocketLauncher\Data\Statistics folder
-
I'm on w10 pro 21H1 and it works.
-
Yeah, it works on 64bit w10 21h1 but you need to put this dll inside HS folder
-
arcanjoevandro started following dark13
-
HyperSpin 1.5.1 Not Working after Windows 10 Patch
dark13 replied to tgenerotzke's topic in HyperSpin
Windows updates has become a plague, everytime the thing is updated something stopped working. I install new windows versions only when the support cease, infact I updated to 2004 this week. I was asked to uninstall virtualbox and the system uninstalled cpu-z. No problem at all, after the update I installed the new versions of virtualbox and cpu-z but just think to a place where virtualbox is used ro run old software and there are no people who knows how to fix the thing... On the HTPC I just installed W10 LTSC, 10 years of security updates without version change 😛 -
HyperSpin 1.5.1 Not Working after Windows 10 Patch
dark13 replied to tgenerotzke's topic in HyperSpin
Some users reported that old sxs.dll into HS folder works also on 20H2, please try it and check windows defender exception, with version change it may tends to reset rules.