Spackled Lanturn
|
daff9c213f
[fixed] dealt with some issues in the Ivan related parts of the quest line to become a starter for the volleyball team: (1) made it so that declining Ivan's request to have sex after school in the showers on the current day doesn't block him asking again (agreeing to his request is necessary for coach to spy on the two of you), (2) removed the VoltrenerVoyeur += 1 from VoluntrenerSexShower scene triggered when VoltrenerVoyeur = 2 (this line was never called as it was guarded by a check that IvanShowerYes = 2 but the gt call that triggers the scene is guarded by IvanShowerYes = 0), (3) moved the line IvanShowerQW = 1 from inside ShowerWithIvan to the code stanza that calls ShowerWithIvan (this avoids IvanShowerQW getting reset in subsequent calls of ShowerWithIvan and avoids there being paths in ShowerWithIvan that don't set this var, which there inadvertently were previously), (4) removed the IvanShowerQW = 1 lines in the cases in the scene in gdksport where the player does not shower with Ivan (the Ivan dialogue at school only makes sense if you do shower with him), and (5) made the intro Ivan shower scene repeatable until the player showers with him (this can be changed back to a one-off if alternative dialogue for the scenes in IvanEv and gschool_chats1 where the player and Ivan discuss the shower incident is added for if the player doesn't shower with Ivan)
|
3 лет назад |
Spackled Lanturn
|
cd1d1023b2
[text edit] clean up road
|
3 лет назад |
Spackled Lanturn
|
bcd63eca71
Merge remote-tracking branch 'upstream/master' into minor-fixes
|
3 лет назад |
Spackled Lanturn
|
0d7725194d
[text edit] clean up sbReksHome
|
3 лет назад |
rachels
|
997f9711f0
Move the orgasm in the proper place
|
3 лет назад |
Spackled Lanturn
|
526dca232c
[text edit] clean up seeporn
|
3 лет назад |
Spackled Lanturn
|
df64f54538
[text edit] further clean up serpent
|
3 лет назад |
rachels
|
4f1b6aed35
clear unused variable
|
3 лет назад |
rachels
|
3286bbe8ba
do not rename array index
|
3 лет назад |
Spackled Lanturn
|
8f34ecb780
[fixed] in sergeihunter, move code present in all branches of conditional to outside conditional
|
3 лет назад |
Spackled Lanturn
|
a25ac1a757
[text edit] clean up sergeihunter
|
3 лет назад |
Spackled Lanturn
|
683c07013c
[text edit] clean up serpent
|
3 лет назад |
Spackled Lanturn
|
3cb62218e0
[fixed] in sewing, (1) make it so that the too few sewing materials message properly displays when clicking the resize some of your clothes action, (2) pull out some common actions in all branches of conditionals, (3) restructure conditionals to avoid having different variables be checked in the if and elseif branches and to avoid copypasting text, (4) add text (a) saying how much space for trinkets you have left in your room when you finish one and (b) saying that you are out of space in both your room and garage when you make a trinket that fills up the last space in each
|
3 лет назад |
Spackled Lanturn
|
2e15a32a4f
[text edit] clean up sewing
|
3 лет назад |
Spackled Lanturn
|
05f3dd1c9f
[changed] in sex, (1) added a separate text for when the man comes while giving you oral instead of just reusing the one for when you're blowing him and (2) made it so that him giving you oral doesn't reduce his counter that counts down to him cumming unless he's already close to cumming or that's the only sex act that's enabled
|
3 лет назад |
Spackled Lanturn
|
71e0b83129
Merge remote-tracking branch 'upstream/master' into minor-fixes
|
3 лет назад |
KevinSmarts
|
b88d2ab32b
Merge remote-tracking branch 'Arcadia/master'
|
3 лет назад |
KevinSmarts
|
da3c324fff
Merge remote-tracking branch 'Spackled_Lanturn/minor-fixes'
|
3 лет назад |
Arcadia
|
ee03984edc
File changed AlbFatherQW to albina_election_events
|
3 лет назад |
KevinSmarts
|
42a78396fd
[fixed] Added check for suitable slut fame before seeing grafiti in school toilets
|
3 лет назад |
Arcadia
|
a6134a8c95
Replaced all instances of psiklin with city_suburbs.
|
3 лет назад |
Arcadia
|
7a88f020b3
Replaced all instances of artemEv with artem_events.
|
3 лет назад |
Spackled Lanturn
|
21a8c21201
[fixed] in sex, (1) delete unused sxkuni variable, (2) merge together the code for the near identical four vaginal sex options (since pos is only used to determine where cum goes and values 3 to 6 had it go to the same place (inside vagina) in previous implementation, only real differences between these was the picture displayed), and (3) kill vars when we're done with them instead of just zeroing them out or leaving them as is
|
3 лет назад |
Spackled Lanturn
|
b8f8fcb0f2
[text edit] clean up sex
|
3 лет назад |
rachels
|
42e4737cc0
remove the third part of unused npc variables
|
3 лет назад |
rachels
|
1e5429a940
rename a few npc variables
|
3 лет назад |
rachels
|
02eddf24b7
remove the second part of unused npc variables
|
3 лет назад |
Spackled Lanturn
|
d50531ac36
[fixed] in sexdvanadva, (1) move common code outside conditional, (2) delete unused variables, and (3) kill variables that were being set to 0 when this file exited (sexvar) or are only used in this file and are randomly reset every time they are used (sexdvarand). (1) and (2) cut this file from 175 to 106 lines
|
3 лет назад |
Spackled Lanturn
|
c868909499
[text edit] clean up sexdvanadva
|
3 лет назад |
Spackled Lanturn
|
6e8c947bfe
[fixed] in sexdvoe, (1) move common code outside conditionals, (2) delete unused variables, and (3) kill variables that were being set to 0 when this file exited (sexvar, sameboy, sexstart) or are only used in this file and are randomly reset every time they are used (sexdvoeloc). (1) and (2) cut this file from 416 to 295 lines
|
3 лет назад |