Mod HTML LifeSelector universal HTML5 player [v1.0] [Sarrekn]

4.00 star(s) 1 Vote

NewYed

New Member
Oct 6, 2020
2
0
I have the same problem with only getting the story highlights when i click on the index.html. I copied the game.js into the dictionary, still doesnt work. Anyone have a solution ?
 

joking07

New Member
Oct 17, 2020
4
0
All i get is a image with a description of all scenes
How do i start it?
'Game is in the highlight state'
Just follow this, open the game.js(probably it will be in game.js.txt) and copy all, then paste it in a new notepad and save that file as game.js. Thats it, it will work.
There can be a simple way to do this, but this is the simplest method where i can come up with.
 

P0rnD0g3

New Member
Jun 30, 2020
3
4
When I put the xml file in the converter its not downloading any files. Anyone know how to fix this?
Having the same problem. Any help would be greatly appreciated. Thanks for all the hard work on this guys : D
Okay, so I was having the same problem and tried to fix it. I'm not sure what happened in the convert.html version 1.1 but it seems messed up. There were several problems: the jquery was linked to a non-existing local file so i relinked it to the always available jquery 3.5.1 (hope its a compatible version). And then the code for uploading was a bit messed and called once before initialization.

So here is the version of convert.html that worked for me. Hope it works for you as well. Thanks OP for uploading this in the first place. it works really well now. View attachment convert.zip
 

dalin55738

New Member
Feb 19, 2021
8
23
Web developer here and I wanted to mention some changes to get this working. (FYI I'm using Chrome on MacOS.)

Replace Line 8 with this:
Code:
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
Delete Line 19 (i.e. file = "game.xml";)
Delete Line 11 (i.e. readSingleFile(); )

After that, it should work fine. After you select the game.xml, your browser should download a game.js file. Place this game.js file in your game directory (with index.html, game.xml, etc.)
 
Last edited:

P0rnD0g3

New Member
Jun 30, 2020
3
4
If the two posts above yours do not help you then we need some more information from your side. Provide with screenshots or logs or something to work with.
 

ajtang

New Member
Sep 17, 2018
7
11
*Updated*
Edit: So I now added fullscreen and play/pause.
Full controls:

Right arrow / D - Scan +5 sec
Left Arrow / A - Scan -5 Sec
Up Arrow / W - Skip scene
Spacebar - Play/Pause
Enter Key / F - Toggle Fullscreen

Original:
So I edited the index.html to add arrow key responses. Currently right and left arrow keys scans +/- 5 seconds. Up arrow key skips to the next scene. Remember, the player has to be in focus. so you have to click at least once after you start.
At line 46273 is where you can edit the times and add more hot keys.
 
Last edited:

djoal

Newbie
Sep 3, 2019
74
27
i use the convert from "P0rnD0g3" from post "87"
& use the index from "ajtang" from post "93" and it work well for me
you guys should change the download link on first page for everyone or maybe you guys all ready did?

thanks anyway ;)
 

BigPoppaLoppa

Member
Jun 29, 2020
470
180
You say it's very simple to use but I have been unsuccessfully attempting to figure out how to make it work on my Android for about an hour now. I have downloaded the HTML player and converter and a one of the zips but I just can't get it. Please HELP!!!! PLEASE, PLEASE, PLEASE. Thanks for everything
 

BigPoppaLoppa

Member
Jun 29, 2020
470
180
Hi I've been trying to figure out how to use this. I'm not computer illiterate but I'm confused with the instructions for running this for my Android. I know I'm not the only one struggling so could please break it down for us mere mortals who haven't figured it out for our tablets and/or phone's???
 

omni5

Newbie
Dec 1, 2018
78
59
Just use the old version, thats the one that works and if you're on mac don't use it on safari it doesn't work
This finally fixed it for me. I was using the newer version, followed all the instructions perfectly, but when I selected an xml file nothing would happen, there would be no download prompt, simply nothing would occur. I used the old version and repeated the steps and a download prompt finally appeared. (Still kind of wish there was an "execute" button of some kind so I knew it when it was at least trying to do something)
 

KenDoll21

New Member
May 26, 2021
1
0
I Just Found This Is There A Video That Can Explain This To Me.
Would Really Appreciate It Thank You
 

BigPoppaLoppa

Member
Jun 29, 2020
470
180
First prepare the game on your computer (generate and copy game.js and copy index.html).

Then there are several solutions. You can put the games on a web server, and access it from your Android phone, this is how I tested it.

But you can simply copy the game directory to your phone. On my Samsung, I use smart switch to copy files from my laptop to my mobile phone.
So for example, if you copy the game to /sdcard (Most Android devices have this directory I believe).

On the Android Chrome browser, type: file:///sdcard
Note that there are 3 /, not 2.

You will see a list of the directories on sdcard, go inside the game directory you just copied, and click on index.html. It should launch the game. It will look better if you play with the player in full screen. The look will depend of your Android device, but it should work fine.
You obviously are extremely knowledgeable so please help me out with my dilemma if you can. I've been trying to figure this out for so long. I'm on Android and I've gotten all the way to the step where you copy the game.js to where the game is supposed to be but how can I do that when the game directory is a zip file. Idk but please help me because I'm so close to finally making this work. Thank you very much
 
Sep 11, 2020
59
123
First prepare the game on your computer (generate and copy game.js and copy index.html).

Then there are several solutions. You can put the games on a web server, and access it from your Android phone, this is how I tested it.

But you can simply copy the game directory to your phone. On my Samsung, I use smart switch to copy files from my laptop to my mobile phone.
So for example, if you copy the game to /sdcard (Most Android devices have this directory I believe).

On the Android Chrome browser, type: file:///sdcard
Note that there are 3 /, not 2.

You will see a list of the directories on sdcard, go inside the game directory you just copied, and click on index.html. It should launch the game. It will look better if you play with the player in full screen. The look will depend of your Android device, but it should work fine.
which web server did you use can you describe the process.
 

Jackey528

New Member
Jul 2, 2021
1
0
Ok,it didnt worked for me in first place but i got it right now.I used index.html from post #93,and converter from post #69.Im on PC.Be sure to have java installed on your pc.
1.Open convert.html and find game.xml,it should pop a window with save option
2.If game.js open as Notepad file,then its game.js.txt,we want to change it to only game.js
3.Open game,jx,txt file as notepad and click save as and save it as a new file named game.js
4.Index file move to game.xml folder and it should work.
As for phone,i have installed opera browser on my phone,i tried with firefox and flashfox,it didn't worked for me.You dont need Adobe Air to work on phone.
You can play it offline.
1.Copy game files from pc to phone
2.Open index.html as opera
3.If you cant open it as opera,copy destination of the file(index.html) and open opera
4.In the opera type:"file://" then paste destination of the file(index.html) and searh it (for example:"file:///storage/.../index.html")
5.It will ask for permision for files and you should be able to play it.
Hope this helps someone.Sorry for my bad english.
 
Last edited:
4.00 star(s) 1 Vote