Create and Fuck your AI Slut -70% OFF
x

phdusa1

Active Member
Aug 18, 2018
730
2,024
384
Is it worth the money uploading your ports at the worst possible websites imaginable? At this point I am convinced you are just here to troll people.
Here's some tips for you, take it or leave it your call:
1) This is an android port. The biggest +ve of having an android device is you can literally change anything on it from icons to OS. Try using anything other than pre-installed google crap called google chrome and search "ublock origin".
2) Buy me premium of Mega and you can get ports on it.
3) Change your crappy ISP
4) Buy a pc and you won't need android ports.

What I find really funny is most other porters give you Redirect links with crap load of ads even before you get to download hosts and you don't bitch to them, I am the only one you're complaining about who has always given direct host links both here and in discord...
 
Feb 4, 2020
64
134
150
thumbnail.png

I'm back with a new mod my fellow degenerates citizens of F95 Zone: The MC Name Manager Mod. It allows you to give the MCs of each game separate names plus some extra goodies. See the dedicated mod page linked above for more details and the download.

I took the concept of ReiCaixa's mod to restore the ability to give each MC a separate name and expanded it. ReiCaixa you said you didn't want to maintain it so I have taken the torch over. I normally give credit in the mod/docs to anyone who's work was important to the mod, but you made it sound like your boss might not like it and I didn't want to get you in trouble so I left the attribution out. I didn't start playing until v0.1.2 so I wasn't even aware the game used to have that capability and I wouldn't have thought of it because I always give the MCs in every game the same name. Yes, I'm boring.

Screenshots
More screenshots are included in the mod's dedicated thread.

mc-name-manager-edit-active.png mc-name-manager-injector.png mc-name-manager-lt-mc-name.png mc-name-manager-rtm-mc-name.png
 
Last edited:

AGhostLikeMe

Newbie
Jul 5, 2020
50
90
183

I'm back with a new mod my fellow degenerates citizens of F95 Zone: The MC Name Manager Mod. It allows you to give the MCs of each game separate names plus some extra goodies. See the dedicated mod page linked above for more details and the download.

I took the concept of ReiCaixa's mod to restore the ability to give each MC a separate name and expanded it. ReiCaixa you said you didn't want to maintain it so I have taken the torch over. I normally give credit in the mod/docs to anyone who's work was important to the mod, but you made it sound like your boss might not like it and I didn't want to get you in trouble so I left the attribution out. I didn't start playing until v0.1.2 so I wasn't even aware the game used to have that capability and I wouldn't have thought of it because I always give the MCs in every game the same name. Yes, I'm boring.

Screenshots
More screenshots are included in the mod's dedicated thread.

View attachment 5329715 View attachment 5329716 View attachment 5329790 View attachment 5329791
Looking at your screen shots you have Lust Bound MC's name with the (PoD) suffix, and vice versa...
 
  • Like
Reactions: smasher_the_smith

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,869
11,548
698
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.1.4 + WT by dedalo_69

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.




MEGA

Size 449 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated.
 
  • Heart
Reactions: Samhain71

dopey80

Member
May 29, 2017
212
265
298
This seems to be bugged. I'm getting an exception any time I try to go to load screen or main screen from gameplay.
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,869
11,548
698
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.1.5 + WT by dedalo_69

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.


(pretty please use this one)

MEGA

Size 478 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated.
 

ZenoMod

Well-Known Member
Nov 12, 2022
1,620
2,035
386
even in small letters it is not working

Are you sure you downloaded the right file (v0.1.5)
1761691403450.png

and you typed all in lowercase letters
jacuzzi
without capitalizing any letters - not even the initial j - and without quotation marks or other characters?

It's literaly impossible it doesn't work.
The script that checks the inserted code just is:
Code:
init 1700 python:
    persistent.bonus_content_code = "jacuzzi" 

(...snip...)

    def bonus_active():
        return persistent.bonus_content_code == persistent.bonus_content_code_input
So...
 

BrandonX13

Member
Aug 7, 2019
323
198
150
Are you sure you downloaded the right file (v0.1.5)
View attachment 5385143

and you typed all in lowercase letters
jacuzzi
without capitalizing any letters - not even the initial j - and without quotation marks or other characters?

It's literaly impossible it doesn't work.
The script that checks the inserted code just is:
Code:
init 1700 python:
    persistent.bonus_content_code = "jacuzzi"

(...snip...)

    def bonus_active():
        return persistent.bonus_content_code == persistent.bonus_content_code_input
So...
It basically doesn't let us enter the code into the game on android
 
Last edited:

ZenoMod

Well-Known Member
Nov 12, 2022
1,620
2,035
386
It basically doesn't let us enter the code into the game on android

Android is another story.

Inceton's Android versions are actually "launchers", that is not a standalone app but an app that downloads content from the internet, so it's not allowed on f95 because it cannot be scanned against malware since the APK can be clean itself but download the malware once installed.

Are you using the Windows version on Android by means of JoiPlay, or are you using an unofficial Android port?
 

chaf

Active Member
Oct 10, 2017
979
249
209
Are you sure you downloaded the right file (v0.1.5)
View attachment 5385143

and you typed all in lowercase letters
jacuzzi
without capitalizing any letters - not even the initial j - and without quotation marks or other characters?

It's literaly impossible it doesn't work.
The script that checks the inserted code just is:
Code:
init 1700 python:
    persistent.bonus_content_code = "jacuzzi"

(...snip...)

    def bonus_active():
        return persistent.bonus_content_code == persistent.bonus_content_code_input
So...
downloaded the latest version and caps lk are off but i still cannot type in lowercase

Screenshot (56) (Small).png Screenshot (57) (Small).png
 
Last edited:

Ownoffers

Member
Feb 2, 2025
231
273
72
There are some Android versions around that are posted earlier but I saw someone has problem with the unlock code so here is another version that is unofficial, compressed, hacked (preactivated bonus content) ( )
 

ZenoMod

Well-Known Member
Nov 12, 2022
1,620
2,035
386
downloaded the latest version and caps lk are off but i still cannot type in lowercase

View attachment 5387646 View attachment 5387647

The font will only display uppercase characters (dumb choice by Inceton for a code which is case sensitive, IMO) but the underlying Python/Ren'Py code will capture the exact case of each character as you type it, so make sure that CapsLock is turned off and you never press Shift while typing.

If you already did so, it's very weird it doesn't work. It's quite difficult to investigate further without having access to your computer...

You can try one of the following suggestions.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
 

chaf

Active Member
Oct 10, 2017
979
249
209
The font will only display uppercase characters (dumb choice by Inceton for a code which is case sensitive, IMO) but the underlying Python/Ren'Py code will capture the exact case of each character as you type it, so make sure that CapsLock is turned off and you never press Shift while typing.

If you already did so, it's very weird it doesn't work. It's quite difficult to investigate further without having access to your computer...

You can try one of the following suggestions.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
it worked Tks (y)
 
4.00 star(s) 11 Votes