spellofearth

Member
Game Developer
Mar 12, 2020
148
195
73
Once you are able to go out of the Citadel (by clicking on the world map), you'll be able to find the garden. That won't be possible before you decide which path you'd rather choose to get those freedom papers from. Would you prefer trusting on a

a) Church/Cult or whatever it is?
b) your garden variety black market forger?
3) or...maybe even submit to the prison guard in order to gain your freedom?

Choose your poison...or reward, who knows if maybe there will be dire consequences or unexpected rewards on each of those paths in the distant future(beyond what's already available).
I'm not a big fan of games with choices that affect a lot of things, but after reading your comment and how you described the existing choices in the game... I didn't attach much importance to it, but for some people it is important. Therefore, I decided that update 0.3 (after 0.2, because it has already been planned) will be divided into three parts, in each of which I will make it so that the choice of the initial scene will lead to three different plots.
 
  • Like
Reactions: Hercule_Poirot

Haremm lover

Well-Known Member
Sep 20, 2017
1,509
674
315
Is there a way to gain rank up from beggar. Also, when I downloaded the file yesterday it was showing the name as Battle for the throne. Before downloading hotfix i saved the game on disk and then downloaded the hotfix whlich was named as Lord of the Lost Throne and when I open the save it says the save is from the wrong game and doesn't open it.
 
Last edited:

craigman1211

Newbie
Apr 7, 2018
20
62
144
There was also nother bug I noticed. Sometimes when switching scenes the main UI becomes magnified, making the location about 25% larger and bringing it outside of the bounds of the window.
 

teophrast

New Member
Aug 10, 2020
9
6
30
Html games (running from .html file) dont work in modern android without special tricks. Dont mislead people with "mobile game" tag.
 

spellofearth

Member
Game Developer
Mar 12, 2020
148
195
73
Is there a way to gain rank up from beggar. Also, when I downloaded the file yesterday it was showing the name as Battle for the throne. Before downloading hotfix i saved the game on disk and then downloaded the hotfix whlich was named as Lord of the Lost Throne and when I open the save it says the save is from the wrong game and doesn't open it.
There is currently no way to level up beyond beggar, I am attempting to spread out leveling across updates.
Please send me a save file that doesn't work, because everything works fine for me.
 

spellofearth

Member
Game Developer
Mar 12, 2020
148
195
73
Html games (running from .html file) dont work in modern android without special tricks. Dont mislead people with "mobile game" tag.
It works on modern phones if you unzip the archive (but due to the phone's features, all photos are thrown into the gallery, which is a problem for some, because the phone's gallery shows all photos on the phone). After unzipping the archive (the same principle applies on a computer), the game works normally.
 

spellofearth

Member
Game Developer
Mar 12, 2020
148
195
73
There was also nother bug I noticed. Sometimes when switching scenes the main UI becomes magnified, making the location about 25% larger and bringing it outside of the bounds of the window.
Yes, I know about this bug, I'm trying to fix it, but so far without success.
 

teophrast

New Member
Aug 10, 2020
9
6
30
It works on modern phones if you unzip the archive (but due to the phone's features, all photos are thrown into the gallery, which is a problem for some, because the phone's gallery shows all photos on the phone). After unzipping the archive (the same principle applies on a computer), the game works normally.
In modern android phones browsers cannot acces file structure. If you have images inside the folders, browser wont be able to open the links, because browsers have no right to read filenames. Android substitutes filenames with a numbers. Try opening any image with your browser, and you will see that in adress bar there is no file name, only numbers, unlike pc and lunix. To play html game in android you need to run local server, and open game trough 127.0.0.1, so your browser can access your files. Therefore, "mobile game" tag is misleading. Otherwise every html game should have that tag. Here is a difference between opening html with and without local server running.
 
Last edited:

spellofearth

Member
Game Developer
Mar 12, 2020
148
195
73
In modern android phones browsers cannot acces file structure. If you have images inside the folders, browser wont be able to open the links, because browsers have no right to read filenames. Android substitutes filenames with a numbers. Try opening any image with your browser, and you will see that in adress bar there is no file name, only numbers, unlike pc and lunix. To play html game in android you need to run local server, and open game trough 127.0.0.1, so your browser can access your files. Therefore, "mobile game" tag is misleading. Otherwise every html game should have that tag. Here is a difference between opening html with and without local server running.
Everything works perfectly for me, no server, and even the pictures weren't saved in the gallery, better than I expected.
photo_2025-11-11_15-23-46 (2).jpg photo_2025-11-11_15-23-46.jpg
 

teophrast

New Member
Aug 10, 2020
9
6
30
Everything works perfectly for me, no server, and even the pictures weren't saved in the gallery, better than I expected.
View attachment 5428076 View attachment 5428077
Its because you use cx explorer. What it does is runs local server for you every time when you tap on html file and use "open with" option. You can see 127.0.01 in your adress bar. Its impossible without local server. I also did my local server example with cx explorer. Try with vanilla file browser, and you will see how it doesnt work.

Here is a forum explaining how cx file explorer is alternatuve way to play html games on android. Thats where i found that lifehack first time.
 

spellofearth

Member
Game Developer
Mar 12, 2020
148
195
73
Its because you use cx explorer. What it does is runs local server for you every time when you tap on html file and use "open with" option. You can see 127.0.01 in your adress bar. Its impossible without local server. I also did my local server example with cx explorer. Try with vanilla file browser, and you will see how it doesnt work.

Here is a forum explaining how cx file explorer is alternatuve way to play html games on android. Thats where i found that lifehack first time.
I can't even access my file system without cx file manager. I downloaded it back in 2018, thinking it was just a regular file manager for anyone who wants to open something other than apk files...
 
  • Like
Reactions: teophrast

teophrast

New Member
Aug 10, 2020
9
6
30
I can't even access my file system without cx file manager. I downloaded it back in 2018, thinking it was just a regular file manager for anyone who wants to open something other than apk files...
Its dont exist specifically for html opening, but built with that specific android html issue in mind, like a bonus. Probably devs struggled with that issue themselves, and they built into their file explorer a small solution. Its not even file manager function, it runs custom local http server specifically for html games. File explorers shouldnt even do that, its not a function you would expect. But it does, which is very helpfull. Its a coincidence that you have cx file explorer, and play html games, thinking its built in android function. If you dont believe me, try to download another file explorer from google play store or aurora store and try to play html game trough that.