Long Live The Queen
| Long Live The Queen |
|---|
|
Developers: Hanako Games,
Spiky Caterpillar
|
| This page is rather stubbly and could use some expansion. Are you a bad enough dude to rescue this article? |
Long Live The Queen is a raising sim where you prepare a princess to become queen. And watch her die in the process. And watch her die again. And again. And again. And ag--
Easter Egg
At line #159 in outfit.rpyc is code for some sort of Easter egg, but it seems to be inaccessible without the developer console.
label show_princess_EASTEREGG:
show expression PrincessSprite(mood,height=600):
xalign .5
ypos 600
yanchor 100
ease 1.0 yanchor 400
PrincessSprite('depressedflip',scale=.5,height=1182)
pause .1
PrincessSprite('afraid',scale=.5,height=1182)
ease .5 yanchor 50
pause 3.0
PrincessSprite('depressedflip',scale=1.0,height=1183)
ease 4.0 yanchor 600
PrincessSprite('depressed',scale=1.0,height=1183)
pause .2
PrincessSprite('stubborn',scale=1.0,height=1183)
pause .2
xpos 512
linear .5 xpos -200
return
Unused Outfits
outfit.rpyc also contains some references to two unobtainable outfits that appear to be Homestuck references, of all things! No graphics for them exist in the game's files, though.
tavros=(12,17),
jade=(192,387),
(under "princess_outfitpos")
tavros=(740,1183),
jade=(313,814),
(under "princess_outfitsize")
princess_outfit_overlay = dict(jade='glasses',history='history-glasses',
intrigue='intrigue-lens')
princess_outfit_overlaypos = dict(
jade=(240,226),
history=(82+28,49+76),
intrigue=(83+85,120),
)
"Wide Test Outfit" if 'Tavros' in unlocked_outfits:
$ current_outfit = 'tavros'
"Science!" if 'Jade' in unlocked_outfits:
$ current_outfit = 'jade'
Early Dossier
dossiers.rpyc contains an unused copy of Corisande's dossier code, seemingly an earlier version given the name. It has the same text as the final version, but with a few formatting differences.
screen relationship_Corisande_OLD:
vbox style style.relportraitbox:
window style style.relportraitframe left_padding 8:
add 'corisande_dossier_head'
text _('Corisande') style style.relportraitname
null width 15
vbox style style.relfluffblock xpos 405 ypos 198 yanchor 0.5 xmaximum 484:
text _('Duchess of Mead') style style.relstat
text _('Age 36') style style.relstat
null height 15
if arisse_alive():
text _('{b}Mother{/b}: Arisse, Duchess of Lillah') style style.relstat
else:
text _('{b}Mother{/b}: Arisse, Duchess of Lillah (deceased)') style style.relstat
text _('{b}Father{/b}: Nalin, Duke of Mead (deceased)') style style.relstat
text _('{b}Brother{/b}: Kevan, Earl of Io') style style.relstat
if flags.get('week7_ursul', '') != 'ignatius':
text _('{b}Husband{/b}: Ignatius, Duke-Consort of Mead') style style.relstat
else:
text _('{b}Husband{/b}: Ignatius, Duke of Ursul') style style.relstat
text _('{b}Sister{/b}: Charmion, Duchess-Consort of Kigal') style style.relstat
text _('{b}Daughter{/b}: Briony, Lady Mead, age 16') style style.relstat
text _('{b}Son{/b}: Noll, age 8') style style.relstat
null height 15
text _('Her elder half-brother Hyacinth was Duke of Mead before her, but Hyacinth died without heirs.') style style.relstat
if internal_affairs_ >= 30:
text _("Before his death, Hyacinth was scandalously involved with Paulus, the old Duke of Ursul - Ignatius' father!") style style.relstat
if internal_affairs_ >= 100:
text _("Hyacinth's death was under mysterious circumstances and may have been suicide or murder.") style style.relstat
if internal_affairs_ >= 90:
text _('Her brother Kevan lives with her.') style style.relstat
Cleanup
Cleanup
Cleanup
Cleanup > Stubs
Games > Games by content > Games with unused code
Games > Games by developer > Games developed by Hanako Games
Games > Games by developer > Games developed by Spiky Caterpillar
Games > Games by platform > Linux games
Games > Games by platform > Mac OS X games
Games > Games by platform > Windows games
Games > Games by publisher > Games published by Hanako Games
Games > Games by release date > Games released in 2012
Games > Games by release date > Games released in June
Games > Games by release date > Games released in June > Games released on June 2
Hidden categories > Pages missing date references
Hidden categories > Pages missing developer references
Hidden categories > Pages missing publisher references