Browse Source

[Changed] change directory paths to centralize media used

Gwen 3 years ago
parent
commit
f094d7c9ad
4 changed files with 7 additions and 7 deletions
  1. 1 1
      locations/din_van.qsrc
  2. 1 1
      locations/mother.qsrc
  3. 1 1
      locations/salon.qsrc
  4. 4 4
      locations/wardrobe.qsrc

+ 1 - 1
locations/din_van.qsrc

@@ -1175,7 +1175,7 @@ if $ARGS[0] = 'private':
 			act 'Wear clothes (0:05)':
 				*clr & cla
 				minut += 5
-				'<center><video autoplay loop src="images/locations/city/citycenter/photo/dress.mp4"></video></center>'
+				'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
 				'You get dressed.'
 				gs 'clothing', 'wear_last_worn'
 				gs 'stat'

+ 1 - 1
locations/mother.qsrc

@@ -667,7 +667,7 @@ if $ARGS[0] = 'referral':
 			act 'Hurry to your room and get dressed':
 				*clr & cla
 				'<center><b><font color="maroon">Your bedroom</font></b></center>'
-				'<center><video autoplay loop src="images/locations/city/citycenter/photo/dress.mp4"></video></center>'
+				'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
 				*nl
 				'You rush to your room and get dressed, ready to go with your <<$npc_nickname[''A29'']>> to the gynaecologist'
 				gs 'clothing', 'wear_last_worn'

+ 1 - 1
locations/salon.qsrc

@@ -644,7 +644,7 @@ if $ARGS[0] = 'lockers':
 			gs 'clothing', 'wear_last_worn'
 			gs 'underwear', 'wear'
 			cla & *clr
-			'<center><video autoplay loop src="images/locations/city/citycenter/photo/dress.mp4"></video></center>'
+			'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
 			'Slipping out of your robe, you fold it neatly to put back in your locker, taking your clothes out as you do.'
 			*nl
 			'You spend a couple minutes redressing and then slam the locker shut, ready to leave.'

+ 4 - 4
locations/wardrobe.qsrc

@@ -194,7 +194,7 @@ if $ARGS[0] = 'default_entry_wear':
 	!! default school girl uniform is always allowed to be worn if still in school
 	if StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and $defclothingtype[default_entry] = 'gm_school' and defclothingnumber[default_entry] = 6:
 		cls
-		'<center><video autoplay loop src="images/locations/city/citycenter/photo/dress.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
 		'Your put on your <<$def_clothing_name[default_entry]>> outfit without any problems.'
 		act 'Return to wardrobe':
 			killvar 'default_entry'
@@ -251,7 +251,7 @@ if $ARGS[0] = 'default_entry_wear':
 		!! clothing ok to wear after passing hip check
 		else
 			cls
-			'<center><video autoplay loop src="images/locations/city/citycenter/photo/dress.mp4"></video></center>'
+			'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
 			'Your put on your <<$def_clothing_name[default_entry]>> outfit without any problems.'
 			act 'Return to wardrobe':
 				killvar 'default_entry'
@@ -262,7 +262,7 @@ if $ARGS[0] = 'default_entry_wear':
 	!! clothing ok to wear without needing hip check and passing all other checks
 	else
 		cls
-		'<center><video autoplay loop src="images/locations/city/citycenter/photo/dress.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
 		'Your put on your <<$def_clothing_name[default_entry]>> outfit without any problems.'
 		act 'Return to wardrobe':
 			killvar 'default_entry'
@@ -520,7 +520,7 @@ if $ARGS[0] = 'sports_entry_wear':
 	!! clothing ok to wear without needing hip check and passing all other checks
 	else
 		cls
-		'<center><video autoplay loop src="images/locations/city/citycenter/photo/dress.mp4"></video></center>'
+		'<center><video autoplay loop src="images/pc/activities/misc/dress_1.mp4"></video></center>'
 		'You put on your sports outfit without any problems.'
 	end
 	act 'Return':