123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414 |
- # intro_initialization_sg
- !!*************************
- !! Final Initializations
- !! Top area for things that need to be done before setting the variables for either start
- gs 'intro_initialization'
- !! **********
- !! Clothing must go last so that hip size is set
- !! Adding underwear and default shoes and assigning them
- $coatworntype = 'none'
- coatwornnumber = 0
- !! cheapo underwear that Sveta will always have
- gm_panties[1] = 1
- gm_bras[1] = 1
- if $ARGS[1] ! 'CSB' and $start_type['cat'] ! 'goth' and $start_type['cat'] ! 'bimbo':
- gm_shoe[6] = 1
- danilovich_shoe[21] = 1
- gs 'panties', 'wear', 'gm', 1
- gs 'bras', 'wear', 'gm', 1
- gs 'shoes', 'wear', 'gm', 6
- end
- !! Starting clothing set
- if $start_type['cat'] = 'goth':
- cats_panties[15] = 1
- cats_bras[15] = 1
- danilovich_outfits[80] = 1
- danilovich_outfits_h[80] = 100
- danilovich_shoe[19] = 1
- gm_shoe[25] = 1
- dolls_outfits[16] = 1
- dolls_outfits_h[16] = 100
- dolls_outfits_b[16] = pcs_hips
- dolls_outfits[37] = 1
- dolls_outfits_h[37] = 100
- dolls_outfits_b[37] = pcs_hips
- gm_school[51] = 1
- gm_school_h[51] = 120
- gm_school_b[51] = pcs_hips
- sportsclothingnumber = 80
- gs 'panties', 'wear', 'cats', 15
- gs 'bras', 'wear', 'cats', 15
- gs 'clothing', 'wear', 'dolls_outfits', 37
- gs 'shoes', 'wear', 'gm', 25
- elseif $ARGS[1] = 'CSB':
- gm_panties[12] = 1
- gm_bras[12] = 1
- danilovich_outfits[81] = 1
- danilovich_outfits_h[81] = 100
- danilovich_shoe[21] = 1
- gm_shoe[9] = 1
- gm_outfits[30] = 1
- gm_outfits_h[30] = 100
- gm_outfits_b[30] = pcs_hips
- cats_dress[1] = 1
- cats_dress_h[1] = 100
- cats_dress_b[1] = pcs_hips
- sportsclothingnumber = 81
- gs 'panties', 'wear', 'gm', 12
- gs 'bras', 'wear', 'gm', 12
- gs 'clothing', 'wear', 'cats_dress', 1
- gs 'shoes', 'wear', 'gm', 9
- elseif $start_type['cat'] = 'anorexic':
- !!anorexic start
- gm_panties[15] = 1
- gm_bras[15] = 1
- gm_dress[39] = 1
- gm_dress_h[39] = 100
- gm_dress_b[39] = pcs_hips
- danilovich_outfits[88] = 1
- danilovich_outfits_h[88] = 100
- cats_outfits[90] = 1
- cats_outfits_h[90] = 100
- cats_outfits_b[90] = pcs_hips
- danilovich_swimsuit[8] = 1
- danilovich_swimsuit_h[8] = 60
- danilovich_swimsuit_b[8] = pcs_hips
- sportsclothingnumber = 88
- gs 'clothing', 'wear', 'gm_dress', 39
- elseif $start_type['cat'] = 'bimbo':
- !!bimbo start
- gm_panties[14] = 1
- gm_bras[14] = 1
- gm_dress[190] = 1
- gm_dress_h[190] = 100
- gm_dress_b[190] = pcs_hips
- gm_outfits[181] = 1
- gm_outfits_h[181] = 100
- gm_outfits_b[181] = pcs_hips
- gm_shoe[9] = 1
- danilovich_outfits[124] = 1
- danilovich_outfits_h[124] = 100
- cats_outfits[86] = 1
- cats_outfits_h[86] = 100
- cats_outfits_b[86] = pcs_hips
- sportsclothingnumber = 124
- gs 'panties', 'wear', 'gm', 14
- gs 'bras', 'wear', 'gm', 14
- gs 'clothing', 'wear', 'cats_outfits', 86
- gs 'shoes', 'wear', 'gm', 9
- elseif $start_type['cat'] = 'beautiful':
- !!Beautiful start
- cats_outfits[56] = 1
- cats_outfits_h[56] = 100
- cats_outfits_b[56] = pcs_hips
- danilovich_outfits[35] = 1
- danilovich_outfits_h[35] = 100
- cats_dress[59] = 1
- cats_dress_h[59] = 100
- cats_dress_b[59] = pcs_hips
- sportsclothingnumber = 35
- gs 'clothing', 'wear', 'cats_dress', 59
- elseif $start_type['cat'] = 'troublemaker':
- gm_panties[21] = 1
- gm_bras[17] = 1
- danilovich_outfits[48] = 1
- danilovich_outfits_h[48] = 100
- sportsclothingnumber = 48
- dolls_shoe[31] = 1
- dolls_outfits[39] = 1
- dolls_outfits_h[39] = 100
- dolls_outfits_b[39] = pcs_hips
- dolls_outfits[56] = 1
- dolls_outfits_h[56] = 100
- dolls_outfits_b[56] = pcs_hips
- gs 'panties', 'wear', 'gm', 21
- gs 'bras', 'wear', 'gm', 17
- gs 'clothing', 'wear', 'dolls_outfits', 39
- gs 'shoes', 'wear', 'dolls', 31
- elseif pcs_inhib < 5:
- gm_outfits[30] = 1
- gm_outfits_h[30] = 100
- gm_outfits_b[30] = pcs_hips
- danilovich_outfits[81] = 1
- danilovich_outfits_h[81] = 100
- cats_dress[1] = 1
- cats_dress_h[1] = 100
- cats_dress_b[1] = pcs_hips
- sportsclothingnumber = 81
- gs 'clothing', 'wear', 'cats_dress', 1
- elseif pcs_inhib < 10:
- gm_outfits[3] = 1
- gm_outfits_h[3] = 100
- gm_outfits_b[3] = pcs_hips
- danilovich_outfits[80] = 1
- danilovich_outfits_h[80] = 100
- gm_dress[4] = 1
- gm_dress_h[4] = 100
- gm_dress_b[4] = pcs_hips
- sportsclothingnumber = 80
- gs 'clothing', 'wear', 'gm_dress', 4
- elseif pcs_inhib < 15:
- gm_outfits[58] = 1
- gm_outfits_h[58] = 100
- gm_outfits_b[58] = pcs_hips
- danilovich_outfits[106] = 1
- danilovich_outfits_h[106] = 100
- gm_dress[7] = 1
- gm_dress_h[7] = 100
- gm_dress_b[7] = pcs_hips
- sportsclothingnumber = 106
- gs 'clothing', 'wear', 'gm_dress', 7
- elseif pcs_inhib < 20:
- gm_outfits[55] = 1
- gm_outfits_h[55] = 100
- gm_outfits_b[55] = pcs_hips
- danilovich_outfits[102] = 1
- danilovich_outfits_h[102] = 100
- gm_dress[7] = 1
- gm_dress_h[7] = 100
- gm_dress_b[7] = pcs_hips
- sportsclothingnumber = 102
- gs 'clothing', 'wear', 'gm_dress', 7
- elseif pcs_inhib < 25:
- gm_outfits[58] = 1
- gm_outfits_h[58] = 100
- gm_outfits_b[58] = pcs_hips
- danilovich_outfits[87] = 1
- danilovich_outfits_h[87] = 100
- gm_dress[39] = 1
- gm_dress_h[39] = 100
- gm_dress_b[39] = pcs_hips
- sportsclothingnumber = 87
- gs 'clothing', 'wear', 'gm_dress', 39
- elseif pcs_inhib < 30:
- gm_outfits[91] = 1
- gm_outfits_h[91] = 100
- gm_outfits_b[91] = pcs_hips
- danilovich_outfits[96] = 1
- danilovich_outfits_h[96] = 100
- gm_dress[57] = 1
- gm_dress_h[57] = 100
- gm_dress_b[57] = pcs_hips
- sportsclothingnumber = 96
- gs 'clothing', 'wear', 'gm_dress', 57
- elseif pcs_inhib < 35:
- gm_outfits[95] = 1
- gm_outfits_h[95] = 100
- gm_outfits_b[95] = pcs_hips
- if $start_type['cat'] = 'dancer':
- danilovich_outfits[82] = 1
- danilovich_outfits_h[82] = 100
- sportsclothingnumber = 82
- else
- danilovich_outfits[48] = 1
- danilovich_outfits_h[48] = 100
- sportsclothingnumber = 48
- end
- gm_dress[63] = 1
- gm_dress_h[63] = 100
- gm_dress_b[63] = pcs_hips
- gs 'clothing', 'wear', 'gm_dress', 63
- elseif pcs_inhib < 40:
- gm_outfits[124] = 1
- gm_outfits_h[124] = 100
- gm_outfits_b[124] = pcs_hips
- danilovich_outfits[45] = 1
- danilovich_outfits_h[45] = 100
- gm_dress[89] = 1
- gm_dress_h[89] = 100
- gm_dress_b[89] = pcs_hips
- sportsclothingnumber = 45
- gs 'clothing', 'wear', 'gm_dress', 89
- elseif pcs_inhib < 45:
- gm_outfits[131] = 1
- gm_outfits_h[131] = 100
- gm_outfits_b[131] = pcs_hips
- danilovich_outfits[38] = 1
- danilovich_outfits_h[38] = 100
- gm_dress[109] = 1
- gm_dress_h[109] = 100
- gm_dress_b[109] = pcs_hips
- sportsclothingnumber = 38
- gs 'clothing', 'wear', 'gm_dress', 109
- elseif pcs_inhib < 50:
- gm_outfits[145] = 1
- gm_outfits_h[145] = 100
- gm_outfits_b[145] = pcs_hips
- danilovich_outfits[17] = 1
- danilovich_outfits_h[17] = 100
- gm_dress[123] = 1
- gm_dress_h[123] = 100
- gm_dress_b[123] = pcs_hips
- sportsclothingnumber = 17
- gs 'clothing', 'wear', 'gm_dress', 123
- else
- gm_outfits[149] = 1
- gm_outfits_h[149] = 100
- gm_outfits_b[149] = pcs_hips
- danilovich_outfits[15] = 1
- danilovich_outfits_h[15] = 100
- gm_dress[149] = 1
- gm_dress_h[149] = 100
- gm_dress_b[149] = pcs_hips
- scandalicious_bikinis[55] = 1
- scandalicious_bikinis_h[55] = 60
- scandalicious_bikinis_b[55] = pcs_hips
- sportsclothingnumber = 15
- gs 'clothing', 'wear', 'gm_dress', 149
- end
- if $start_type['group'] = 'cool':
- if pcs_inhib <= 10:
- allure_swimsuit[3] = 1
- allure_swimsuit_h[3] = 60
- allure_swimsuit_b[3] = pcs_hips
- else
- allure_swimsuit[99] = 1
- allure_swimsuit_h[99] = 60
- allure_swimsuit_b[99] = pcs_hips
- end
- elseif $start_type['group'] = 'jock':
- if pcs_inhib <= 10:
- danilovich_swimsuit[1] = 1
- danilovich_swimsuit_h[1] = 60
- danilovich_swimsuit_b[1] = pcs_hips
- else
- danilovich_swimsuit[12] = 1
- danilovich_swimsuit_h[12] = 60
- danilovich_swimsuit_b[12] = pcs_hips
- end
- end
- !!setting default danilovich outfit and setting coats
- if $start_type['cat'] = 'goth':
- dolls_outfits[29] = 1
- dolls_outfits_h[29] = 120
- dolls_outfits_b[29] = pcs_hips
- danilovich_bras[3] = 1
- danilovich_brasS[3] = 0
- $sportsbratype = 'danilovich'
- sportsbranumber = 3
- danilovich_panties[3] = 1
- danilovich_pantiesS[3] = 0
- $sportspantytype = 'danilovich'
- sportspantynumber = 3
- dolls_coats[19] = 1
- dolls_coats_h[19] = 200
- $sportscoattype = 'dolls'
- sportscoatnumber = 19
- gs 'coats', 'wear', 'dolls', 19
- elseif $start_type['cat'] = 'beautiful':
- !! beautiful start
- cats_coats[16] = 1
- cats_coats_h[16] = 200
- $sportscoattype = 'gm'
- sportscoatnumber = 12
- danilovich_bras[4] = 1
- danilovich_brasS[4] = 0
- $sportsbratype = 'danilovich'
- sportsbranumber = 4
- danilovich_panties[4] = 1
- danilovich_pantiesS[4] = 0
- $sportspantytype = 'danilovich'
- sportspantynumber = 4
- gm_school[1] = 1
- gm_school_h[1] = 120
- gm_school_b[1] = pcs_hips
- gs 'coats', 'wear', 'cats', 16
- else
- gm_coats[12] = 1
- gm_coats_h[12] = 200
- $sportscoattype = 'gm'
- sportscoatnumber = 12
- danilovich_bras[1] = 1
- danilovich_brasS[1] = 0
- $sportsbratype = 'danilovich'
- sportsbranumber = 1
- danilovich_panties[1] = 1
- danilovich_pantiesS[1] = 0
- $sportspantytype = 'danilovich'
- sportspantynumber = 1
- gs 'coats', 'wear', 'gm', 12
- if $start_type['cat'] = 'slut':
- gm_school[49] = 1
- gm_school_h[49] = 120
- gm_school_b[49] = pcs_hips
- market_outfits[17] = 1
- market_outfits_h[17] = 60
- market_outfits_b[17] = pcs_hips
- elseif $start_type['cat'] = 'anorexic':
- gm_school[59] = 1
- gm_school_h[59] = 120
- gm_school_b[59] = pcs_hips
- elseif $start_type['cat'] = 'bimbo':
- cats_dress[127] = 1
- cats_dress_h[127] = 100
- cats_dress_b[127] = pcs_hips
- danilovich_shoe[12] = 1
- danilovich_shoe[21] = 0
- sportsshoenumber = 12
- elseif $start_type['cat'] = 'uglyduckling' or $start_type['cat'] = 'goodgirl':
- gm_school[25] = 1
- gm_school_h[25] = 120
- gm_school_b[25] = pcs_hips
- elseif $start_type['cat'] = 'alternative':
- bomba_dress[40] = 1
- bomba_dress_h[40] = 120
- bomba_dress_b[40] = pcs_hips
- gm_school[52] = 1
- gm_school_h[52] = 120
- gm_school_b[52] = pcs_hips
- elseif $start_type['cat'] = 'dancer':
- gm_school[60] = 1
- gm_school_h[60] = 120
- gm_school_b[60] = pcs_hips
- !!Dancer gets leotard
- danilovich_outfits[155] = 1
- danilovich_outfits_h[155] = 100
- danilovich_shoe[18] = 1
- danilovich_shoe[21] = 0
- sportsshoenumber = 18
- elseif $start_type['group'] = 'gopnik':
- gm_school[52] = 1
- gm_school_h[52] = 120
- gm_school_b[52] = pcs_hips
- elseif $start_type['group'] = 'cool':
- gm_school[32] = 1
- gm_school_h[32] = 120
- gm_school_b[32] = pcs_hips
- elseif $start_type['group'] = 'jock':
- gm_school[60] = 1
- gm_school_h[60] = 120
- gm_school_b[60] = pcs_hips
- danilovich_outfits[65] = 1
- danilovich_outfits_h[65] = 100
- sportsclothingnumber = 65
- danilovich_shoe[17] = 1
- danilovich_shoe[21] = 0
- sportsshoenumber = 17
- end
- end
- if danilovich_shoe[21] = 1:
- sportsshoenumber = 21
- end
- if danilovich_shoe[15] = 1:
- sportsshoenumber = 15
- end
- $sportspursetype = $currentpursetype
- sportspursenumber = currentpursenumber
- $sports_clothing_name = 'default sports outfit'
- --- intro_initialization_sg ---------------------------------
|