Compare commits

...

7 Commits

Author SHA1 Message Date
7a086c17fc rewrite latest 2024-01-08 20:49:24 +01:00
68f3eedd4b Merge branch 'dev' into gouv-3 2024-01-08 20:49:09 +01:00
0fac4a4247 Add overlay CG default zorder 2024-01-08 15:13:20 +00:00
27cfdd122b Luna CG
* First implementation for the grinding scene
2024-01-08 15:10:37 +00:00
f1ee0cbcd3 Cloud fix 2023-12-17 17:54:19 +00:00
a11c8ae81d Hermione nicknames
* Added Genie nickname success dialogue variants for Hermione.
* Minor fixes
2023-11-21 18:19:18 +01:00
f5074e7aac Hermione nicknames
* Added more writing for fail variants.
* Simplified dialogue checks.
* Adjusted levels to make some inaccessible dialogue accessible.
2023-11-18 13:52:52 +01:00
18 changed files with 347 additions and 160 deletions

BIN
game/images/CG/lun_grind/lun_grind_background.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_body_grind.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_body_idle.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_body_spread.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame0.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame1.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame2.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame3.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame4.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_cumshot_frame5.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_penis_grind_frame0.webp (Stored with Git LFS) Normal file

Binary file not shown.

BIN
game/images/CG/lun_grind/lun_grind_penis_grind_frame1.webp (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -294,8 +294,6 @@ image lun_blowjob_personal_loop_ahegao_hold_down:
pause 0.10 pause 0.10
repeat repeat
image lun_blowjob_personal_pose1_handjob_slow: image lun_blowjob_personal_pose1_handjob_slow:
Fixed( Fixed(
"lun_blowjob_personal_pose1_luna_stroke_down_shadow", "lun_blowjob_personal_pose1_luna_stroke_down_shadow",
@ -333,3 +331,63 @@ image lun_blowjob_personal_pose1_handjob_fast:
pause 0.2 pause 0.2
repeat repeat
layeredimage lun_grind:
fit "contain"
fit_first True
always "lun_grind_background"
group main:
attribute idle default
attribute grind
attribute spread
attribute cumshot
image lun_grind_main_idle:
contains:
"lun_grind_body_idle"
contains:
"lun_grind_penis_grind_frame0"
image lun_grind_main_grind:
contains:
"lun_grind_body_idle"
contains:
"lun_grind_penis_grind_frame0"
pause 0.44
contains:
"lun_grind_body_grind"
contains:
"lun_grind_penis_grind_frame1"
pause 0.44
repeat
image lun_grind_main_spread:
contains:
"lun_grind_body_spread"
contains:
"lun_grind_penis_grind_frame1"
image lun_grind_main_cumshot:
contains:
"lun_grind_body_spread"
contains:
"lun_grind_penis_grind_frame1"
contains:
"lun_grind_cumshot_frame0"
pause 0.12
"lun_grind_cumshot_frame1"
pause 0.12
"lun_grind_cumshot_frame2"
pause 0.12
"lun_grind_cumshot_frame3"
pause 0.12
"lun_grind_cumshot_frame4"
pause 0.12
"lun_grind_cumshot_frame5"
pause 1
repeat

View File

@ -45,7 +45,7 @@ label summon_cho:
"Are you ready to begin the match?" "Are you ready to begin the match?"
"-Yes-": "-Yes-":
pass pass
"-no-": "-No-":
jump cho_requests jump cho_requests
jump start_hufflepuff_match jump start_hufflepuff_match
@ -57,7 +57,7 @@ label summon_cho:
"Are you ready to begin the match?" "Are you ready to begin the match?"
"-Yes-": "-Yes-":
pass pass
"-no-": "-No-":
jump cho_requests jump cho_requests
jump start_slytherin_match jump start_slytherin_match

File diff suppressed because it is too large Load Diff

View File

@ -194,7 +194,7 @@ label susan_talk:
gen "Being called a slut always boosts a girl's confidence!" ("base", xpos="far_left", ypos="head") gen "Being called a slut always boosts a girl's confidence!" ("base", xpos="far_left", ypos="head")
sus @ cheeks blush "R-- Really?" ("soft", "happy", "sad", "mid") sus @ cheeks blush "R-- Really?" ("soft", "happy", "sad", "mid")
gen "Yes. Now... shall we try it?" ("base", xpos="far_left", ypos="head") gen "Yes. Now... shall we try it?" ("base", xpos="far_left", ypos="head")
sus @ cheeks blush "... alright, [name_genie_susan]..." ("base", "happy", "sad", "mid") sus @ cheeks blush "... Alright, [name_genie_susan]..." ("base", "happy", "sad", "mid")
jump susan_talk jump susan_talk
"-Custom Input-": "-Custom Input-":
$ temp_name = renpy.input("(Please enter the name.)", name_susan_genie, ALLOWED_CHARACTERS, length=14) $ temp_name = renpy.input("(Please enter the name.)", name_susan_genie, ALLOWED_CHARACTERS, length=14)

View File

@ -88,6 +88,7 @@ define config.tag_zorder = {
"xray_overlay": -1, "xray_overlay": -1,
"xray_mask": -1, "xray_mask": -1,
"cg": 17, "cg": 17,
"cg2": 18,
} }
# Saving and loading # Saving and loading

View File

@ -22,6 +22,8 @@ image weather overcast = ConditionSwitch( # final
) )
transform cloud_move: transform cloud_move:
animation
subpixel True subpixel True
choice: choice:
yoffset 0 yoffset 0