瀏覽代碼

[edit] Changed so that the selfies are popups again

CroWke 4 年之前
父節點
當前提交
64ade1aa0c
共有 3 個文件被更改,包括 25 次插入24 次删除
  1. 1 0
      glife.qproj
  2. 13 13
      locations/phone_selfies.qsrc
  3. 11 11
      locations/telefon.qsrc

+ 1 - 0
glife.qproj

@@ -146,6 +146,7 @@
 	<Folder name="Phone">
 		<Location name="telefon"/>
 		<Location name="phone_selfies"/>
+		<Location name="phone_selfies_popup"/>
 		<Location name="$phone_theme"/>
 	</Folder>
 	<Folder name="Prostitution">

+ 13 - 13
locations/phone_selfies.qsrc

@@ -83,7 +83,7 @@ if $ARGS[0] = 'listretrieve':
 		:temp_loop
 			!!setting value to unmixed variable so it can be checked in the if below
 			dynamic '$phone_locval = <<$phone_loc>>_closelfie[<<temp_clocnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/clothed/<<temp_clocnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/clothed/<<temp_clocnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''clothed'', ''<<temp_clocnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/clothed/<<temp_clocnt>>.jpg"     height="150" /></a>  '
 			temp_clocnt += 1
 		if temp_clocnt <= temp_total: jump'temp_loop'
 	end
@@ -98,7 +98,7 @@ if $ARGS[0] = 'listretrieve':
 		:temp_loop1
 			!!setting value to unmixed variable so it can be checked in the if below
 			dynamic '$phone_locval = <<$phone_loc>>_swim[<<temp_clocnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/bikini/<<temp_clocnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/bikini/<<temp_clocnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''bikini'', ''<<temp_clocnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/bikini/<<temp_clocnt>>.jpg"     height="150" /></a>  '
 			temp_clocnt += 1
 		if temp_clocnt <= temp_total: jump'temp_loop1'
 	end
@@ -112,7 +112,7 @@ if $ARGS[0] = 'listretrieve':
 		dynamic 'temp_total = <<$phone_loc>>_undtot'
 		:temp_loop2
 			dynamic '$phone_locval = <<$phone_loc>>_undselfie[<<temp_undcnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/underwear/<<temp_undcnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/underwear/<<temp_undcnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''underwear'', ''<<temp_undcnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/underwear/<<temp_undcnt>>.jpg"     height="150" /></a>  '
 			temp_undcnt += 1
 		if temp_undcnt <= temp_total: jump'temp_loop2'
 	end
@@ -126,7 +126,7 @@ if $ARGS[0] = 'listretrieve':
 		dynamic 'temp_total = <<$phone_loc>>_nudtot'
 		:temp_loop3
 			dynamic '$phone_locval = <<$phone_loc>>_nudselfie[<<temp_nudcnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/nude/<<temp_nudcnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/nude/<<temp_nudcnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''nude'', ''<<temp_nudcnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/nude/<<temp_nudcnt>>.jpg"     height="150" /></a>  '
 			temp_nudcnt += 1
 		if temp_nudcnt <= temp_total: jump'temp_loop3'
 	end
@@ -140,7 +140,7 @@ if $ARGS[0] = 'listretrieve':
 		dynamic 'temp_total = <<$phone_loc>>_bathtot'
 		:temp_loop4
 			dynamic '$phone_locval = <<$phone_loc>>_bathselfie[<<temp_bathcnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/bath/<<temp_bathcnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/bath/<<temp_bathcnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''bath'', ''<<temp_bathcnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/bath/<<temp_bathcnt>>.jpg"     height="150" /></a>  '
 			temp_bathcnt += 1
 		if temp_bathcnt <= temp_total: jump'temp_loop4'
 	end
@@ -154,7 +154,7 @@ if $ARGS[0] = 'listretrieve':
 		dynamic 'temp_total = <<$phone_loc>>_showertot'
 		:temp_loop5
 			dynamic '$phone_locval = <<$phone_loc>>_showerselfie[<<temp_showercnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/shower/<<temp_showercnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/shower/<<temp_showercnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''shower'', ''<<temp_showercnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/shower/<<temp_showercnt>>.jpg"     height="150" /></a>  '
 			temp_showercnt += 1
 		if temp_showercnt <= temp_total: jump'temp_loop5'
 	end
@@ -168,7 +168,7 @@ if $ARGS[0] = 'listretrieve':
 		dynamic 'temp_total = <<$phone_loc>>_titflash'
 		:temp_loop6
 			dynamic '$phone_locval = <<$phone_loc>>_titflash[<<temp_flashtitscnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/titflash/<<temp_flashtitscnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/titflash/<<temp_flashtitscnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''titflash'', ''<<temp_flashtitscnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/titflash/<<temp_flashtitscnt>>.jpg"     height="150" /></a>  '
 			temp_flashtitscnt += 1
 		if temp_flashtitscnt <= temp_total: jump'temp_loop6'
 	end
@@ -182,7 +182,7 @@ if $ARGS[0] = 'listretrieve':
 		dynamic 'temp_total = <<$phone_loc>>_assflash'
 		:temp_loop7
 			dynamic '$phone_locval = <<$phone_loc>>_assflash[<<temp_flashasscnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/assflash/<<temp_flashasscnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/assflash/<<temp_flashasscnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''assflash'', ''<<temp_flashasscnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/assflash/<<temp_flashasscnt>>.jpg"     height="150" /></a>  '
 			temp_flashasscnt += 1
 		if temp_flashasscnt <= temp_total: jump'temp_loop7'
 	end
@@ -196,7 +196,7 @@ if $ARGS[0] = 'listretrieve':
 		dynamic 'temp_total = <<$phone_loc>>_pussyflash'
 		:temp_loop8
 			dynamic '$phone_locval = <<$phone_loc>>_pussyflash[<<temp_flashpussycnt>>]'
-			if $phone_locval = 1: *p '<a href="exec:view''images/pc/selfies/<<$phone_loc>>/pussyflash/<<temp_flashpussycnt>>.jpg''"><img src="images/pc/selfies/<<$phone_loc>>/pussyflash/<<temp_flashpussycnt>>.jpg"     height="150" /></a>  '
+			if $phone_locval = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show'', ''pussyflash'', ''<<temp_flashpussycnt>>''"><img src="images/pc/selfies/<<$phone_loc>>/pussyflash/<<temp_flashpussycnt>>.jpg"     height="150" /></a>  '
 			temp_flashpussycnt += 1
 		if temp_flashpussycnt <= temp_total: jump'temp_loop8'
 	end
@@ -846,7 +846,7 @@ if $ARGS[0] = 'listretrieve2':
 		i = 1
 		:temp_loopev
             dynamic '$selfie = <<$selfienpc>>photo[<<i>>]'
-            if $selfie = 1: *p '<a href="exec:view''<<$photoloc>><<i>>.jpg''"><img src="<<$photoloc>><<i>>.jpg"     height="150" /></a>  '
+			if $selfie = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$photoloc>>'', ''<<i>>''"><img src="<<$photoloc>><<i>>.jpg"     height="150" /></a>  '
             i += 1
         if i <= loopmax: jump'temp_loopev'
 	end
@@ -859,7 +859,7 @@ if $ARGS[0] = 'listretrieve2':
 		i = 1
 		:temp_loopselfies
             dynamic '$selfie = <<$selfienpc>>[<<i>>]'
-            if $selfie = 1: *p '<a href="exec:view''<<$imgloc>><<i>>.jpg''"><img src="<<$imgloc>><<i>>.jpg"     height="150" /></a>  '
+			if $selfie = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$imgloc>>'', ''<<i>>''"><img src="<<$imgloc>><<i>>.jpg"     height="150" /></a>  '
             i += 1
         if i <= loopmax: jump'temp_loopselfies'
 	end
@@ -872,7 +872,7 @@ if $ARGS[0] = 'listretrieve2':
 		i = 1
 		:temp_loopselfiessveta
 			dynamic '$selfie = <<$selfienpc>>sveta[<<i>>]'
-			if $selfie = 1: *p '<a href="exec:view''<<$imgloc>>sveta/<<i>>.jpg''"><img src="<<$imgloc>>sveta/<<i>>.jpg"     height="150" /></a>  '
+			if $selfie = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$imgloc>>sveta/'', ''<<i>>''"><img src="<<$imgloc>>sveta/<<i>>.jpg"     height="150" /></a>  '
 			i += 1
 		if i <= loopmaxsveta: jump'temp_loopselfiessveta'
 	end
@@ -885,7 +885,7 @@ if $ARGS[0] = 'listretrieve2':
 		i = 1
 		:temp_loopselfiessex
 			dynamic '$selfie = <<$selfienpc>>sex[<<i>>]'
-			if $selfie = 1: *p '<a href="exec:view''<<$imgloc>>sex/<<i>>.jpg''"><img src="<<$imgloc>>sex/<<i>>.jpg"     height="150" /></a>  '
+			if $selfie = 1: *p '<a href="exec: gs ''phone_selfies_popup'', ''show2'', ''<<$imgloc>>sex/'', ''<<i>>''"><img src="<<$imgloc>>sex/<<i>>.jpg"     height="150" /></a>  '
 			i += 1
 		if i <= loopmaxsex: jump'temp_loopselfiessex'
 	end

+ 11 - 11
locations/telefon.qsrc

@@ -1369,11 +1369,11 @@ if $ARGS[0] = 'Phone_camera_selfie':
 		phone_rand = RAND(1,2)
 		phone_selfie[phone_rand] = 1
 		gs 'stat'
-		view 'images/system/phone/selfie/phone_selfie<<phone_rand>>.jpg'
+		msg '<img src="images/system/phone/selfie/phone_selfie<<phone_rand>>.jpg">'
 	end
 	!if spdirtyf > 0: phone_rand = RAND (m,n) - for SELF in the semen
 	!if photo_event_pic = x: phone_rand = RAND (x,y) - for photos during the events (by heart)
-	!view 'images/system/phone/phone_selfie<<phone_rand>>.jpg'
+	!msg '<img src="images/system/phone/phone_selfie<<phone_rand>>.jpg">'
 end
 
 !!taking selfies, this chooses a random image for the location for clothed, underwear and nude
@@ -1386,7 +1386,7 @@ if $ARGS[0] = 'Phone_selfie_image':
 			!!Setting the image owned flag to 1
 			dynamic '<<$phone_loc>>_swim[<<phone_rand>>] = 1'
 			gs 'stat'
-			view 'images/pc/selfies/<<$phone_loc>>/bikini/<<phone_rand>>.jpg'
+			msg '<img src="images/pc/selfies/<<$phone_loc>>/bikini/<<phone_rand>>.jpg">'
 		elseif $clothingworntype ! 'nude':
 			!!changing to and unmixed variable so the rng will work
 			dynamic 'temp_clotot = <<$phone_loc>>_clotot'
@@ -1394,19 +1394,19 @@ if $ARGS[0] = 'Phone_selfie_image':
 			!!Setting the image owned flag to 1
 			dynamic '<<$phone_loc>>_closelfie[<<phone_rand>>] = 1'
 			gs 'stat'
-			view 'images/pc/selfies/<<$phone_loc>>/clothed/<<phone_rand>>.jpg'
+			msg '<img src="images/pc/selfies/<<$phone_loc>>/clothed/<<phone_rand>>.jpg">'
 		elseif $pantyworntype ! 'none':
 			dynamic 'temp_undtot = <<$phone_loc>>_undtot'
 			phone_rand = rand(1,temp_undtot)
 			dynamic '<<$phone_loc>>_undselfie[<<phone_rand>>] = 1'
 			gs 'stat'
-			view 'images/pc/selfies/<<$phone_loc>>/underwear/<<phone_rand>>.jpg'
+			msg '<img src="images/pc/selfies/<<$phone_loc>>/underwear/<<phone_rand>>.jpg">'
 		else
 			dynamic 'temp_nudtot = <<$phone_loc>>_nudtot'
 			phone_rand = rand(1,temp_nudtot)
 			dynamic '<<$phone_loc>>_nudselfie[<<phone_rand>>] = 1'
 			gs 'stat'
-			view 'images/pc/selfies/<<$phone_loc>>/nude/<<phone_rand>>.jpg'
+			msg '<img src="images/pc/selfies/<<$phone_loc>>/nude/<<phone_rand>>.jpg">'
 		end
 	else
 		if $flashing = 'tits':
@@ -1414,19 +1414,19 @@ if $ARGS[0] = 'Phone_selfie_image':
 			phone_rand = rand(1,temp_titflash)
 			dynamic '<<$phone_loc>>_titflash[<<phone_rand>>] = 1'
 			gs 'stat'
-			view 'images/pc/selfies/<<$phone_loc>>/titflash/<<phone_rand>>.jpg'
+			msg '<img src="images/pc/selfies/<<$phone_loc>>/titflash/<<phone_rand>>.jpg">'
 		elseif $flashing = 'ass':
 			dynamic 'temp_assflash = <<$phone_loc>>_assflash'
 			phone_rand = rand(1,temp_assflash)
 			dynamic '<<$phone_loc>>_assflash[<<phone_rand>>] = 1'
 			gs 'stat'
-			view 'images/pc/selfies/<<$phone_loc>>/assflash/<<phone_rand>>.jpg'
+			msg '<img src="images/pc/selfies/<<$phone_loc>>/assflash/<<phone_rand>>.jpg">'
 		elseif $flashing = 'pussy':
 			dynamic 'temp_pussyflash = <<$phone_loc>>_pussyflash'
 			phone_rand = rand(1,temp_pussyflash)
 			dynamic '<<$phone_loc>>_pussyflash[<<phone_rand>>] = 1'
 			gs 'stat'
-			view 'images/pc/selfies/<<$phone_loc>>/pussyflash/<<phone_rand>>.jpg'
+			msg '<img src="images/pc/selfies/<<$phone_loc>>/pussyflash/<<phone_rand>>.jpg">'
 		end
 		$flashing = ''
 	end
@@ -1444,13 +1444,13 @@ if $ARGS[0] = 'Phone_selfie_image_bathing':
 		!!Setting the image owned flag to 1
 		dynamic '<<$phone_loc>>_showerselfie[<<phone_rand>>] = 1'
 		gs 'stat'
-		view 'images/pc/selfies/<<$phone_loc>>/shower/<<phone_rand>>.jpg'
+		msg '<img src="images/pc/selfies/<<$phone_loc>>/shower/<<phone_rand>>.jpg">'
 	elseif $ARGS[1] = 'bath':
 		dynamic 'temp_bathtot = bathroom_bathtot'
 		phone_rand = rand(1,temp_bathtot)
 		dynamic '<<$phone_loc>>_bathselfie[<<phone_rand>>] = 1'
 		gs 'stat'
-		view 'images/pc/selfies/<<$phone_loc>>/bath/<<phone_rand>>.jpg'
+		msg '<img src="images/pc/selfies/<<$phone_loc>>/bath/<<phone_rand>>.jpg">'
 	end
 end