Browse Source

[fixes] last stuff before the release

julzor 5 years ago
parent
commit
d2557a0c2f

+ 3 - 2
locations/Cheatmenu_din.qsrc

@@ -669,7 +669,7 @@ $cheatmenu['looks'] = {
 	'<a href="exec:dynamic $cheatmenu[''visualage'']">Change apparent age</a>'
 	*nl
 	'<a href=>You are <<pcs_hgt>> centimetres tall</a>'
-	'<a href="exec:pcs_hgt = input(''Enter <<$pcs_nickname>>s height in centimetres<br><br>(default 170, min 100, max 200)'') & dynamic $cheatmenu[''looks'']">Change <<$pcs_nickname>>''s height</a>'
+	'<a href="exec:pcs_hgt = input(''Enter <<$pcs_nickname>>s height in centimetres<br><br>(default 170, min 100, max 200, values below 160 and above 180 will cause problems in the calculation of BMI/weight the more you deviate from the default 170)'') & dynamic $cheatmenu[''looks'']">Change <<$pcs_nickname>>''s height</a>'
 	*nl
 	'You have <<$titsize>> breasts'
 	if tits => 0 and tits < 11:'<a href="exec:silicone += 5 & dynamic $cheatmenu[''looks'']">Enlarge breasts(silicone)</a>'
@@ -777,7 +777,8 @@ $cheatmenu['parameters'] = {
 	'agilbuf = <<agilbuf>>'
 	'strenbuf = <<strenbuf>>'
 	'vitalbuf = <<vitalbuf>>'
-	'weight (pcs_weight) = <<pcs_weight>>'
+	'BMI (bmi_calc) = <<bmi_calc>>'
+	'weight (pcs_weight) = <<pcs_weight>> kg'
 	'bust (pcs_bust) = <<pcs_bust>>'
 	'band (pcs_band) = <<pcs_band>>'
 	'waist (pcs_waist) = <<pcs_waist>>'

+ 1 - 1
locations/abduction.qsrc

@@ -1044,7 +1044,7 @@ if $ARGS[0] = 'abdSoldSauna':
 	'"A nice lady from an established business" he smiles.'
 	'You are blindfolded and led away into a car.'
 	'After some time you are led through doors and finally you can see. You are in a backroom of a brothel.'
-	'"Madame: "I paid 20 000 for you, bitch. Don''t make me regret this."'
+	'"Madame: "I paid 8000 for you, bitch. Don''t make me regret this."'
 	'"Yes madame."'
 	'"I am not a bad person. If you earn me at least five times more, I may let you go."'
 	'With this faint sign of hope she leaves.'

+ 1 - 2
locations/brother_voyeur.qsrc

@@ -66,10 +66,9 @@ if $ARGS[0] = 'showertalk1':
 				brothershowerlook = 1
 				if brotherSex < 3:brotherSex = 3
 				'<center><img <<$set_imgh>> src="images/shared/home/bathroom/brothertalk4.jpg"></center>'
-				npc_rel['A34'] += 5
 				'	"Kolka..." When you say this he starts to turn towards you a little bit but then stops himself and continues to stare at the wall. You sigh sympathetically. "It''s okay to look at me you know."'
 				'	He perks up and turns towards you slowly. "R-really?" His wide eyes rapidly flit between your face, your breasts, your <<$pcdesc_pubes>> pussy, the walls, and the floor, unable to make up his mind of where he should be looking.'
-					'	"Yes really!" you laugh. "I told you, I''m not mad! Yeah, yeah, I know. I''ve got boobs. I''ve got a pussy instead of a penis. I know it''s strange and distracting and all that, but you''re my brother and I love you! I don''t want to have to share my conversations between you and the wall. So, I don''t mind you looking. If it means I can spend this time getting closer to you, you can look all you want. Okay?"'
+				'	"Yes really!" you laugh. "I told you, I''m not mad! Yeah, yeah, I know. I''ve got boobs. I''ve got a pussy instead of a penis. I know it''s strange and distracting and all that, but you''re my brother and I love you! I don''t want to have to share my conversations between you and the wall. So, I don''t mind you looking. If it means I can spend this time getting closer to you, you can look all you want. Okay?"'
 				'	Kolka''s eyes finally come to rest on your face, looking confidently at you confidently now. You can tell there''s love in his eyes and this vulnerability you''ve shown really means something to him and your relationship with him. "Okay!" he says with an enthusiastic smile.'
 				'	"Just don''t tell anyone else about it!" you laugh when he furiously nods in promised agreement. The two of you happily talk about random topics while you finish up your shower. For the most part, Kolka continues to look at your face but you can''t help but notice the frequent quick glance at your breasts that ever so slightly widens his smile.'
 				'	<i>Boys will be boys after all...</i> you muse to yourself, a smile subconsciously turning the corners of your own lips.'

+ 1 - 1
locations/gadforest_event.qsrc

@@ -2090,7 +2090,7 @@ if $ARGS[0] = 'nude_event':
 		'Finally after the hundredth time, of looking around to make sure no one is around, you decide to...'
 	end
 
-	if pcs_pcs_inhib >= 25 or exhibitionist_lvl > 1 or pcs_horny > 60:
+	if pcs_inhib >= 25 or exhibitionist_lvl > 1 or pcs_horny > 60:
 		act'Give in to the temptation':
 			cla
 			*clr

+ 5 - 3
locations/hunter_interactions.qsrc

@@ -919,15 +919,17 @@ if $ARGS[0] = 'striptease':
                             'The men continue cheering you on, you keep undressing further, remaining only in underwear...'
 
                             act 'Keep dancing':
-                                *clr & cla
+								*clr & cla
                                 temp_sh = rand(1,2)
                                 gs 'stat'
                                 '<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/dance4.jpg"></center>'
                                 *nl
                                 'You remove the bra and throw it on the table, the men cheer you on and you flash your breasts infront of them.'
                                 gs 'arousal', 'flash', 10
-                                gs 'stat'
-                                if temp_sh = 1:
+								gs 'stat'
+!!ToDo: Huntersex in the else is a dead end, if that is fixed, remove this comment and the next line (julzor)								
+								temp_sh = 1
+							    if temp_sh = 1:
                                     act 'Pass out':
                                         *clr & cla
                                         minut += 1

+ 0 - 3
locations/hunters.qsrc

@@ -3,9 +3,6 @@
 if $ARGS[0] = 'start':
 	gs 'stat'
 
-	!The comment below is a monument to the countless unnamed souls fallen in the battle to revamp this code and text
-	!$textsexhunter = 'From a member of the unpleasant smells and remains in the mouth tastes foul feces. "-Damn, I had to do an enema." - belatedly dumaeete you.'
-
 	act 'Walk away':gt'swamp_yard'
 	if huntersKnow = 0:
 		act 'Greet them':

+ 1 - 1
locations/preSYS2.qsrc

@@ -795,7 +795,7 @@ if $ARGS[0] = 'pol_grup_set':
 	!!ARGS[1] 0 is boys, 1 is girls. ARGS[2] 1nerd 2jock 3cool 4gopnik 5outcast 6teachers. ARGS[3] is changes to value
 	r = 1
 	:pol_grup_set_loop
-		if npc_gender['A<<r>>'] = ARGS[1] and grupTipe['A<<r>>'] = ARGS[2]:
+		if npc_gender['A<<r>>'] = ARGS[1] and npc_grupTipe['A<<r>>'] = ARGS[2]:
 			npc_rel['A<<r>>'] = ARGS[3]
 		end
 		r += 1