Browse Source

[Changed] file directories and image names to match their current locations

Gwen 3 years ago
parent
commit
599cb914c2
4 changed files with 25 additions and 25 deletions
  1. 2 2
      locations/AlbFatherQW.qsrc
  2. 18 18
      locations/exercise.qsrc
  3. 3 3
      locations/ludahome.qsrc
  4. 2 2
      locations/mirror.qsrc

+ 2 - 2
locations/AlbFatherQW.qsrc

@@ -82,7 +82,7 @@ $din_zajava_albfather = {
 				AlbinaQW['Friends'] = 1
 				AlbinaQW['StarletsShutDown'] = 1
 				gs 'stat'
-				'<center><img <<$set_imgh>> src="images/pc/calling_outdoor.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/activities/calling_outdoor.jpg"></center>'
 				'You quickly dial Albina''s number and, in a panic, tell her what happened. She calms you down and asks if you told them anything. She sounds pleased when you tell her that you did. She thanks you and hangs up..'
 
 				act 'Leave':gt 'pav_commercial'
@@ -137,7 +137,7 @@ $din_zajava_albfather_no2 = {
 			AlbinaQW['Friends'] = 1
 			AlbinaQW['StarletsShutDown'] = 1
 			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/pc/calling_outdoor.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/calling_outdoor.jpg"></center>'
 			'You quickly dial Albina''s number and, in a panic, tell her what happened. She calms you down and asks if you told them anything. She sounds a bit disappointed when you tell her you didn''t. You are confused as she abruptly hangs up.'
 
 			act 'Leave':gt 'pav_commercial'

+ 18 - 18
locations/exercise.qsrc

@@ -344,17 +344,17 @@ if $ARGS[0] = 'hula':
 	if $clothingworntype ! 'nude':
 		if $location_type = 'secluded':
 			if month >=5 and month <= 9:
-				'<center><img <<$set_imgh>> src="images/pc/activities/hulaoutdoors.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/pc/activities/exercises/hula_outdoor.jpg"></center>'
 			else
-				'<center><video autoplay loop src="images/pc/activities/hulawinter.mp4"></video></center>'
+				'<center><video autoplay loop src="images/pc/activities/exercises/hula_winter.mp4"></video></center>'
 			end
 		else
-			'<center><video autoplay loop src="images/pc/activities/huladressed.mp4"></video></center>'
+			'<center><video autoplay loop src="images/pc/activities/exercises/hula_dressed.mp4"></video></center>'
 		end
 	elseif $pantyworntype ! 'none':
-		'<center><video autoplay loop src="images/pc/activities/hula_underwear.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/hula_underwear.mp4"></video></center>'
 	else
-		'<center><video autoplay loop src="images/pc/activities/obruch.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/hula_nude.mp4"></video></center>'
 	end
 	'You improve your dexterity by using your hula hoop for <<$timestring>> minutes.'
 	gs 'stat'
@@ -378,14 +378,14 @@ if $ARGS[0] = 'yoga':
 
 	if $clothingworntype ! 'nude':
 		if $location_type = 'secluded':
-			'<center><img <<$set_imgh>> src="images/pc/activities/yoga_dressed_outdoor.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/exercises/yoga_dressed_outdoor.jpg"></center>'
 		else
-			'<center><video autoplay loop src="images/pc/activities/yoga_dressed.mp4"></video></center>'
+			'<center><video autoplay loop src="images/pc/activities/exercises/yoga_dressed.mp4"></video></center>'
 		end
 	elseif $pantyworntype ! 'none':
-		'<center><video autoplay loop src="images/pc/activities/yoga_underwear.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/yoga_underwear.mp4"></video></center>'
 	else
-		'<center><img <<$set_imgh>> src="images/pc/activities/yoga_naked.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/activities/exercises/yoga_nude.jpg"></center>'
 	end
 
 	'You spend <<$timestring>> minutes stretching and straining your muscles in various poses, improving your will and flexibility.'
@@ -408,11 +408,11 @@ if $ARGS[0] = 'rope':
 	timemult = 0
 
 	if $clothingworntype ! 'nude':
-		'<center><video autoplay loop src="images/pc/activities/rope_dressed.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/rope_dressed.mp4"></video></center>'
 	elseif $pantyworntype ! 'none':
-		'<center><img <<$set_imgh>> src="images/pc/activities/rope_underwear.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/activities/exercises/rope_underwear.jpg"></center>'
 	else
-		'<center><video autoplay loop src="images/pc/activities/rope_naked.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/rope_nude.mp4"></video></center>'
 	end
 
 	'You jump rope for <<$timestring>> minutes, improving your speed.'
@@ -435,11 +435,11 @@ if $ARGS[0] = 'press':
 	timemult = 0
 
 	if $clothingworntype ! 'nude':
-		'<center><video autoplay loop src="images/pc/activities/abdominal_dressed.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/abdominal_dressed.mp4"></video></center>'
 	elseif $pantyworntype ! 'none':
-		'<center><video autoplay loop src="images/pc/activities/abdominal_underwear.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/abdominal_underwear.mp4"></video></center>'
 	else
-		'<center><video autoplay loop src="images/pc/activities/abdominal_naked.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/abdominal_nude.mp4"></video></center>'
 	end
 
 	'You do a series of abdominal exercises for <<$timestring>> minutes, improving your endurance.'
@@ -462,11 +462,11 @@ if $ARGS[0] = 'push':
 	timemult = 0
 
 	if $clothingworntype ! 'nude':
-		'<center><video autoplay loop src="images/pc/activities/push_dressed.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/push_dressed.mp4"></video></center>'
 	elseif $pantyworntype ! 'none':
-		'<center><video autoplay loop src="images/pc/activities/push_underwear.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/push_underwear.mp4"></video></center>'
 	else
-		'<center><video autoplay loop src="images/pc/activities/push_naked.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/exercises/push_nude.mp4"></video></center>'
 	end
 	'You do push-ups for <<$timestring>> minutes, improving your strength.'
 

+ 3 - 3
locations/ludahome.qsrc

@@ -197,7 +197,7 @@ end
 
 if $ARGS[0] = 'textanya':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/pc/activities/textindoors.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/activities/text_indoor.jpg"></center>'
 	'The two of you sit down on the couch while, you send Anya a text "Hey what are you doing?"'
 	!! This is very much EXPERIMENTAL so 1. needs to be adjusted if anya''s schedule changes and 2. might be incorrect
 	gs 'family_schedule'
@@ -235,7 +235,7 @@ end
 
 if $ARGS[0] = 'textnush':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/pc/activities/textindoors.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/activities/text_indoor.jpg"></center>'
 	'The two of you sit down on the couch while, you send Anushka a text "Hey what are you doing?"'
 	!! Anushka will always be busy during school hours, and all day on Wednesday and Fridays. She will also be busy after 18:00 on Saturdays. The rest of the time make it a random 1 in 4 she is not busy, so on a 4 it goes to the else below
 	if hour < 8 or (week < 6 and hour < 14) or week = 3 or week = 5 or (week = 6 and hour >= 18) or rand(0,3) > 0: OluQW['nush_busy'] = daystart
@@ -272,7 +272,7 @@ end
 
 if $ARGS[0] = 'textnatasha':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/pc/activities/textindoors.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/pc/activities/text_indoor.jpg"></center>'
 	'The two of you sit down on the couch while, you send Natasha a text "Hey what are you doing?"'
 	!OluQW['nat_busy'] = rand(1,4)
 	!if OluQW['nat_busy'] >= 3:

+ 2 - 2
locations/mirror.qsrc

@@ -125,7 +125,7 @@ if $ARGS[0] = 'start':
 	if pcs_makeup = 1 and kosmetica > 0:
 		act 'Apply makeup':
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/pc/mop.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/pc/activities/mop.jpg"></center>'
 			'You consider for a moment which look you want to go for.'
 			*nl
 			act 'Change your mind': gt 'mirror', 'start'
@@ -448,7 +448,7 @@ if $ARGS[0] = 'works':
 		'You don''t have any makeup.'
 	elseif pcs_makeup = 1 and kosmetica >= $ARGS[1]:
 		*clr
-		'<center><img <<$set_imgh>> src="images/pc/mop.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/pc/activities/mop.jpg"></center>'
 		*nl
 		'You consider for a moment which look you want to go for.'
 		*nl