Browse Source

[added] Partial work on Aleksandra 4th event

jhawkkaw 5 years ago
parent
commit
63f873c379
5 changed files with 85 additions and 11 deletions
  1. 1 0
      glife.qproj
  2. 10 9
      locations/AleksandraGo.qsrc
  3. 65 0
      locations/AleksandraHome.qsrc
  4. 7 0
      locations/AleksandraSex.qsrc
  5. 2 2
      locations/Snpc.qsrc

+ 1 - 0
glife.qproj

@@ -709,6 +709,7 @@
 	<Folder name="Aleksandra">
 		<Location name="AleksandraGo"/>
 		<Location name="AleksandraHome"/>
+		<Location name="AleksandraSex"/>
 	</Folder>
 	<Folder name="Pets">
 		<Location name="soba"/>

+ 10 - 9
locations/AleksandraGo.qsrc

@@ -23,18 +23,19 @@ elseif npc_QW['A231'] = 5:
 	'You nod your head and say "Yes, I''m ready.  Let''s go."'
 	act 'Go to <<$npc_firstname[''A231'']>>''s home':minut += 15 & gt 'AleksandraHome', 'secret_confront' 
 elseif npc_QW['A231'] > 5:
-	npc_rel[$static_num] += 5
-	npc_love[$static_num] += 2
-	npc_horny[$static_num] += 5
-	gs 'arousal', 'kiss', '5', 'futa'
+	npc_rel['A231'] += 5
+	npc_love['A231'] += 2
+	npc_horny['A231'] += 15
+	gs 'arousal', 'kiss', '5'
 	gs 'stat'
 	'<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/62.jpg"></center>'
-	'As you walk up to <<$npc_firstname[''A231'']>> and she smiles and says, "Hey <<pcs_nickname>>, there you are."'
-	'Once you finally meet up with each other, she leans in an gives you a brief kiss on the lips. Once you break off the kiss, she asks "Are you ready to head to my house?"'
-	'You nod your head and say "Yes, I''m ready.  Let''s go."'
-	act 'Go to <<$npc_firstname[''A231'']>>''s home': minut += 15 & gt 'AleksandraHome', 'bedroom'
-elseif npc_QW['A231'] = -2
+	'You see your girlfriend waiting for you outside the school. When she sees you, she smiles and says "Hey <<$pcs_nickname>>, there you are."'
+	'Once you finally meet up with each other, she leans in an gives you a brief kiss on the lips. Once you break off the kiss, she asks "What do you want to do today?"'
+	!! act 'Go to <<$npc_firstname[''A231'']>>''s home': minut += 15 & gt 'AleksandraHome', 'bedroom'
+	if month > 2 and month < 12 and sunWeather = 1: act 'Go for a walk in the park': minut += 15 & gt 'AleksandraHome', 'park'
+	if npc_QW['A231'] = 7 and npc_horny['A231'] = 100 and npc_love['A231'] >= 80 and week = 5: act 'It''s up to you <<$npc_nickname[''A231'']>>': gt 'AleksandraHome', 'hotel_start'
+elseif npc_QW['A231'] = -2:
 	gs 'stat'
 	'<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/62.jpg"></center>'

+ 65 - 0
locations/AleksandraHome.qsrc

@@ -265,4 +265,69 @@ if $args[0] = 'secret_confront':
 	end
 end
 
+if $args[0] = 'park':
+	*clr & cla
+	$loc = 'gskver'
+	$location_type = 'public_outdoors'
+	$menu_loc = 'gskver'
+	npc_love['A231'] += 2
+	if month=3 or month=4 or month=5:
+		if hour>=6 and hour<=17:
+			'<center><h2>Pavlovsk Park</h2></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.jpg"></center>'
+			'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. The trees are sprouting new leaves.'
+			'There are puddles on the ground everywhere, all remains from the melted snow. A lot of people in the park are having fun with them, trying to jump over them and mocking those that fail. They''re not particularly deep though, and plenty of others just walk through without giving them a second thought.'
+			'The park is not particularly crowded, this time of year. Many people think it''s still too cold to spend much time outdoors.'
+			''
+		else
+			'<center><h2>Pavlovsk Park</h2></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.night.jpg"></center>'
+			'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. The trees are sprouting new leaves.'
+			'There is no particular reason to visit the park during the night, and as a result it''s largely deserted. In the distance you see one person running through the park, probably using it as a shortcut to go home faster.'
+			''
+		end
+	end
+	if month=6 or month=7 or month=8:
+		if hour>=6 and hour<=19:
+			'<center><h2>Pavlovsk Park</h2></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
+			'The main square of Pavlovsk Park. At this time of year, it''s one of the primary places in town that locals and tourists enjoy spending their spare time in.'
+			'It''s always busy: people are resting, walking, playing and dating to their heart''s desires, enjoying the nice surroundings.'
+			''
+		else
+			'<center><h2>Pavlovsk Park</h2></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.summer.night.jpg"></center>'
+			'The main square of Pavlovsk Park. At this time of year, it''s one of the places where locals and tourists enjoy going in their spare time.'
+			'However, there is no particular reason to visit the park during the night, and as a result it''s largely deserted. In the distance you see one person running through the park, probably using it as a shortcut to go home faster.'
+			''
+		end
+	end
+	if month=9 or month=10 or month=11:
+		if hour>=6 and hour<=18:
+			'<center><h2>Pavlovsk Park</h2></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.jpg"></center>'
+			'The main square of Pavlovsk Park. Autumn has come, and some of the trees are already shedding their leaves. The leaves that are still on the trees have changed colour, and are a beautiful mix of red and brown.'
+			'Everywhere in the park, people are enjoying nature. Some are taking photos of the fallen leaves, kids are playing everywhere, and couples are walking hand-in-hand, simply enjoying each other''s company.'
+			''
+		else
+			'<center><h2>Pavlovsk Park</h2></center>'
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.night.jpg"></center>'
+			'The main square of Pavlovsk Park. Autumn has come, and some of the trees are already shedding their leaves.'
+			'It gets quite cold at night, and you try to stay active to keep yourself warm. The lone soul you see running across the park is probably trying to get home faster, to warm up with some nice cocoa.'
+			''
+		end
+	end
+	'You arrive at the park with <<$npc_firstname[''A231'']>> on this beautiful sunny day. You turn to look at her once you reach the end of you walk.'
+	act 'Continue':
+		*clr & cla
+		minut += 60
+		'<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/aleksandra/park.jpg"></center>'
+		if npc_horny['A231'] = 100 and npc_love['A231'] >= 40:
+			
+		elseif pcs_horny = 100:
+		
+		end
+	end
+end
 --- AleksandraHome ---------------------------------

+ 7 - 0
locations/AleksandraSex.qsrc

@@ -0,0 +1,7 @@
+#AleksandraSex
+menu_off = 1
+if $args[0] = 'park_bj':
+	
+end
+
+--- AleksandraSex ---------------------------------

+ 2 - 2
locations/Snpc.qsrc

@@ -721,8 +721,8 @@ if numnpc = 62:
 		act 'Kiss her':
 			*clr & cla
 			minut += 5
-			npc_rel[$static_num] += 10
-			npc_love[$static_num] += 5
+			npc_rel[$static_num] += 5
+			npc_love[$static_num] += 2
 			npc_horny[$static_num] += 15
 			gs 'arousal', 'kiss', '5'
 			gs 'stat'