Berurinn
Member
- Aug 28, 2021
- 114
- 173
- 130
because there IS NO android version. and every apk that is out there is best case a scam and worst – a virus.Why the hell I cannot play in my Android ?
because there IS NO android version. and every apk that is out there is best case a scam and worst – a virus.Why the hell I cannot play in my Android ?
But can it be played on Android by any means? Like joiplay or any other applications?because there IS NO android version. and every apk that is out there is best case a scam and worst – a virus.
Nope. Unfortunately. Our only hope is for someone to Port this to Android.But can it be played on Android by any means? Like joiplay or any other applications?
Yeah I hope it happens tooNope. Unfortunately. Our only hope is for someone to Port this to Android.
Use the alt button to use itemhow i can use the items?
what buttom?
no wonder some of those changes failed, setting all the numbers in mobSpawnCt to 0 means you get 0*0 (Just a small mod I experimented with.
As a fellow Hachishakusama enjoyer, here you go. I think it should work. Made only Hachi spawn all hours and disabled game over. It's just the player, her and her mommy milkers. Enjoy!
Edit: Changelog added in form of txt file. Hope it helps and that I did it right.
Pixeldrain
Yeah, sorry about the faulty code, I have little to no experience in programming.no wonder some of those changes failed, setting all the numbers in mobSpawnCt to 0 means you get 0*0 (
comment out "with (obj_p_mob) instance_destroy();" in gml_GlobalScript_scr_hscene and girls won't despawn after sex scenes
as for making them know where you are, I just went to gml_Object_obj_hachi_Step_0 and gave some extra 0's to
"distance_to_object(obj_pkun) < 2000)", this works for any other girl but you'd need to set it per girl
any idea if it's possible to have more than one Hachishakusama running around at the same time?
no, I already know about changing those, I had to modify the pool to get what results i already haveYeah, sorry about the faulty code, I have little to no experience in programming.
I'll try implementing your code.
The other girls can be enabled in gml_GlobalScript_spawn
look for the snippets of code corresponding with each hour.
Example:
if (hr == -1 || hr == 1)
{
mob_pool = [19]
mob_limit = 3
item_limit = 20
milk_limit = 5
}
I deleted all other mobs except Hachisaku, who has the mob ID 19, by adding the other's back, you can get the others.
What if you replace all other mob's instances with Hachi's? ID, sprites and such.any idea if it's possible to have more than one Hachishakusama running around at the same time?
Yeah, exactly that. It should read like two mobs with the same sprites and paterns. It's just a guess, though.I'm sorry, but you mean like putting all the data from hachi's files into the painting girl's files? I'm not quite sure what you're proposing unfortunately
I gave it a try and made it work. Here's what I did:I'll give it a shot but I'd prefer if you try it out too, since I'm fairly sure I'll fuck something up on accident
well i dunno what you did but I tried replacing them with the stone angel girl and got a code error about the police girl and the shadow doppelRepeat this step to replace any existing mob for Hachi.
Huh. In my case, I replaced Kuchi-sake's and worked just fine. I'll check on Weeping Angel and see what's the issue.well i dunno what you did but I tried replacing them with the stone angel girl and got a code error about the police girl and the shadow doppel
could you just send me the files you managed to make work?