Procházet zdrojové kódy

Merge pull request #17 from WonderDog/V1.1.3-Patches

Merged 'Monztah/V1.1.3-Patches' changes and updated missing images take 2
Thekingofsweden před 9 roky
rodič
revize
f604101d0c

+ 1 - 1
Get Image Paths.ahk

@@ -437,7 +437,7 @@ Exit
 ; ########## Functions ##########
 Spacer(TxtStr = "")
 {
-	Static SpaceFill := "                                                  "
+	Static SpaceFill := "                                                                 "
 	
 	;~ ps := strlen(TxtStr) + 1												;; allow empty string = 1 
 	;~ ss := TxtStr . SubStr(SpaceFill, ps) . "`t"

binární
Image List - Missing.txt


binární
Image List - Used.txt


+ 4 - 50
Images List - Dupes.txt

@@ -3,36 +3,18 @@ DupeMerge 1.070
 'images\klof\klof 11.jpg' 15612
 'images\klof\klof 7.jpg' 15612
 
-'images\body\t0.jpg' 21510
-'images\picb\t0.jpg' 21510
-
 'images\klof\klof 10.jpg' 23755
 'images\klof\klof31.jpg' 23755
 
-'images\body\t1.jpg' 24271
-'images\picb\t1.jpg' 24271
-
-'images\body\fat2.jpg' 28010
-'images\picb\fat2.jpg' 28010
-
 'images\picBJ\parkBJ.jpg' 30233
 'images\pics2\ara.jpg' 30233
 
-'images\body\fit6.jpg' 32322
-'images\picb\fit6.jpg' 32322
-
 'images\picKav\cum9.jpg' 33896
 'images\qwest\alter\Ev\kotovBJcum5.jpg' 33896
 
-'images\body\tatvag6.jpg' 34286
-'images\picb\tatvag6.jpg' 34286
-
 'images\etogame\dance.jpg' 34659
 'images\qwest\sosed\dance.jpg' 34659
 
-'images\body\t2.jpg' 36028
-'images\picb\t2.jpg' 36028
-
 'images\qwest\alter\Ev\kotovHJ2.jpg' 36729
 'images\qwest\sosed\bossBJcum.jpg' 36729
 
@@ -42,45 +24,24 @@ DupeMerge 1.070
 'images\etogame\dur.jpg' 39891
 'images\pic\dur.jpg' 39891
 
-'images\body\fit2.jpg' 40784
-'images\picb\fit2.jpg' 40784
-
 'images\picBJ\fa6.jpg' 41165
 'images\qwest\alexey\bjcum6.jpg' 41165
 
-'images\body\fat3.jpg' 41628
-'images\picb\fat3.jpg' 41628
-
-'images\body\fat6.jpg' 45079
-'images\picb\fat6.jpg' 45079
-
-'images\body\fat4.jpg' 48546
-'images\picb\fat4.jpg' 48546
+'images\img\sex\kuni17.jpg' 44067
+'images\qwest\alter\artom\ap_anatomy4_2.jpg' 44067
 
 'images\img\sexdvanadva\anal12.jpg' 49301
 'images\img\sexdvanadva\uanal12.jpg' 49301
 
-'images\body\fat5.jpg' 49369
-'images\picb\fat5.jpg' 49369
-
-'images\body\fit1.jpg' 50648
-'images\picb\fit1.jpg' 50648
-
 'images\qwest\alter\sister\sobir.jpg' 51722
 'images\qwest\alter\sobir.jpg' 51722
 
 'images\img\sexdvanadva\uvag12.jpg' 56393
 'images\img\sexdvanadva\vag12.jpg' 56393
 
-'images\body\fit7.jpg' 57487
-'images\picb\fit7.jpg' 57487
-
 'images\qwest\alter\placer\miss.jpg' 58863
 'images\qwest\gadukino\mitka.jpg' 58863
 
-'images\body\fat7.jpg' 61663
-'images\picb\fat7.jpg' 61663
-
 'images\qwest\alter\artom\2.jpg' 67444
 'images\qwest\alter\npc\2.jpg' 67444
 
@@ -93,16 +54,9 @@ DupeMerge 1.070
 'images\etogame\bukli_stol.jpg' 73807
 'images\etogame\ptu_stolovaya.jpg' 73807
 
-'images\body\fit4.jpg' 73920
-'images\picb\fit4.jpg' 73920
-
-'images\body\fit5.jpg' 75892
-'images\picb\fit5.jpg' 75892
+'images\img\sex\kuni53.jpg' 79685
+'images\qwest\alter\artom\ap_anatomy4_1.jpg' 79685
 
-'images\body\fat1.jpg' 78480
-'images\picb\fat1.jpg' 78480
 
-'images\body\fit3.jpg' 138223
-'images\picb\fit3.jpg' 138223
 
 

+ 17 - 3
Rename Changed Image Paths.ahk → Move or Rename Missing Image Files.ahk

@@ -1,10 +1,12 @@
 /*
- *		-- Rename Changed Image Paths due to code changes--
+ *		-- Move or Rename Missing Image Files due to code changes--
+ *
  *
  *		Requires images subfolder to exist in current directory
  *		
  *
- *      WD: Jul 2015
+ *
+ *      WD: Aug 2015
  *
  *
  */
@@ -22,7 +24,19 @@ SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
 FileMove, images\picb\cumfrot.jpg, images\Body\cumfrot.jpg
 
 ; ! WD: Move missing Image ~ "tatvag6.jpg" from "images\picBody" to "images\Body"
-FileMove, images\picBody\tatvag6.jpg, images\picb\tatvag6.jpg
+FileMove, images\picBody\tatvag6.jpg, images\Body\tatvag6.jpg
+
+; ! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+FileMove, images\etogame\analplug.jpg, images\Body\analplug.jpg
+
+; ! WD: Move missing Image ~ "pussy.jpg" from "images\picb" to "images\Body"
+FileMove, images\picb\pussy.jpg, images\Body\pussy.jpg
+
+; ! WD: Move missing Image ~ "hpussy.jpg" from "images\picb" to "images\Body"
+FileMove, images\picb\hpussy.jpg, images\Body\hpussy.jpg
+
+; ! WD: Move missing Image ~ "spussy.jpg" from "images\picb" to "images\Body"
+FileMove, images\picb\spussy.jpg, images\Body\spussy.jpg
 
 ; ! WD: Rename missing Image ~  'ghFinger.jpg' to 'ghFinger5.jpg'
 FileMove, images\etogame\ghFinger.jpg, images\etogame\ghFinger5.jpg

binární
Move or Rename Missing Image Files.exe


+ 19 - 20
glife.qproj

@@ -15,11 +15,11 @@
       <Location name="saveg"/>
       <Location name="inputProcessing"/>
     </Folder>
-	<Folder name="clothing">
-		<Location name="clothing"/>
-		<Location name="$clothing_name"/>
-		<Location name="$clothing_image"/>
-	</Folder>
+    <Folder name="clothing">
+      <Location name="clothing"/>
+      <Location name="$clothing_name"/>
+      <Location name="$clothing_image"/>
+    </Folder>
     <Folder name="Статы - Stats">
       <Location name="body"/>
       <Location name="cikl"/>
@@ -256,13 +256,13 @@
       <Location name="Gaddvor"/>
       <Location name="Gadsarai"/>
       <Location name="Gadbana"/>
-	  <Location name="gadriver"/>
+      <Location name="gadriver"/>
       <Location name="pirat"/>
-	  <Location name="piratbreak"/>
+      <Location name="piratbreak"/>
       <Location name="mitka"/>
       <Location name="mitkabuh"/>
-	  <Location name="MiroslavaHome"/>
-	  <Location name="Meadow"/>
+      <Location name="MiroslavaHome"/>
+      <Location name="Meadow"/>
     </Folder>
     <Folder name="Генератор - Generator">
       <Location name="placer"/>
@@ -335,11 +335,11 @@
       <Location name="BnameGen"/>
       <Location name="boymass"/>
       <Location name="tboyopr"/>
-	  <Location name="barbershop"/>
-	  <Location name="sisterQW"/>
-	  <Location name="annafrends"/>
-	  <Location name="annafrends2"/>
-	  <Location name="annafrendtoilet"/>
+      <Location name="barbershop"/>
+      <Location name="sisterQW"/>
+      <Location name="annafrends"/>
+      <Location name="annafrends2"/>
+      <Location name="annafrendtoilet"/>
     </Folder>
     <Folder name="Ивенты спортзала городка - Event gym town">
       <Location name="danceGev"/>
@@ -385,7 +385,7 @@
       <Location name="arturkiosk"/>
       <Location name="arturend"/>
       <Location name="arturdin"/>
-	  <Location name="arturQW"/>
+      <Location name="arturQW"/>
     </Folder>
     <Folder name="питомцы - Pets">
       <Location name="soba"/>
@@ -438,7 +438,7 @@
       <Location name="danceclass"/>
       <Location name="dorm"/>
       <Location name="fit"/>
-	  <Location name="fitgirl"/>
+      <Location name="fitgirl"/>
       <Location name="foto"/>
       <Location name="lab"/>
       <Location name="NewCloShop"/>
@@ -606,7 +606,6 @@
       <Location name="Menu.Chosen"/>
       <Location name="Menu.Time"/>
       <Location name="Menu.Destroy"/>
-
     </Folder>
     <Folder name="Казино - Casino">
       <Location name="casino"/>
@@ -671,10 +670,10 @@
       <Location name="portnoi2"/>
       <Location name="sexorg"/>
       <Location name="$stock_item"/>
-	  <Location name="$single_stock_item"/>
+      <Location name="$single_stock_item"/>
       <Location name="$buy_item"/>
-	  <Location name="$buy_single_item"/>
-	  <Location name="$face_image"/>
+      <Location name="$buy_single_item"/>
+      <Location name="$face_image"/>
     </Folder>
     <Folder name="Etogame">
       <Location name="etoexhib"/>

binární
glife.txt


+ 2 - 2
locations/Gadsarai

@@ -205,11 +205,11 @@ elseif mirapirat > 0 and temp >= 20:
 	horny += RAND(50,100)
 	gs 'stat'
 	if piratknow = 0:
-		'<center><img src="images/qwest/gadukino/PiratMira0,'+rand(0,2)+'.jpg"></center>'
+		'<center><img src="images/qwest/gadukino/PiratMira0,<<rand(0,2)>>.jpg"></center>'
 		'Going into the barn, you can moan Miroslav coupled to the pirates. Part of the swollen knot of her red vagina stretched and Pirate happily wagging tail and you trying to come up. World grunts of pain and on all fours, ass to you, crawling behind the dog. You ruffled his ears and finally grinned, go away, closing the door...'
 		act 'escape':minut += 10 & gt 'Gaddvor'
 	else
-		'<center><img src="images/qwest/gadukino/PiratMira1,'+rand(0,1)+'.jpg"></center>'
+		'<center><img src="images/qwest/gadukino/PiratMira1,<<rand(0,1)>>.jpg"></center>'
 		'Going into the barn, you can see a Pirates ohayuschuyu Miroslav. He frantically hollowed into her pussy, and she tried to hold back the moans and screams every time centimeter crawling forward under his pressure ... Both you did not even notice, so you are a little more after watching this picture, cover and leave the door...'
 		act 'escape':minut += 10 & gt 'Gaddvor'
 	end

+ 16 - 16
locations/Meadow

@@ -59,13 +59,13 @@ $mirameadow = {
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		' - And I`m, though short here, but about this place and didn`t know, - fun Miroslav tells you. - Now I know, where to retire, when he wants to be alone, you don`t mind, truth?'
 		act 'To allow her to come here the most':
@@ -78,13 +78,13 @@ $mirameadow = {
 			elseif miragopQW > 0 and miragopQW < 4:
 				'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 			elseif miragopQW >= 4 and miragopQW < 8:
-				'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+				'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 			elseif miragopQW >= 8 and miragopQW < 12:
-				'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+				'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 			elseif miragopQW >= 12 and miragopQW < 20:
-				'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+				'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 			elseif miragopQW >= 20:
-				'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+				'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 			end
 			'You are responsible, what you and she can come over, when it pleases, but take her word, so she never told anyone about this place. Miroslav, happy as an elephant, actively nodding you head and says, I`ll take this secret to the grave, and if not, then, as gin, will perform any three of your desires...'
 			act 'Finish':gt 'meadow'
@@ -99,13 +99,13 @@ $mirameadow = {
 			elseif miragopQW > 0 and miragopQW < 4:
 				'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 			elseif miragopQW >= 4 and miragopQW < 8:
-				'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+				'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 			elseif miragopQW >= 8 and miragopQW < 12:
-				'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+				'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 			elseif miragopQW >= 12 and miragopQW < 20:
-				'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+				'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 			elseif miragopQW >= 20:
-				'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+				'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 			end
 			'You answer her, you would not want, so she went here itself, because you found this place, but you offer her to go here together. Miroslava looks pretty upset, though he tries not to let on, but still politely thanks you.'
 			act 'Finish':gt 'meadow'
@@ -116,13 +116,13 @@ $mirameadow = {
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		'- Wonderful place, it`s so comfortable and Sunny!'
 		if horny >= 60 and miragopQW > 15 and temper >= 25 and sunWeather = 1:

+ 48 - 48
locations/MiroslavaHome

@@ -24,13 +24,13 @@ if hour >= 8 and hour <= 22:
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		'You name is Miroslav and in a minute she goes out to you.'
 		if miragopQW = 11:
@@ -90,13 +90,13 @@ if hour >= 8 and hour <= 22:
 					elseif miragopQW > 0 and miragopQW < 4:
 						'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 					elseif miragopQW >= 4 and miragopQW < 8:
-						'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 8 and miragopQW < 12:
-						'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 					elseif miragopQW >= 12 and miragopQW < 20:
-						'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 20:
-						'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 					end
 					'You ask to Miroslav, all whether it is already in the village met, and when she meets, what no, you propose to introduce her to the local guys and she readily agrees, asking you to wait a couple of minutes, while she changed, then quickly hides in the hut. When she comes out, you must go to thump near your house band...'
 					act 'Further':minut += 15 & temp = 0 & miralko = 0 & gt 'mitkabuh'
@@ -113,13 +113,13 @@ if hour >= 8 and hour <= 22:
 					elseif miragopQW > 0 and miragopQW < 4:
 						'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 					elseif miragopQW >= 4 and miragopQW < 8:
-						'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 8 and miragopQW < 12:
-						'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 					elseif miragopQW >= 12 and miragopQW < 20:
-						'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 20:
-						'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 					end
 					if miragopQW = 5:
 						'You offer Miroslava drinking with village and she sadly agrees, a whisper telling you, so you waited, when they leave Mitka, and then went to Mitkina home.'
@@ -139,13 +139,13 @@ if hour >= 8 and hour <= 22:
 					elseif miragopQW > 0 and miragopQW < 4:
 						'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 					elseif miragopQW >= 4 and miragopQW < 8:
-						'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 8 and miragopQW < 12:
-						'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 					elseif miragopQW >= 12 and miragopQW < 20:
-						'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 20:
-						'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 					end
 					'You offer Miroslava together to relax you in the bath. She lingers long, but then agrees and you go to your backyard...'
 					act 'Undress':
@@ -194,13 +194,13 @@ if hour >= 8 and hour <= 22:
 					elseif miragopQW > 0 and miragopQW < 4:
 						'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 					elseif miragopQW >= 4 and miragopQW < 8:
-						'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 8 and miragopQW < 12:
-						'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 					elseif miragopQW >= 12 and miragopQW < 20:
-						'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 20:
-						'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 					end
 					'You offer her to go to the river to swim or sunbathe and she readily agrees.'
 					act 'To go to the river':minut += 15 & gt 'Gadriver', 'Gadbitch'
@@ -217,13 +217,13 @@ if hour >= 8 and hour <= 22:
 					elseif miragopQW > 0 and miragopQW < 4:
 						'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 					elseif miragopQW >= 4 and miragopQW < 8:
-						'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 8 and miragopQW < 12:
-						'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 					elseif miragopQW >= 12 and miragopQW < 20:
-						'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 20:
-						'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 					end
 					'You remind the World about the third wish, and she reluctantly nodding you head, Reaffirming, that remembers him. You, mysterious and sinister smile, command her to follow you...'
 					act 'Go to your barn':
@@ -288,13 +288,13 @@ $miratalk = {
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		'You have ten minutes of fun talking about all sorts of trivia.'
 		act 'Finish':gt 'gadukino'
@@ -308,13 +308,13 @@ $miratalk = {
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		'You have ten minutes of fun talking about all sorts of trivia, sometimes remembering, how you got drunk with village Aragami...'
 		if mirasextimes > 3:
@@ -341,13 +341,13 @@ $miratalk = {
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		'You have ten minutes of fun talking about all sorts of trivia, and the World sometimes gets flushed, that-then remembering...'
 		if miragopQW = 3:
@@ -411,13 +411,13 @@ $miratalk = {
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		'You ten minutes talking about different things, in this World sometimes, blushing, tells you some intimate details of her relationship with Mitka.'
 		if miragopQW = 6:
@@ -444,13 +444,13 @@ $miratalk = {
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		'You ten minutes sluggish talking about little things, while the World tries not to see you look.'
 		act 'Finish':gt 'gadukino'
@@ -464,13 +464,13 @@ $miratalk = {
 		elseif miragopQW > 0 and miragopQW < 4:
 			'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 		elseif miragopQW >= 4 and miragopQW < 8:
-			'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 8 and miragopQW < 12:
-			'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 		elseif miragopQW >= 12 and miragopQW < 20:
-			'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 		elseif miragopQW >= 20:
-			'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+			'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 		end
 		if miragopQW < 20:
 			'You ten minutes sluggish talking about little things, you often call her not by name, and called a whore, what she pretends, if nothing notices.'

+ 1 - 1
locations/andrey

@@ -159,7 +159,7 @@ elseif young_shop_work = 1:
 
 			act 'Change your mind':
 				'- "You know, I should think about it some more" You say as you''re moving back towards the door. - "I''ll come back some other time."'
-				'- "Right, is there something else you wanted?""'
+				'- "Right, is there something else you wanted?"'
 
 				act 'Leave':gt 'young_shop'
 			end

+ 4 - 4
locations/artemEv

@@ -812,25 +812,25 @@ $artomSkver = {
 	gs 'stat'
 	dynamic $artomGopSkver
 
-	'<center><img src="images/qwest/alter/artom/walk/walk_'+ rand(1,2) +'.jpg"></center>'
+	'<center><img src="images/qwest/alter/artom/walk/walk_<<rand(1,2)>>.jpg"></center>'
 	'You walk through the square and talking about all sorts of trivia. Artem invites you to the movies.'
 	act 'Going to the cinema':
 		cls
 		minut += 60
 		gs 'stat'
-		'<center><img src="images/qwest/alter/artom/walk/kino_'+ rand(1,3) +'.jpg"></center>'
+		'<center><img src="images/qwest/alter/artom/walk/kino_<<rand(1,3)>>.jpg"></center>'
 		'You go to the cinema and watching a movie, sitting in the back row.'
 		artomKino += 1
 		if artomKino > 3 and artomKinoKiss < 5:
 			cls
 			'You go to the cinema and watching a movie, sitting in the back row.'
-			'<center><img src="images/qwest/alter/artom/walk/kinokiss_'+ rand(1,2) +'.jpg"></center>'
+			'<center><img src="images/qwest/alter/artom/walk/kinokiss_<<rand(1,2)>>.jpg"></center>'
 			'The film turned out to be dull . You are inclined to the Artyom, and kissed him. The residue session you just kissing.'
 			artomKinoKiss += 1
 		elseif artomKinoKiss >= 5:
 			cls
 			'You go to the cinema and watching a movie, sitting in the back row.'
-			'<center><img src="images/qwest/alter/artom/walk/kinobj_'+ rand(1,3) +'.jpg"></center>'
+			'<center><img src="images/qwest/alter/artom/walk/kinobj_<<rand(1,3)>>.jpg"></center>'
 			'You are inclined to the Artyom, and kissed him. Then, with one hand you have climbed into his pants and began to nadrachivat member. You lowered his head and sucked him right in the cinema. In order not to stain your clothes you had to swallow all his cum.'
 			bj += 1
 			bja += 1

+ 29 - 26
locations/body

@@ -1,31 +1,31 @@
 # body
 if analplugIN = 0:
-	if anus = 0:anpic = 0 & $anus = 'You have a virgin <a href="exec:view''images/picb/0.jpg''">anus</a>.'
-	if anus > 0 and anus <= 5:anpic = 1 & $anus = 'Your <a href="exec:view''images/picb/1.jpg''">anus</a> is barely used, but you wouldn''t really see that.'
-	if anus > 5 and anus <= 10:anpic = 2 & $anus = 'Your <a href="exec:view''images/picb/2.jpg''">anus</a> has the shape of an asterisk.'
-	if anus > 10 and anus <= 15:anpic = 3 & $anus = 'Your <a href="exec:view''images/picb/3.jpg''">anus</a> is now slightly parted, has it has been used quite often.'
-	if anus > 15 and anus <= 25:anpic = 4 & $anus = 'Your <a href="exec:view''images/picb/4.jpg''">anus</a> look like a wide hole, anyone will definitely think that the only thing you do is anal sex.'
-	if anus > 25 and anus <= 35:anpic = 5 & $anus = 'Your <a href="exec:view''images/picb/5.jpg''">anus</a> doesn''t fully close on its own anymore. You could put a fist through it and it wouldn''t stretch at all.'
-	if anus > 35:anpic = 6 & $anus = 'Your <a href="exec:view''images/picb/6.jpg''">anus</a> is almost completely wrecked. Even with conscious effort it''s hard to close it.' & $anustipe = 'destroyed'
+	if anus = 0:anpic = 0 & $anus = 'You have a virgin <a href="exec:view''images/body/0.jpg''">anus</a>.'
+	if anus > 0 and anus <= 5:anpic = 1 & $anus = 'Your <a href="exec:view''images/body/1.jpg''">anus</a> is barely used, but you wouldn''t really see that.'
+	if anus > 5 and anus <= 10:anpic = 2 & $anus = 'Your <a href="exec:view''images/body/2.jpg''">anus</a> has the shape of an asterisk.'
+	if anus > 10 and anus <= 15:anpic = 3 & $anus = 'Your <a href="exec:view''images/body/3.jpg''">anus</a> is now slightly parted, has it has been used quite often.'
+	if anus > 15 and anus <= 25:anpic = 4 & $anus = 'Your <a href="exec:view''images/body/4.jpg''">anus</a> look like a wide hole, anyone will definitely think that the only thing you do is anal sex.'
+	if anus > 25 and anus <= 35:anpic = 5 & $anus = 'Your <a href="exec:view''images/body/5.jpg''">anus</a> doesn''t fully close on its own anymore. You could put a fist through it and it wouldn''t stretch at all.'
+	if anus > 35:anpic = 6 & $anus = 'Your <a href="exec:view''images/body/6.jpg''">anus</a> is almost completely wrecked. Even with conscious effort it''s hard to close it.' & $anustipe = 'destroyed'
 else
-	$anus = 'Your <a href="exec:view''images/picb/analplug.jpg''">anus</a> is currently filled with your butt plug.'
+	$anus = 'Your <a href="exec:view''images/body/analplug.jpg''">anus</a> is currently filled with your butt plug.'
 end
 
-if throat = 0:thpic = 0 & $throat = 'You chaste <a href="exec:view''images/picb/th0.jpg''">mouth</a>.' & $throattipe = 'absolutely unusual'
-if throat > 0 and throat <= 5:thpic = 1 & $throat = 'You inexperienced <a href="exec:view''images/picb/th1.jpg''">mouth</a>.' & $throattipe = 'virgin'
-if throat > 5 and throat <= 10:thpic = 2 & $throat = 'You work her mouth and sensitive <a href="exec:view''images/picb/th2.jpg''">throat</a>.' & $throattipe = 'sensitive'
-if throat > 10 and throat <= 15:thpic = 3 & $throat = 'You have experienced mouth and slightly stretched <a href="exec:view''images/picb/th3.jpg''">throat</a>.' & $throattipe = 'slightly stretched'
-if throat > 15 and throat <= 25:thpic = 4 & $throat = 'You capacious mouth and trained <a href="exec:view''images/picb/th4.jpg''">throat</a>.' & $throattipe = 'stretched'
-if throat > 25 and throat <= 35:thpic = 5 & $throat = 'Your deep tin <a href="exec:view''images/picb/th5.jpg''">throat</a> may adopt any member.' & $throattipe = 'tinned'
-if throat > 35:thpic = 6 & $throat = 'You completely absent gag reflex, Your razebannaya <a href="exec:view''images/picb/th6.jpg''">throat</a> like a bottomless pit' & $throattipe = 'bottomless'
-
-if vagina = 0:puspic = 0 & $vagina = 'You virgin <a href="exec:view''images/picb/vag0.jpg''">membrane</a>.' & $vaginatipe = 'virgin'
-if vagina > 0 and vagina <= 5:puspic = 1 & $vagina = 'Your pussy <a href="exec:view''images/picb/vag1.jpg''">pussy</a> has a tiny hole.' & $vaginatipe = 'narrow'
-if vagina > 5 and vagina <= 10:puspic = 2 & $vagina = 'You close, similar to the slit <a href="exec:view''images/picb/vag2.jpg''">vagina</a>.' & $vaginatipe = 'close'
-if vagina > 10 and vagina <= 15:puspic = 3 & $vagina = 'You have a slightly stretched elastic <a href="exec:view''images/picb/vag3.jpg''">vagina</a>.' & $vaginatipe = 'tight'
-if vagina > 15 and vagina <= 25:puspic = 4 & $vagina = 'You have a well-developed <a href="exec:view''images/picb/vag4.jpg''">vagina</a>.' & $vaginatipe = 'developed'
-if vagina > 25 and vagina <= 35:puspic = 5 & $vagina = 'Between the legs you have not closed a hefty <a href="exec:view''images/picb/vag5.jpg''">dyren</a>' & $vaginatipe = 'broken-down'
-if vagina > 35:puspic = 6 & $vagina = 'The fact that you have in place pussy, more like <a href="exec:view''images/picb/vag6.jpg''">well</a> with deep Mariana Trench' & $vaginatipe = 'dimensionless'
+if throat = 0:thpic = 0 & $throat = 'You chaste <a href="exec:view''images/body/th0.jpg''">mouth</a>.' & $throattipe = 'absolutely unusual'
+if throat > 0 and throat <= 5:thpic = 1 & $throat = 'You inexperienced <a href="exec:view''images/body/th1.jpg''">mouth</a>.' & $throattipe = 'virgin'
+if throat > 5 and throat <= 10:thpic = 2 & $throat = 'You work her mouth and sensitive <a href="exec:view''images/body/th2.jpg''">throat</a>.' & $throattipe = 'sensitive'
+if throat > 10 and throat <= 15:thpic = 3 & $throat = 'You have experienced mouth and slightly stretched <a href="exec:view''images/body/th3.jpg''">throat</a>.' & $throattipe = 'slightly stretched'
+if throat > 15 and throat <= 25:thpic = 4 & $throat = 'You capacious mouth and trained <a href="exec:view''images/body/th4.jpg''">throat</a>.' & $throattipe = 'stretched'
+if throat > 25 and throat <= 35:thpic = 5 & $throat = 'Your deep tin <a href="exec:view''images/body/th5.jpg''">throat</a> may adopt any member.' & $throattipe = 'tinned'
+if throat > 35:thpic = 6 & $throat = 'You completely absent gag reflex, Your razebannaya <a href="exec:view''images/body/th6.jpg''">throat</a> like a bottomless pit' & $throattipe = 'bottomless'
+
+if vagina = 0:puspic = 0 & $vagina = 'You virgin <a href="exec:view''images/body/vag0.jpg''">membrane</a>.' & $vaginatipe = 'virgin'
+if vagina > 0 and vagina <= 5:puspic = 1 & $vagina = 'Your pussy <a href="exec:view''images/body/vag1.jpg''">pussy</a> has a tiny hole.' & $vaginatipe = 'narrow'
+if vagina > 5 and vagina <= 10:puspic = 2 & $vagina = 'You close, similar to the slit <a href="exec:view''images/body/vag2.jpg''">vagina</a>.' & $vaginatipe = 'close'
+if vagina > 10 and vagina <= 15:puspic = 3 & $vagina = 'You have a slightly stretched elastic <a href="exec:view''images/body/vag3.jpg''">vagina</a>.' & $vaginatipe = 'tight'
+if vagina > 15 and vagina <= 25:puspic = 4 & $vagina = 'You have a well-developed <a href="exec:view''images/body/vag4.jpg''">vagina</a>.' & $vaginatipe = 'developed'
+if vagina > 25 and vagina <= 35:puspic = 5 & $vagina = 'Between the legs you have not closed a hefty <a href="exec:view''images/body/vag5.jpg''">dyren</a>' & $vaginatipe = 'broken-down'
+if vagina > 35:puspic = 6 & $vagina = 'The fact that you have in place pussy, more like <a href="exec:view''images/body/vag6.jpg''">well</a> with deep Mariana Trench' & $vaginatipe = 'dimensionless'
 !!!!!!!!!!!!!!!!
 !!!!!SIZE AND WEIGHT!!!
 !!!!!!!!!!!!!!!!
@@ -234,9 +234,12 @@ if leghair > 5:legkoef = 0 & $leghair = 'You have long hair standing out on your
 if pirsG = 1:$pirsG = 'There are several piercings hanging from the lips of your vagina.'
 if pirsG = 0:$pirsG = ''
 
-if lobok <= 0:lobkoef = 3 & $lobok = 'You have a smoothly <a href="exec:view''images/picb/pussy.jpg''">shaved pussy</a>. <<$pirsG>>'
-if lobok > 0 and lobok <= 2:lobkoef = 0 & $lobok = 'You have a light but visible hair above your <a href="exec:view''images/picb/spussy.jpg''">crotch</a>. <<$pirsG>>'
-if lobok > 2:lobkoef = 0 & $lobok = 'You have a full delta of thick <a href="exec:view''images/picb/hpussy.jpg''">pubic hair</a>. <<$pirsG>>'
+! WD: Move missing Image ~ "pussy.jpg" from "images\picb" to "images\Body"
+if lobok <= 0:lobkoef = 3 & $lobok = 'You have a smoothly <a href="exec:view''images/body/pussy.jpg''">shaved pussy</a>. <<$pirsG>>'
+if lobok > 0 and lobok <= 2:lobkoef = 0 & $lobok = 'You have a light but visible hair above your <a href="exec:view''images/body/spussy.jpg''">crotch</a>. <<$pirsG>>'
+
+! WD: Move missing Image ~ "hpussy.jpg" from "images\picb" to "images\Body"
+if lobok > 2:lobkoef = 0 & $lobok = 'You have a full delta of thick <a href="exec:view''images/body/hpussy.jpg''">pubic hair</a>. <<$pirsG>>'
 
 bodytipe = bedra - talia
 

+ 8 - 8
locations/gadukino

@@ -66,13 +66,13 @@ if hour >= 6 and hour < 20:
 						elseif miragopQW > 0 and miragopQW < 4:
 							'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 						elseif miragopQW >= 4 and miragopQW < 8:
-							'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+							'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 						elseif miragopQW >= 8 and miragopQW < 12:
-							'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+							'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 						elseif miragopQW >= 12 and miragopQW < 20:
-							'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+							'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 						elseif miragopQW >= 20:
-							'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+							'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 						end
 						'You decide to help the girl, but at the same time out of curiosity and to know what-something about it, as in Gadyukino strangers  - rare, even more fantastic. You walk up to her and gently slap the calf in the ass, after which he immediately begins to move forward. Stranger thanks you between you and myself tied the conversation during that time, while the company decide to help to ward off her animal home. Miroslav turns out to be quite sociable girl and conversation, you`ll quickly learn, they recently were forced to move to the village. From-the huge debts of the father they had to sell all the property, including an apartment in the city center, and on the money, they have left, they could afford to buy a house only in that seedy village... You reach her house and she invites you to come to visit her at any time, and then in the village after the town of boring horrible.'
 						act 'Finish':gt'gadukino'
@@ -193,13 +193,13 @@ if hour >= 6 and hour < 20:
 					elseif miragopQW > 0 and miragopQW < 4:
 						'<center><img src="images/qwest/gadukino/Mira3.jpg"></center>'
 					elseif miragopQW >= 4 and miragopQW < 8:
-						'<center><img src="images/qwest/gadukino/mira0,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira0,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 8 and miragopQW < 12:
-						'<center><img src="images/qwest/gadukino/mira1,'+rand(0,2)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira1,<<rand(0,2)>>.jpg"></center>'
 					elseif miragopQW >= 12 and miragopQW < 20:
-						'<center><img src="images/qwest/gadukino/mira2,'+rand(0,5)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira2,<<rand(0,5)>>.jpg"></center>'
 					elseif miragopQW >= 20:
-						'<center><img src="images/qwest/gadukino/mira3,'+rand(0,3)+'.jpg"></center>'
+						'<center><img src="images/qwest/gadukino/mira3,<<rand(0,3)>>.jpg"></center>'
 					end
 					'You quietly sneak up to her, but she notices and turns, immediately rapidly blushing. You a few seconds of silently staring at her, and then unceremoniously asked, why is she without panties. Miroslav, pushing eyes, wrinkled from foot and leg, explaining, what happened, very hot, and here it is... You remind her of her second wish, and ask to sit down. Miroslav reluctantly agrees, and when he sits down, you order her, she`ll show you the crotch, and then you are considered bad. The girl mumbles that-incoherently, but then for half a minute lifts up her skirt and gives you a good look at my crotch.'
 					act 'Watch':

+ 2 - 4
locations/poli

@@ -353,8 +353,7 @@ if $ARGS[0] = 'start':
 			if analplugIN ! 0:analplugIN = 0
 
 			gs 'stat'
-			! WD: Remove Dupe Images ~ use 'images/picb/' not 'images/body/' as in '# body'
-			'<center><img src="images/picb/<<anpic>>.jpg"></center>'
+			'<center><img src="images/body/<<anpic>>.jpg"></center>'
 			'You''ve come to the office to the proctologist. He immediately asked you to undress from the waist down and tilt.'
 
 			if anus <= 15:
@@ -375,8 +374,7 @@ if $ARGS[0] = 'start':
 					proktologday = day
 					anus -= 5
 					gs 'stat'
-					! WD: Remove Dupe Images ~ use 'images/picb/' not 'images/body/' as in '# body'
-					'<center><img src="images/picb/<<anpic>>.jpg"></center>'
+					'<center><img src="images/body/<<anpic>>.jpg"></center>'
 					'You paid for the procedure and the doctor an hour tinkering in your ass causing her to order.'
 
 					act 'Get away from the clinic':gt 'street'

+ 2 - 2
locations/sister

@@ -34,7 +34,7 @@ if pirsA >= 1 and pirsAsister = 0 and sisterpirsadaytalk ! daystart:
 			cls
 			pirsAsister = 1
 			gs 'stat'
-			'<center><img src="images/picb/pirsA.jpg" ></center>'
+			'<center><img src="images/body/pirsA.jpg" ></center>'
 			'You open your mouth and draw out the tongue, sister showing tongue piercing.'
 			'Your sister smiled: "Well, you give, Sveta! I decided to embellish their appearance?"'
 			act 'Move away':gt $loc, $metka
@@ -50,7 +50,7 @@ if pirsB = 1 and pirsBsister = 0 and sisterpirsbdaytalk ! daystart:
 		cls
 		pirsBsister = 1
 		gs 'stat'
-		'<center><img src="images/picb/pirsB.jpg" ></center>'
+		'<center><img src="images/body/pirsB.jpg" ></center>'
 		'You thank her sister for her compliment your little new thing.'
 		act 'Move away':gt $loc, $metka
 	end

+ 6 - 3
locations/vann

@@ -166,8 +166,9 @@ if $ARGS[0] = 'start':
 
 				if anus < 30:anus += 5
 
-				'<center><img src="images/etogame/analplug.jpg"></center>'
-
+				! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+				'<center><img src="images/body/analplug.jpg"></center>'
+		
 				if butpluguse > 0:'You bent over and inserted the butt plug.'
 				if butpluguse = 0:butpluguse = 1 & '"If I don''t use it then why did I buy it!" you thought. You decided to take a closer look while thinking, "It is necessary to start developing my ass so I could have great adventures someday, you could even say a huge and thick adventures with crimson heads, uh, now I got carried away." You scratched your head. Then you directed it in your ass, it was a bit painful at first, but as soon as the widest part was plunged into the murky depths of your anus it became easier to push it all the way.'
 
@@ -184,7 +185,9 @@ if $ARGS[0] = 'start':
 
 				if anus < 30:anus += 1
 
-				'<center><img src="images/etogame/analplug.jpg"></center>'
+				! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+				'<center><img src="images/body/analplug.jpg"></center>'
+
 				'You bent over and took out the butt plug.' & !!0.2.6: Removed unneccessary var check
 
 				act 'Finish':gt 'vann', 'start'

+ 7 - 3
locations/vanr

@@ -219,7 +219,9 @@ if analplug = 1 and analplugin = 1:
 
 		if anus < 30:anus += 1
 
-		'<center><img src="images/etogame/analplug.jpg"></center>'
+		! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+		'<center><img src="images/body/analplug.jpg"></center>'
+		
 		'You bent over and took out the butt plug.' & !!0.2.6: Removed unneccessary var check
 
 		act 'Finish':gt $curloc
@@ -235,8 +237,10 @@ elseif analplug = 1 and analplugin = 0 and klismaday1= 1 and plugday ! daystart:
 		if anus < 10:anus = anus + 5
 		if anus >= 10 and anus < 20:anus += rand(1, 2)
 		if anus >= 20 and anus < 30:anus += rand(0, 1)
-		'<center><img src="images/etogame/analplug.jpg"></center>'
-
+		
+		! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+		'<center><img src="images/body/analplug.jpg"></center>'
+		
 		if butpluguse > 0:'You bent over and inserted the butt plug.'
 		if butpluguse = 0:butpluguse = 1 & '"If I don''t use it then why did I buy it!" you thought. You decided to take a closer look while thinking, "It is necessary to start developing my ass so I could have great adventures someday, you could even say a huge and thick adventures with crimson heads, uh, now I got carried away." You scratched your head. Then you directed it in your ass, it was a bit painful at first, but as soon as the widest part was plunged into the murky depths of your anus it became easier to push it all the way.'
 

+ 5 - 4
locations/vanrPar

@@ -201,7 +201,9 @@ if analplug = 1 and analplugin = 1:
 
 		if anus < 30:anus += 1
 
-		'<center><img src="images/etogame/analplug.jpg"></center>'
+		! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+		'<center><img src="images/body/analplug.jpg"></center>'
+
 		'You bent over and took out the butt plug.' & !!0.2.6: Removed unneccessary var check
 
 		act 'Finish':gt $curloc
@@ -218,9 +220,8 @@ elseif analplug = 1 and analplugin = 0 and klismaday1= 1 and plugday ! daystart:
 		if anus >= 10 and anus < 20:anus += rand(1, 2)
 		if anus >= 20 and anus < 30:anus += rand(0, 1)
 
-		! WD: Remove Dupe Images ~ '<center><img src="images/pic/analplug.jpg"></center>'
-
-		'<center><img src="images/etogame/analplug.jpg"></center>'
+		! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+		'<center><img src="images/body/analplug.jpg"></center>'
 
 		if butpluguse > 0:'You bent over and inserted the butt plug.'
 		if butpluguse = 0:butpluguse = 1 & '"If I don''t use it then why did I buy it!" you thought. You decided to take a closer look while thinking, "It is necessary to start developing my ass so I could have great adventures someday, you could even say a huge and thick adventures with crimson heads, uh, now I got carried away." You scratched your head. Then you directed it in your ass, it was a bit painful at first, but as soon as the widest part was plunged into the murky depths of your anus it became easier to push it all the way.'

+ 6 - 3
locations/yvan

@@ -186,8 +186,9 @@ if analplug = 1 and analplugin = 0 and klismaday1 = 1:
 
 		if anus < 30:anus += 5
 
-		'<center><img src="images/etogame/analplug.jpg"></center>'
-
+		! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+		'<center><img src="images/body/analplug.jpg"></center>'
+		
 		if butpluguse > 0:'You bent over and inserted the butt plug.'
 		if butpluguse = 0:butpluguse = 1 & '"If I don''t use it then why did I buy it!" you thought. You decided to take a closer look while thinking, "It is necessary to start developing my ass so I could have great adventures someday, you could even say a huge and thick adventures with crimson heads, uh, now I got carried away." You scratched your head. Then you directed it in your ass, it was a bit painful at first, but as soon as the widest part was plunged into the murky depths of your anus it became easier to push it all the way.'
 
@@ -202,7 +203,9 @@ elseif analplug = 1 and analplugin = 1:
 
 		if anus < 30:anus += 1
 
-		'<center><img src="images/etogame/analplug.jpg"></center>'
+		! WD: Remove Dupe Images ~ '<center><img src="images/etogame/analplug.jpg"></center>'
+		'<center><img src="images/body/analplug.jpg"></center>'
+		
 		'You bent over and took out the butt plug.' & !!0.2.6: Removed unneccessary var check
 
 		act 'Finish':gt $curloc