Lifeselector games online

TobiPower20

New Member
Jun 15, 2018
12
4
13
I send you a dm with the code, without the simple GUI though, ChatGPT can make one easily.

Edit: I just started using Steamlit it's really fucking cool. No more need for touching any CSS. I hate CSS! xD
OK, I received the script and it actually works really well. but how do I start the game? So I know that I then have to move the index.html file into the game folder and then open the index.html file. But if I do that then only the preview image appears and the game doesn't continue. what am I doing wrong? The folder structure can be seen in the attached image
 

TobiPower20

New Member
Jun 15, 2018
12
4
13
OK, I received the script and it actually works really well. but how do I start the game? So I know that I then have to move the index.html file into the game folder and then open the index.html file. But if I do that then only the preview image appears and the game doesn't continue. what am I doing wrong? The folder structure can be seen in the attached image
has already been done. I just needed the scripts folder. thank you so much Jonny Long
 
  • Like
Reactions: Jonny Long

Jonny Long

Newbie
Sep 16, 2017
52
54
179
OK, I received the script and it actually works really well. but how do I start the game? So I know that I then have to move the index.html file into the game folder and then open the index.html file. But if I do that then only the preview image appears and the game doesn't continue. what am I doing wrong? The folder structure can be seen in the attached image
The /scripts folder I also send is not in there.
It should be in the same folder as downloader when downloading for it to be moved.

Edit: no problem :)
 

TobiPower20

New Member
Jun 15, 2018
12
4
13
so for all the people who have been waiting for this for a long time. I refined the program a bit and gave the program a gui. The only requirement is that you have Python installed. I'm sharing a zip here and you just have to unzip it wherever you like. Once you have unpacked it, all you have to do is run “start lifeselector_gui.bat” and the gui will open. Everything else is explained by itself in the picture that I am attaching here. I will still work on it so that you only need one .exe file and you don't need Python so that no console window opens in the background. but until then have fun with it.
 
  • Like
Reactions: Jonny Long

TobiPower20

New Member
Jun 15, 2018
12
4
13
So I continued to work on it and now the time has come where all you need is an exe. You simply have to start the exe, enter the game name, and specify the path where it will be downloaded (note: no separate folder will be created, the individual files and folders will be downloaded in the download path) and then just download. Once everything has been downloaded, simply run the index.html to start the game. Have fun with the program. I'll see if I can upload a few more updates to the program to make it a little better. Of course I would be happy to receive feedback
 
  • Like
Reactions: Jonny Long

Jonny Long

Newbie
Sep 16, 2017
52
54
179
So I continued to work on it and now the time has come where all you need is an exe. You simply have to start the exe, enter the game name, and specify the path where it will be downloaded (note: no separate folder will be created, the individual files and folders will be downloaded in the download path) and then just download. Once everything has been downloaded, simply run the index.html to start the game. Have fun with the program. I'll see if I can upload a few more updates to the program to make it a little better. Of course I would be happy to receive feedback
That's cool, I'm sure it will be helpful. I've been beating my head against a wall the last night trying to integrate suslikx_urls via a foreign key on game_id and populated the that table using the game title from Lifeselector.com. It's pretty fast, but... Problem is Suslikx sometimes has completely random title names, sometimes it has an extra comma or wrong spelling.
But at least after many hours I figured out how to combine the text of multiple random structure <a> in a single td. xD
 
  • Like
Reactions: IronReaper

TobiPower20

New Member
Jun 15, 2018
12
4
13
Here is the new update for Lifeselector Downloader. These are the innovations:

- Game List embedded in the exe
- a search bar where you can then search for a game (don't forget when you're looking for a game the "_" sign between the words)
- A status display for the remaining time for the download (takes a moment until the display starts)
- The files are now generated and packed into a parent folder named by the game
- A cancel button to cancel the ongoing download and delete the main folder (the folder of the game) (will be irrevocably deleted


Now all you really need is the .exe file. You don't need Python or any other files. And to be on the safe side, I'm posting the exe with a picture here where the fields are labeled again

Have fun with the program. And of course I would be happy to receive feedback or suggestions for improvement
 

Jonny Long

Newbie
Sep 16, 2017
52
54
179
Here is the new update for Lifeselector Downloader. These are the innovations:

- Game List embedded in the exe
- a search bar where you can then search for a game (don't forget when you're looking for a game the "_" sign between the words)
- A status display for the remaining time for the download (takes a moment until the display starts)
- The files are now generated and packed into a parent folder named by the game
- A cancel button to cancel the ongoing download and delete the main folder (the folder of the game) (will be irrevocably deleted


Now all you really need is the .exe file. You don't need Python or any other files. And to be on the safe side, I'm posting the exe with a picture here where the fields are labeled again

Have fun with the program. And of course I would be happy to receive feedback or suggestions for improvement
I've been cooking a bit too, but I think I made a bit of a mistake in the design of the database.
I used Lifeselector.com as my bases for fetching all the game data, but it looks like they delisted a bunch too.
Specifically games with problematic title names, but on suslikx and animetiddies you can still download them.

Edit: downloader is now integrated into the program, in the edit section games can now be converted from swf to html,
if you delete assets, you can download them again too and remove the game folder by "uninstalling"
 

TobiPower20

New Member
Jun 15, 2018
12
4
13
I've been cooking a bit too, but I think I made a bit of a mistake in the design of the database.
I used Lifeselector.com as my bases for fetching all the game data, but it looks like they delisted a bunch too.
Specifically games with problematic title names, but on suslikx and animetiddies you can still download them.

Edit: downloader is now integrated into the program, in the edit section games can now be converted from swf to html,
if you delete assets, you can download them again too and remove the game folder by "uninstalling"
is the program ready yet? and if so can you send it to me or a link where I can download it? I would like to take a look at that too.
 

Jonny Long

Newbie
Sep 16, 2017
52
54
179
is the program ready yet? and if so can you send it to me or a link where I can download it? I would like to take a look at that too.
It's not streamlined atm and too many exposed paths, too many files, previews are also scraped from Lifeselector.com
Likes are also scrapped from Lifeselector.com too, but about 57 games are delisted that are in the downloader.

So it can never be perfect, the reason why I made this app is that I wanted a reliable search function.
LifeSelector.com, has a bullshit "tag filter"/"sort by likes" that doesn't work at all. It doesn't filter correctly, but mine does.

I should add a feature or separate app to add delisted games by suslikx url, it also has preview images but no like data sadly.
 

TobiPower20

New Member
Jun 15, 2018
12
4
13
It's not streamlined atm and too many exposed paths, too many files, previews are also scraped from Lifeselector.com
Likes are also scrapped from Lifeselector.com too, but about 57 games are delisted that are in the downloader.

So it can never be perfect, the reason why I made this app is that I wanted a reliable search function.
LifeSelector.com, has a bullshit "tag filter"/"sort by likes" that doesn't work at all. It doesn't filter correctly, but mine does.

I should add a feature or separate app to add delisted games by suslikx url, it also has preview images but no like data sadly.
I've also tried incorporating thumbnail images into my app. I tried to have him pull the thumbnails from the animetiddies page, always the "Start.jpg". but I just couldn't manage it. But I'm very happy with the app that I've already created
 
  • Like
Reactions: Jonny Long

Jonny Long

Newbie
Sep 16, 2017
52
54
179
I've also tried incorporating thumbnail images into my app. I tried to have him pull the thumbnails from the animetiddies page, always the "Start.jpg". but I just couldn't manage it. But I'm very happy with the app that I've already created
&limit50 ...this took me hours to find. :LOL:
There was no documentation, I just guessed...

Edit: Also this
It's written with Streamlit, it's pretty much uncompilable into a .exe. The dependencies are too large, around 200mb
 
Last edited: