Djoki996
Member
- Jan 13, 2018
- 485
- 271
- 242
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.Android port updated to v0.1.5
Here's some tips for you, take it or leave it your call: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.
 
	
		
			
		
		
	
	
		
			
		
		
	
 
	
		
			
		
		
	
	
		
			
		
		
	
 
	
		
			
		
		
	
	
		
			
		
		
	
 
Looking at your screen shots you have Lust Bound MC's name with the (PoD) suffix, and vice versa...
I'm back with a new mod my fellowdegeneratescitizens 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
Nice catch. Not even just a visual bug like I expected. I had them swapped in the function to toggle on/off the suffixes I added near the end of development and never caught it during testing.Looking at your screen shots you have Lust Bound MC's name with the (PoD) suffix, and vice versa...
Updated.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!
¯\_(ツ)_/¯You must be registered to see the linksORYou must be registered to see the links
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.
You must be registered to see the links
You must be registered to see the links
MEGA
Size 449 MB
Updates are faster onYou must be registered to see the links.
Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Type it in all in small letters! The game will show it in capital letters no matter what kind of you've typed.
even in small letters it is not workingType it in all in small letters! The game will show it in capital letters no matter what kind of you've typed.
Updated.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!
¯\_(ツ)_/¯You must be registered to see the linksORYou must be registered to see the links
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.
You must be registered to see the links(pretty please use this one)
You must be registered to see the links
MEGA
Size 478 MB
Updates are faster onYou must be registered to see the links.
Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
even in small letters it is not working
 
	
		
			
		
		
	
jacuzziinit 1700 python:
    persistent.bonus_content_code = "jacuzzi" 
(...snip...)
    def bonus_active():
        return persistent.bonus_content_code == persistent.bonus_content_code_inputIt basically doesn't let us enter the code into the game on androidAre 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:
So...Code:init 1700 python: persistent.bonus_content_code = "jacuzzi" (...snip...) def bonus_active(): return persistent.bonus_content_code == persistent.bonus_content_code_input
It basically doesn't let us enter the code into the game on android
downloaded the latest version and caps lk are off but i still cannot type in lowercaseAre 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:
So...Code:init 1700 python: persistent.bonus_content_code = "jacuzzi" (...snip...) def bonus_active(): return persistent.bonus_content_code == persistent.bonus_content_code_input
 
	
		
			
		
		
	
	
		
			
		
		
	
 
downloaded the latest version and caps lk are off but i still cannot type in lowercase
View attachment 5387646 View attachment 5387647
it worked TksThe 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.
 
				
		