Procházet zdrojové kódy

[added/changed] new starting path (under the cool group). Full layout overhaul of the select locations and a new file (intro_functions) to clean up some duplicated variables.
Layout changes aren't done yet

anjuna krokus před 4 měsíci
rodič
revize
efb451e695
4 změnil soubory, kde provedl 2134 přidání a 1273 odebrání
  1. 1 0
      glife.qproj
  2. 836 610
      locations/intro_city_select.qsrc
  3. 360 0
      locations/intro_functions.qsrc
  4. 937 663
      locations/intro_sg_select.qsrc

+ 1 - 0
glife.qproj

@@ -286,6 +286,7 @@
 		<Location name="intro_sg_select"/>
 		<Location name="intro_sg_select_custom"/>
 		<Location name="intro_city_select"/>
+		<Location name="intro_functions"/>
 	</Folder>
 	<Folder name="NPCManage">
 		<Location name="npccleanc"/>

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 836 - 610
locations/intro_city_select.qsrc


+ 360 - 0
locations/intro_functions.qsrc

@@ -0,0 +1,360 @@
+# intro_functions
+
+if $ARGS[0] = 'set_base_stats':
+	!!----- SKILS -----!!
+	! Attributes
+	pcs_stren		= 35
+	pcs_agil		= 35
+	pcs_vital		= 35
+	pcs_intel		= 35
+	pcs_react		= 35
+	pcs_sprt		= 35
+	pcs_chrsm		= 35
+	pcs_prcptn		= 35
+	pcs_magik		= 0
+
+	strenbuf		= 35
+	agilbuf			= 35
+	vitalbuf		= 35
+
+	! Sexual
+	pcs_inhib		= 15
+	willpowermax 	= 75
+
+	! Combat
+	pcs_jab			= 0
+	pcs_punch		= 0
+	pcs_kick		= 0
+	pcs_def			= 0
+	pcs_shoot		= 0
+	pcs_bushcraft	= 0
+
+	! Craft
+	pcs_vokal		= 0
+	pcs_sewng		= 0
+	pcs_instrmusic	= 0
+	pcs_photoskl	= 0
+	pcs_artskls		= 0
+	pcs_perform		= 0
+	pcs_musicprod	= 0
+
+	! Dance
+	pcs_danc		= 0
+	pcs_dancero		= 0
+	pcs_dancpol		= 0
+	pcs_cheer		= 0
+
+	! Sport
+	pcs_run			= 0
+	pcs_vball		= 0
+	pcs_icesktng	= 0
+	pcs_wrstlng		= 0
+	pcs_ftbll		= 0
+
+	! Work
+	pcs_wrstlng		= 0
+	pcs_mdlng		= 0
+	pcs_medcn		= 0
+	pcs_cleaning	= 0
+
+	! Other
+	pcs_chess		= 0
+	pcs_gaming		= 0
+	pcs_humint		= 0
+	pcs_persuas		= 0
+	pcs_observ		= 0
+	pcs_makupskl	= 10
+	pcs_compskl		= 0
+	pcs_comphckng	= 0
+	pcs_hndiwrk		= 0
+	pcs_pool		= 0
+	pcs_heels		= 5
+
+	!!----- APPEARANCE -----!!
+	pcs_hgt			= 170
+	dick			= 0
+	pcs_skin		= 500
+	pcs_tan			= 0
+	pcs_haircol		= 1
+	pcs_hairlng		= 300
+	pcs_eyecol		= 0
+	pcs_eyesize		= 2
+	pcs_lashes		= 1
+	pcs_lip			= 1
+	pcs_pubes		= 30
+	pcs_leghair		= 12
+	pcs_teeth		= 0
+	pcs_mass['bust_gen']	= 17	& !C-Cup at ideal BMI
+	pcs_mass['butt_gen']	= 20
+	pcs_mass['body']		= 60
+	pcs_energy		= 60
+	pcs_hydra		= 60
+	pcs_sleep		= 70
+
+	! Other
+	pcs_makeup = 1
+	hscrunchw = 0
+	glass = 0
+
+	!!----- INVENTRORY -----!!
+	money = 2000
+	school_clothing = 0
+	swim_start = 0
+	mc_inventory['comb']			= 0
+	mc_inventory['umbrella']		= 0
+	mc_inventory['travel_mirror']	= 0
+	mc_inventory['sewing_kit']		= 0
+	mc_inventory['cosmetics']		= 0
+	mc_inventory['travel_makeup']	= 0
+	mc_inventory['makeup_wipes']	= 0
+	mc_inventory['scrunchies']		= 0
+	mc_inventory['kirbygrips']		= 0
+	mc_inventory['eyelash_fake']	= 0
+	mc_inventory['eyelash_mink']	= 0
+	mc_inventory['suncream']		= 0
+	mc_inventory['shampoo']			= 0
+	mc_inventory['razor']			= 0
+	mc_inventory['deodorant']		= 0
+	mc_inventory['tampons']			= 0
+	mc_inventory['sanitary_pads']	= 0
+	mc_inventory['mouthwash']		= 0
+	mc_inventory['cigarettes']		= 0
+	mc_inventory['tech_computer']	= 0
+	mc_inventory['tech_webcam']		= 0
+	mc_inventory['food_basic']		= 0
+	mc_inventory['dish_plates']		= 0
+	mc_inventory['dish_soap']		= 0
+	mc_inventory['laundry_soap']	= 0
+	internet = 0
+	bag = 0
+
+	!!----- RELATIONSHIPS -----!!
+	brothersawpirsF = 0
+
+	!!----- TRIATS -----!!
+
+	!!----- SEX STATS -----!!
+	pcs_exhib	= 0
+	pcs_throat	= 0
+	pcs_vag		= 0
+	pcs_ass		= 0
+	stat['bj']	= 0
+	stat['hj']	= 0
+	stat['vaginal'] = 0
+	prezikProver = 3
+
+	!!----- SCHOOL GRADES -----!!
+end
+
+
+if $ARGS[0] = 'set_base_city_stats':
+	gs 'intro_functions', 'set_base_stats'
+
+	!!----- SKILS -----!!
+	! Attributes
+	pcs_stren		+= 5
+	pcs_agil		+= 5
+	pcs_vital		+= 5
+	pcs_intel		+= 5
+	pcs_react		+= 5
+	pcs_sprt		+= 5
+	pcs_chrsm		+= 5
+	pcs_prcptn		+= 5
+
+	strenbuf		+= 5
+	agilbuf			+= 5
+	vitalbuf		+= 5
+
+	! Sexual
+	willpowermax 	-= 15
+
+	! Craft
+	pcs_artskls		+= 15
+
+	! Dance
+	pcs_danc		+= 30
+
+	! Other
+	pcs_chess		+= 15
+	pcs_makupskl	+= 5
+	pcs_compskl		+= 20
+	pcs_comphckng	+= 10
+	pcs_heels		+= 15
+
+	! Other
+	pcs_makeup = 5
+
+	!!----- INVENTRORY -----!!
+	mc_inventory['shampoo']			= 20
+	mc_inventory['tampons']			= 15
+	mc_inventory['sanitary_pads']	= 10
+	mc_inventory['food_basic']		= 5
+	mc_inventory['dish_plates']		= 1
+	mc_inventory['dish_soap']		= 10
+	mc_inventory['laundry_soap']	= 5
+	gm_purses[7] = 1
+	$currentpursetype = 'gm'
+	currentpursenumber = 7
+	bag = 1
+end
+
+
+if $ARGS[0] = 'city_backup_full':
+	gs 'intro_functions', 'set_base_city_stats'
+
+		!!----- SKILS -----!!
+		! Attributes
+		pcs_stren		= 40
+		pcs_agil		= 40
+		pcs_vital		= 40
+		pcs_intel		= 40
+		pcs_react		= 40
+		pcs_sprt		= 40
+		pcs_chrsm		= 40
+		pcs_prcptn		= 40
+		pcs_magik		= 0
+
+		strenbuf		= 40
+		agilbuf			= 40
+		vitalbuf		= 40
+
+		! Sexual
+		pcs_inhib		= 15
+		willpowermax 	= 60
+
+		! Combat
+		pcs_jab			= 0
+		pcs_punch		= 0
+		pcs_kick		= 0
+		pcs_def			= 0
+		pcs_shoot		= 0
+		pcs_bushcraft	= 0
+
+		! Craft
+		pcs_vokal		= 0
+		pcs_sewng		= 0
+		pcs_instrmusic	= 0
+		pcs_photoskl	= 0
+		pcs_artskls		= 15
+		pcs_perform		= 0
+		pcs_musicprod	= 0
+
+		! Dance
+		pcs_danc		= 30
+		pcs_dancero		= 0
+		pcs_dancpol		= 0
+		pcs_cheer		= 0
+
+		! Sport
+		pcs_run			= 0
+		pcs_vball		= 0
+		pcs_icesktng	= 0
+		pcs_wrstlng		= 0
+		pcs_ftbll		= 0
+
+		! Work
+		pcs_wrstlng		= 0
+		pcs_mdlng		= 0
+		pcs_medcn		= 0
+		pcs_cleaning	= 0
+
+		! Other
+		pcs_chess		= 15
+		pcs_gaming		= 0
+		pcs_humint		= 0
+		pcs_persuas		= 0
+		pcs_observ		= 0
+		pcs_makupskl	= 15
+		pcs_compskl		= 20
+		pcs_comphckng	= 10
+		pcs_hndiwrk		= 0
+		pcs_pool		= 0
+		pcs_heels		= 20
+
+		!!----- APPEARANCE -----!!
+		pcs_hgt		= 170
+		dick		= 0
+		pcs_skin	= 500
+		pcs_tan		= 0
+		pcs_haircol	= 1
+		pcs_hairlng	= 300
+		pcs_eyecol	= 0
+		pcs_eyesize	= 2
+		pcs_lashes	= 1
+		pcs_lip		= 1
+		pcs_pubes	= 30
+		pcs_leghair	= 12
+		pcs_teeth	= 0
+		pcs_mass['bust_gen']	= 17
+		pcs_mass['butt_gen']	= 20
+		pcs_mass['body']		= 60
+		pcs_energy	= 60
+		pcs_hydra	= 60
+		pcs_sleep	= 70
+
+		! Other
+		pcs_makeup = 5
+		hscrunchw = 0
+
+		!!----- INVENTRORY -----!!
+		money = 2000
+		mc_inventory['shampoo']			= 20
+		mc_inventory['tampons']			= 15
+		mc_inventory['sanitary_pads']	= 10
+		mc_inventory['food_basic']		= 5
+		mc_inventory['dish_plates']		= 1
+		mc_inventory['dish_soap']		= 10
+		mc_inventory['laundry_soap']	= 5
+		gm_purses[7] = 1
+		$currentpursetype = 'gm'
+		currentpursenumber = 7
+		bag = 1
+
+		!!----- RELATIONSHIPS -----!!
+		brothersawpirsF = 0
+
+		!!----- TRIATS -----!!
+
+		!!----- SEX STATS -----!!
+		prezikProver = 3
+
+		!!----- SCHOOL GRADES -----!!
+end
+
+
+
+
+if $ARGS[0] = 'create_sgclasses':
+	gs 'grades', 'createclass', 'school', 'math', 3, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'rus',  3, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'lit',  2, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'art',  2, 2, 'yes', 'no',  0, 0
+	gs 'grades', 'createclass', 'school', 'bio',  2, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'eng',  2, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'geo',  2, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'sci',  2, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'his',  2, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'shop', 2, 2, 'yes', 'no',  0, 0
+	gs 'grades', 'createclass', 'school', 'comp', 3, 2, 'yes', 'yes', 0, 0
+	gs 'grades', 'createclass', 'school', 'mus',  2, 2, 'yes', 'no',  0, 0
+	gs 'grades', 'createclass', 'school', 'pe',   3, 1, 'yes', 'no',  0, 0
+end
+
+if $ARGS[0] = 'set_base_sgrades':
+		gs 'grades', 'grade_award', 'school', 'math', 55
+		gs 'grades', 'grade_award', 'school', 'rus',  55
+		gs 'grades', 'grade_award', 'school', 'lit',  55
+		gs 'grades', 'grade_award', 'school', 'art',  55
+		gs 'grades', 'grade_award', 'school', 'bio',  55
+		gs 'grades', 'grade_award', 'school', 'eng',  55
+		gs 'grades', 'grade_award', 'school', 'geo',  55
+		gs 'grades', 'grade_award', 'school', 'sci',  55
+		gs 'grades', 'grade_award', 'school', 'his',  55
+		gs 'grades', 'grade_award', 'school', 'shop', 55
+		gs 'grades', 'grade_award', 'school', 'comp', 55
+		gs 'grades', 'grade_award', 'school', 'mus',  55
+		gs 'grades', 'grade_award', 'school', 'pe',   55
+end
+
+
+--- intro_functions ---------------------------------

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 937 - 663
locations/intro_sg_select.qsrc


Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů