LoneRanger11

Active Member
Jul 3, 2020
565
604
The Making Of A Slut 0.8.3
You don't have permission to view the spoiler content. Log in or register now.
If you run into issues please use this thread or join us on !
,

We're crowdfunded, donations of any size would be greatly appreciated!
; .​
 

wozzart

Newbie
Aug 13, 2019
16
18
Obviously the UI has been spoken about a lot, and for a lot of people it's completely unplayable on a computer monitor since everything gets scaled up so massively.

I messed around using Inspect Element to change some styles, and believe it or not it doesn't take much to make it so much better.

The game doesn't use css files so unfortunately I can't upload an easy file to add to your folder, but if the dev wants to consider adding the following simple styles, it might get people off their back for a while. Until then players can also just add these styles too.

#story {
max-width:1200px;
margin-left:auto!important;
margin-right:auto!important;
}
.passage {
padding:5px 10px;
}

.passage img {
max-width:450px;
}

That last one is the most important imo, it just sets a simple max size to images in speech bubbles so that they don't get too big.

I've uploaded a simple before and after comparison.
before.png after.png
 

HammerU89

Member
Jan 13, 2019
206
162
Obviously the UI has been spoken about a lot, and for a lot of people it's completely unplayable on a computer monitor since everything gets scaled up so massively.

I messed around using Inspect Element to change some styles, and believe it or not it doesn't take much to make it so much better.

The game doesn't use css files so unfortunately I can't upload an easy file to add to your folder, but if the dev wants to consider adding the following simple styles, it might get people off their back for a while. Until then players can also just add these styles too.

You don't have permission to view the spoiler content. Log in or register now.
That last one is the most important imo, it just sets a simple max size to images in speech bubbles so that they don't get too big.

I've uploaded a simple before and after comparison.
View attachment 2013556 View attachment 2013555
Do you replace every #story in the html file with this one or just insert this one anywhere in the file?
 

wozzart

Newbie
Aug 13, 2019
16
18
Do you replace every #story in the html file with this one or just insert this one anywhere in the file?
I haven't done it myself since I was only playing around in Dev Tools, but if you find the <style> tags you should just be able to add
You don't have permission to view the spoiler content. Log in or register now.
anywhere before the closing style tag </style>
 
  • Like
Reactions: HammerU89

Araghast

Newbie
Sep 27, 2018
15
27
The PriyahIntroScenes widget is missing an if closing tag within the elseif $PriyahPark==1
Line 163000, Between [ &lt;&lt;set $Time to $Time + 2&gt;&gt;&lt;&lt;/button&gt;&gt;&lt;/span&gt; ] and [ &lt;&lt;elseif $PriyahPark == 2&gt;&gt; ], should be [ &lt;&lt;/if&gt;&gt; ] to fix it.

Additionally, the choices in the event are missing the variable identifier in the "set PriyahParkYoga to" parts, it should be "set $PriyahParkYoga"
 
Last edited:
  • Like
Reactions: ebandaid

doku99

Member
Mar 21, 2018
487
961
Obviously the UI has been spoken about a lot, and for a lot of people it's completely unplayable on a computer monitor since everything gets scaled up so massively.

I messed around using Inspect Element to change some styles, and believe it or not it doesn't take much to make it so much better.

The game doesn't use css files so unfortunately I can't upload an easy file to add to your folder, but if the dev wants to consider adding the following simple styles, it might get people off their back for a while. Until then players can also just add these styles too.

#story {
max-width:1200px;
margin-left:auto!important;
margin-right:auto!important;
}
.passage {
padding:5px 10px;
}

.passage img {
max-width:450px;
}

That last one is the most important imo, it just sets a simple max size to images in speech bubbles so that they don't get too big.

I've uploaded a simple before and after comparison.
View attachment 2013556 View attachment 2013555
Lol... That's kind of funny. Wonder why the UI has been so bad for so long if it doesn't take more than a few lines of code to make good again.

I really want to play this game because it seems up my alley, it's just impossible :confused:
 
Last edited:
Jun 12, 2021
104
343
#story {
max-width:1200px;
margin-left:auto!important;
margin-right:auto!important;
}
.passage {
padding:5px 10px;
}

.passage img {
max-width:450px;
}

That last one is the most important imo, it just sets a simple max size to images in speech bubbles so that they don't get too big.

I've uploaded a simple before and after comparison.
View attachment 2013556 View attachment 2013555
Hi,
A most Interesting attempt to better an incredibly bad UI. Many Thanks!

I took the liberty to edit it a bit to modify and add:

#story {
max-width:1000px;
margin-left:auto!important;
margin-right:auto!important;
}
.passage {
padding:5px 10px;
}

.passage img {
max-width:450px;
max-height:450px;
}

for novices ==> (put everything before the only <style> inside the html file) (save and exit)
 
  • Like
Reactions: HenrySapin

jbomb

Member
Dec 28, 2017
251
149
I get all kinds of errors with walking and going to the park, which I assume are trying to load a specific event, since all I get are events that amount to nothing (i.e Peaceful walk, birds, run into a class mate and have a brief chat). Also I no longer get scenes with Nikki at the arcade, never got a scene with her, and the gym scenes have stopped aswell with no indication or reason as to why. I attached my save file, if it helps, or if you can fix it that would be great!
 
Last edited:

jbomb

Member
Dec 28, 2017
251
149
If you look a bit up you'll find:

which sadly does not solve the problem, or I am too dumb to put it at the correct spot...

so, it is a wait and see for either a patch, an update, or a better coder...
Well you clearly have a better concept as to why then I do, All I could tell is "something in code not right or missing". Hopefully the dev is able to figure out why and patch it for future updates! Thanks for trying though!
 
3.40 star(s) 24 Votes