i hope we can see more breast expansion in the game
Thanks for coming up with another unique way of asking for a save file and confirming my hypothesis!Please share your save!
Please share your save!
I'm half tempted to share my save from when I first met Joy at HI Inc. Right before she explains everything about the island.Thanks for coming up with another unique way of asking for a save file and confirming my hypothesis!
https://f95zone.to/threads/holiday-island-v0-2-1-1-beta-darkhound1.3782/page-848#post-3601896
Must be #200 now
Not questioning your efforts, but I do hope you had the courtesy to ask and receive the developer's permission before modifying his creation. At the very least, you should post a statement saying, "That due to your own inability to create a worthwhile game, you have taken someone else's work and and changed it to suit your own ideas."Been playing the game since 1.9.1, what a great game!
But a few things bothered me, nothing major it just feels unbalanced, so I changed some things and would like to share with you:
There are other cosmetic changes I made to my personal preferences, but these are the ones I wanted to share.
- The girl's sexiness is the base change for most of the dynamics in the game and I find it a bit odd, so I fiddled with the code and found the bust size preference gives a +3 and was supposed to give a +1 to the others, but that didn't happen when the player selected full breasts or huge. It also applies to the selection of the plane girl. Fixed by applying modulus to bust_size_pref checks in functions.rpy.
- Sometimes, the girl's topic list offers a lot of negatives and naughts that make getting the girl's affection a bit of a grind. Fixed by setting the minimum positive topics to 3 (maximum 5), negative topics to maximum 4 and reworking the redundant random selection to a unique random pick in characters.rpy. Probably speeds up creation time too (unverified).
- When using a beauty cream there are no notifications whatsoever and if you use it twice or more times in a short interval, the item is consumed every time and you don't get the looks training point if it's still in cooldown. Fixed by returning false once the item is found in the inventory and displaying "You already used a beauty cream" in player.rpy (only if it's still in cooldown).
The files attached are for v2.1.1-beta, tested on several occasions. Don't use them on earlier versions, they might break the game. To use, just drop them on the game folder.
These changes only apply to new games, old saves won't change (except for player.rpy). Also, doesn't really impact gameplay, just makes it somewhat less grindy at first while preserving randomness. Also, BACKUP YOUR GAME FILES FIRST!
There is actually a specific forum/thread(s) for mods - https://f95zone.to/forums/mods.41/You're probably right, didn't think about that. I meant no offense, though, just thought that I was helping and wanted to share... Then the creator would see it and maybe approve it? I don't think it classifies as plagiarism, though, those were very simple modifications that don't alter the game's content, it's just how I personally like to play it. Since this is a game-sharing forum, I didn't think copyrights apply... You may delete my comment or just ignore it, I won't bother anymore... BTW, the files are plain text, you can actually see what I modified other than just trusting the notes I made sure to write for the developer to see
You're absolutely right, thanks for that, however I don't know how to contact the developer other than this forum, so I left a message on his profile asking for a review. I thought of just deleting everything and pretending it didn't happen, but I really think this helps and I'll leave it until someone says otherwise.There is actually a specific forum/thread(s) for mods - https://f95zone.to/forums/mods.41/
I do not have the authority to delete posts, nor did I feel it needed to be 'reported' like I am some kind of game/thread police. However, I do think you should message the developer directly about any changes modifications you make to his creation/work prior to posting/sharing anything that might fall under that category.
I think so too... If I knew it was going to be this way, I'd keep quiet... Thank you for making me feel welcome on my first comment ever in this forum, MonsieurX, you're awesome!That is a lot of fuss for some minor twinks to the code
The game is public and I'm pretty sure Dark would not mind.
It's not a forced download after all.
Okay, since you posted the files already...Been playing the game since 1.9.1, what a great game!
But a few things bothered me, nothing major it just feels unbalanced, so I changed some things and would like to share with you:
- The girl's sexiness is the base change for most of the dynamics in the game and I find it a bit odd, so I fiddled with the code and found the bust size preference gives a +3 and was supposed to give a +1 to the others, but that didn't happen when the player selected full breasts or huge. It also applies to the selection of the plane girl. Fixed by applying modulus to bust_size_pref checks in functions.rpy.
- Sometimes, the girl's topic list offers a lot of negatives and naughts that make getting the girl's affection a bit of a grind. Fixed by setting the minimum positive topics to 3 (maximum 5), negative topics to maximum 4 and reworking the redundant random selection to a unique random pick in characters.rpy. Probably speeds up creation time too (unverified).
- When using a beauty cream there are no notifications whatsoever and if you use it twice or more times in a short interval, the item is consumed every time and you don't get the looks training point if it's still in cooldown. Fixed by returning false once the item is found in the inventory and displaying "You already used a beauty cream" in player.rpy (only if it's still in cooldown).
Very well. Thank you so much for your time, I deleted the files as you requested. I did not publish them anywhere else, rest assured. I just wanted show my appreciation and perhaps offer a different point of view in a "notice me senpai" manner, won't happen again.Okay, since you posted the files already...
Last thing, please do not distribute the files uncompressed. This will lead to a ton of problems and countless inquiries about why updates are not working if I release incremental updates. The .rpy files will be auto compiled and rpyc files I distributed will be overwritten whenever you start the game.
- The girl's sexiness for breast size works exactly as it's supposed to be. When you love really huge breasts, the game assumes you like big ones too, at least a little. Why should you like small ones? Same for small selection. Only the middle selection gets points.
- I have my own opinion about how the game has to be balanced now. It's easy enough as it is already. I don't see any need to make it any easier.
- That there is no notification about the use of beauty cream is on purpose. The game is not supposed to be played in an "I want to optimise it all way". If anyting, it would make more sense to show it as an effect icon, but since there is not really any effect, I didn't do that either.
Checking the files and posting this took about 1 hour, so 1 hour less of game development time
You can post the files as rpyc files, I don't have a problem with that. But they will be overwritten with every update and you will have to do all changes again. To avoid that, you could also suggest a change and if I agree, I will do the change myself and adjust the game.Very well. Thank you so much for your time, I deleted the files as you requested. I did not publish them anywhere else, rest assured. I just wanted show my appreciation and perhaps offer a different point of view in a "notice me senpai" manner, won't happen again.
Thank you, that's very kind and more than I could ask for. I'm glad you didn't take it as an offense and actually took the time to give me advice, that's really awesome! You're great and I wish you the bestYou can post the files as rpyc files, I don't have a problem with that. But they will be overwritten with every update and you will have to do all changes again. To avoid that, you could also suggest a change and if I agree, I will do the change myself and adjust the game.
Or you could use/add your own file for the changes you do to python classes:
The init 1000 python is necessary, to make sure your definition is done after the ones inside the game.You don't have permission to view the spoiler content. Log in or register now.
Then you create the method you want to redefine and use the class name instead of "self" as the first attribute.
To be able to keep most of the code, I have added:
self = cl_player
Last line is to replace/redefine the method "use_item" in the cl_player class and use yours instead.
Not all changes can be done with the logic, since renpy code cannot always be replaced in a similar way. But when it's possible, it will make things a lot easier and cleaner for everyone.
She wasnt on HI yet but she is known from other games, and not one gameSummer Weekend Fan Art : Duck pond in the Sky.
Reliable sources claim summer has come around, even in the dark corners where Daz artists (or ducks) usually hide.
And what is more fitting than a celebratory summer render.
So therefore, a new Fan art girl.
Who is taking a break from her normal routine of walking through Holiday Island's intro.
(I am sure Darkhound1 won't mind her relaxing a bit with me)
View attachment 691186
Pigtails redhead :Summer Weekend Fan Art : Duck pond in the Sky.
Reliable sources claim summer has come around, even in the dark corners where Daz artists (or ducks) usually hide.
And what is more fitting than a celebratory summer render.
So therefore, a new Fan art girl.
Who is taking a break from her normal routine of walking through Holiday Island's intro.
(I am sure Darkhound1 won't mind her relaxing a bit with me)
View attachment 691186
Check the guide in the OP.I have a question.
Can i change the girls on the island? (how?).
I dont have ALICE on my island, so i can not ask her about the flower for AMY.
How long does it take that YVETTE comes back after she help her sister? it seems she left about 2 weeks.
Greets .. Sunset ..