Lerd0

Conversation Conqueror
Donor
Jul 29, 2017
7,056
85,540
The fact that all of this started from a mod of an abandoned game and now we have 2 actual good html games from it.
..and now that abandoned game also has a sequel goin on.....
...good times....
 

Gakko_dev

Vice President
Donor
Game Developer
Jul 17, 2019
1,277
1,822
Is it another HTML game with animated gifs and no sound?
Would like to know before downloading.

I don't like most of these HTML games, because they have no sfx in scenes. And I personally don't understand it, they are reusing existing porn, why not simple cut it and add a small video player, instead of making everything into gifs.
if you like how these JAV goddess moan, so yeah... it has sounds in it
 
  • Like
Reactions: latrop16

ThaneErikur

New Member
Nov 15, 2022
9
10
This thread's barely a day old, and it's already racked up seven pages of replies. Been backing you up since the Fantopia days and still supporting your work on Patreon. As a patron myself, I gotta say, I appreciate you dropping this game on F95 without any paywall crap. Even this 0.01 version is miles ahead of what you put out for patrons last month (if memory serves me right, just Ririko with seven scenes, and not a single scene for Ema). Keep killing it, and I'm hoping juggling two games won't burn you out and leave us hanging.
 

Dirk87

Newbie
Jul 23, 2017
62
55
Now this is how you should bring out a 0.1 version! Enough content for a decent rubbing and a bit of visible scope of your plans.
The pacing felt quite fast, but that could be because it's a demo and you are concentrating on the available characters. I was not a fan of the broken link strategy for unavailable content, but that's just nitpicking.
 
  • Like
Reactions: Gakko_dev

Gakko_dev

Vice President
Donor
Game Developer
Jul 17, 2019
1,277
1,822
This thread's barely a day old, and it's already racked up seven pages of replies. Been backing you up since the Fantopia days and still supporting your work on Patreon. As a patron myself, I gotta say, I appreciate you dropping this game on F95 without any paywall crap. Even this 0.01 version is miles ahead of what you put out for patrons last month (if memory serves me right, just Ririko with seven scenes, and not a single scene for Ema). Keep killing it, and I'm hoping juggling two games won't burn you out and leave us hanging.
Yes, I noticed every supporters from the early days. Thank you very much for your support and kind words
 

Feyschek

Well-Known Member
Game Developer
Jun 12, 2021
1,243
693
Damn that's a nice UI... Do you have a walkthrough how to make those save game UI and restart button?
I used regular buttons, I just added emoji to them.

Here is my javascript

/* Перевод интерфейса (Interface translation) */
(function () {
l10nStrings.savesTitle = " Файлы сохранения";
l10nStrings.restartTitle = "♻ Перезапустить игру";
l10nStrings.restartPrompt = 'Вы уверены, что хотите начать игру сначала?<p></p><span class="redtext">Предупреждение:</span> несохраненный прогресс игры будет утерян.';
l10nStrings.savesLabelDelete = '️ Удалить файл сохранения';
l10nStrings.savesLabelExport = ' Загрузить файл сохранения на ваш компьютер ⬇';
l10nStrings.savesLabelImport = ' Загрузить файл сохранения с вашего компьютера ⬆';
l10nStrings.savesLabelLoad = ' Загрузить файл сохранения';
l10nStrings.savesLabelClear = '️ Удалить все файлы сохранения ';
l10nStrings.savesLabelSave = ' Создать файл сохранения';
l10nStrings.savesLabelSlot = 'Слота';
l10nStrings.cancel = '❌ Отменить действия';
l10nStrings.ok = '✔ Подтвердить действия';
})();
/* Конец (End) */

You just need to change my name for the buttons into English and that’s it.
 

Gakko_dev

Vice President
Donor
Game Developer
Jul 17, 2019
1,277
1,822
I used regular buttons, I just added emoji to them.

Here is my javascript

/* Перевод интерфейса (Interface translation) */
(function () {
l10nStrings.savesTitle = " Файлы сохранения";
l10nStrings.restartTitle = "♻ Перезапустить игру";
l10nStrings.restartPrompt = 'Вы уверены, что хотите начать игру сначала?<p></p><span class="redtext">Предупреждение:</span> несохраненный прогресс игры будет утерян.';
l10nStrings.savesLabelDelete = '️ Удалить файл сохранения';
l10nStrings.savesLabelExport = ' Загрузить файл сохранения на ваш компьютер ⬇';
l10nStrings.savesLabelImport = ' Загрузить файл сохранения с вашего компьютера ⬆';
l10nStrings.savesLabelLoad = ' Загрузить файл сохранения';
l10nStrings.savesLabelClear = '️ Удалить все файлы сохранения ';
l10nStrings.savesLabelSave = ' Создать файл сохранения';
l10nStrings.savesLabelSlot = 'Слота';
l10nStrings.cancel = '❌ Отменить действия';
l10nStrings.ok = '✔ Подтвердить действия';
})();
/* Конец (End) */

You just need to change my name for the buttons into English and that’s it.
Nice, thank you very much
 

Feyschek

Well-Known Member
Game Developer
Jun 12, 2021
1,243
693
Nice, thank you very much
This is more correct.

/* Перевод интерфейса (Interface translation) */
(function () {
l10nStrings.savesTitle = " Файлы сохранения";
l10nStrings.restartTitle = "♻ Перезапустить игру";
l10nStrings.restartPrompt = 'Вы уверены, что хотите начать игру сначала?<p></p><span class="redtext">Предупреждение:</span> несохраненный прогресс игры будет утерян.';
l10nStrings.savesLabelDelete = '️ Удалить файл сохранения';
l10nStrings.savesLabelExport = ' Загрузить файл сохранения на ваш компьютер ⬇';
l10nStrings.savesLabelImport = ' Загрузить файл сохранения с вашего компьютера ⬆';
l10nStrings.savesLabelLoad = ' Загрузить файл сохранения';
l10nStrings.savesLabelClear = '️️ Удалить все файлы сохранения ';
l10nStrings.savesLabelSave = ' Создать файл сохранения';
l10nStrings.savesLabelSlot = 'Слота';
l10nStrings.cancel = '❌ Отменить действия';
l10nStrings.ok = '✔ Подтвердить действия';
})();
/* Конец (End) */
 

Feyschek

Well-Known Member
Game Developer
Jun 12, 2021
1,243
693
This is more correct.

/* Перевод интерфейса (Interface translation) */
(function () {
l10nStrings.savesTitle = " Файлы сохранения";
l10nStrings.restartTitle = "♻ Перезапустить игру";
l10nStrings.restartPrompt = 'Вы уверены, что хотите начать игру сначала?<p></p><span class="redtext">Предупреждение:</span> несохраненный прогресс игры будет утерян.';
l10nStrings.savesLabelDelete = '️ Удалить файл сохранения';
l10nStrings.savesLabelExport = ' Загрузить файл сохранения на ваш компьютер ⬇';
l10nStrings.savesLabelImport = ' Загрузить файл сохранения с вашего компьютера ⬆';
l10nStrings.savesLabelLoad = ' Загрузить файл сохранения';
l10nStrings.savesLabelClear = '️️ Удалить все файлы сохранения ';
l10nStrings.savesLabelSave = ' Создать файл сохранения';
l10nStrings.savesLabelSlot = 'Слота';
l10nStrings.cancel = '❌ Отменить действия';
l10nStrings.ok = '✔ Подтвердить действия';
})();
/* Конец (End) */
What kind of nonsense is this?! Why does the site not want to show emoji 0_o
 
3.20 star(s) 9 Votes