Merlinsdragon

Newbie
Nov 21, 2018
19
9
why can't i continue to explore unseen things and are stuck at "to be continued"?
there should be, when days are exhausted an option to see the missed content
 
  • Like
Reactions: fakehb

fakehb

Member
Jun 30, 2020
125
153
why can't i continue to explore unseen things and are stuck at "to be continued"?
there should be, when days are exhausted an option to see the missed content
Absolutely. I like the concept of the game, but the hard stops really destroy the ability to enjoy it after you hit a stop, in both an immediate and a meta way. Because then you're waiting something like 5 months for 20 minutes of gameplay before you hit another stop. So you either start over, or you get these little bite size increments, or you wait so long for an increment that is more than bite sized that you'd be better off just starting over.

If this game ever gets finished (big if, of course), it will be a non-issue at that point. But give the current context of the game, it's a real head scratcher to why the ability to continue playing is so restricted when it could easily not be restricted. It just doesn't feel aligned (in fact, it feels inversely aligned) with the developmental realities of the project.
 

Smellfire

Member
Sep 4, 2019
234
325
Small typo/text.

Also can you make it so the boxes are cleared in the wardrobe when you chose naked, and sort aalphabetically. Its a nightmare to find items at the moment if you have bought loads of clothes.
 

fot

Newbie
Apr 15, 2019
22
23
great game as always

about bugfix at https://f95zone.to/threads/sluted-v0-13-shark-in-a-hat.97373/page-96#post-11036396
seems needed ONLY IF continue by loading a previous savefile; starting a new game with patched will CREATE an empty wardrobe bug.

bug report:
jeff lesson scene, wearing swimsuit will not trigger warning "I think I should put on some underwear, just in case.", and cause this later on: Plot error: No valid choice found, node: d2_jeff_lesson_start_19

typo:
school_day_3_wc_bj_lick_3
Just checking if you're alright... but I see I needed worry.
need not worry.
 

DaGecko

Newbie
Feb 27, 2019
79
109
a suggestion for the clothing (yeah, yeah - ANOTHER post about the clothing; sorry!): once your allowable lewdness gets up a good amount, she hates EVERYTHING almost - it is nearly impossible to get 'regular' clothes (that she will not get arrested for) even that are extremely skimpy/slutty that she doesn't feel like they are "... only for a nun." I don't think there needs to be a change in the mechanics so much as in the assigned sluttiness of the articles of clothing - though that said (there is always a 'but') I think it WOULD be a bit more enjoyable if the sluttiness *range* of what she felt was acceptable expanded as her lewdness rose rather than staying fairly narrow.

For example (and note - I am TOTALLY making up numbers for the sake of example): When her slutiness is say... 7 so she feels that 5-7 range (3 values) are 'acceptable' clothes, 8 is 'almost, but can't quite do it unless special conditions' and 1-4 are too conservative. However when her lewdness hits 14 instead of a 3 value wide range her range of preferred attire doubles with her lewdness so that she now feels comfortable in a range of 9-14 with 15 & 16 being 'almost' acceptable (i.e.: ok under conditions / pressure). Once she hits 21 lewdness (I think she can?), then her acceptable range would be 9 spots wide (13 - 21), etc. Of course, school clothes (since there is a quasi uniform) should be a wider scale (since it is *required* and all dress codes suck anyway).

... just my two dollars (yeah, that used to would have been two cents, but.. you know, inflation is horrible right now; especially combined with the falling value of the dollar!)
 
  • Haha
Reactions: fot

fot

Newbie
Apr 15, 2019
22
23
The shop is a time sink though bit confusing, I end up tried to dig into it.
Came for the diva, stayed for the dress up. Hell, I'm starting to question am I straight. o_O


1. Edited index.html to clarify shopping:
  • alternative filtering logic, renamed "others" category to "Everything not found above", things under "accessories" are now moved to this.
  • removed "slutty" and "less slutty" categories , added "Revealing x flirty (item.slutty <2)" and "revealing x slutty (item.slutty >=2) "
  • renamed current clothes UI names (right bottom): "Torso" to clarify it includes tops (tank tops) and other garments such as towels, etc

ui1.PNG
code2.PNG

code1.PNG

2. Edited data/items.txt
  • the wording 'accessory' are used in slot and tags, a minor typo in the original index.html tag_set={'accessorIES'}
  • removed 'accessory' TAGS from all items because edited index.html above use an alternative logic. Except "no_accessory" item for fear it could break the game init.
  • renamed some swimsuits to one-piece / high-cut / latex
  • replaced with 'belt' TAG where suits

originalcode1.PNG

Thanks so much shark_inna_hat for this great game, I hope your engine and creator catch on to be the best alternative to renpy. It's 2023, it make much more sense to play vn in a browser instead of running a local exe.
 

fot

Newbie
Apr 15, 2019
22
23
issue: loading a bikini outfit using the 'last worn' does not remove jackets.
'_current_clothes' only stores inventory.items(), but not ['commando', 'topless', 'bottomless', 'no_bra', 'no_stockings', 'no_accessory'].
Both effects (remove or not) are reasonable, depending on expectation.
Also need to consider: clothes in outfit removed from inventory as story goes on.
 
Last edited:

fot

Newbie
Apr 15, 2019
22
23
minor issue: cannot visit beach at TIME.NIGHT though data exist
index.html _get_map_event()

minor issue: beach background at TIME.EVENING has sunset img/common/beach_dusk.webp but main map background TIME.EVENING, TIME.NIGHT is dark img/map_dark.webp
index.html show_map() and plot
 

fot

Newbie
Apr 15, 2019
22
23
bug report: plot work_photo_3_138 , after getting new 'red_mesh_dress', wardrobe display item - NOTHING - is not at top order ( edit: maybe not related to plot )

bug report: img/big/ images rendered cropped

bug report: plot work_photo_3_21 , for images to make sense, should strip all clothings before wearing 'red_panties', 'red_bra')
 
Last edited:

fot

Newbie
Apr 15, 2019
22
23
v0.13 plot formatted, for anybody wish to help out debug without using plotato editor plot_edit.html
sublimetextsearch.PNG
 
Last edited:

fot

Newbie
Apr 15, 2019
22
23
attached zip diff:
uihack.gif
outfitfix.gif outfixfixcode.PNG
 
Last edited:

fot

Newbie
Apr 15, 2019
22
23
bug report: day 0 after swimming pool, cannot get rid of pokie regardless of clothing, return to normal at day end:
Plot d0_pool_strip_21 used old method "set_bodypart_img('pc_img_hair','img/pc/hair_hands_bb.png') which is removed later at home_rest_sleep_1. Newer plot use save.pc_is_wet = 1 method

bug report: "caro_skirt" "slot":"top" should be 'bottom'

attached index.html
  • edited outfit related funcs again, previous post has bug
    • allow clicking last worn button even when missing garment, but will also show as '-MISSING-'
    • last worn is still hidden when match tag_set rule
  • _update_outfits() uses save.DATASTORE and no longer depends on caller's passing parameters. Parameters are needed when called by _add_outfit() _del_outfit() redraws, but are tedious to pass around
  • edited show_pc(), delayed body draw in order to prevent accidental flashing because of HTML render delay (low spec laptop, day 0 "explore the city"), switched to brython_stdlib.js to use timer.set_timeout module
 
Last edited:

Hardanik

Newbie
Mar 7, 2018
33
43
It took me a while to download this game because I thought it was just another boring game with real porn and a lot of text... but, I'm tremendously impressed, your game really pleased me, I'm even going to donate to your project . Keep doing your great work
 
4.50 star(s) 68 Votes