Feb 7, 2020
30
10

The Heiress w Uncensored & fix

Here I've combined the uncensored/animation fix provided by Innesda and the patch made by lewder,
the translation is still a mess and I didn't touch it but at least now everything works fine and some more stuff are translated. Tested and was working fine, feel free to download.

You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
PC: WORKUPLOAD
Hey, thanks for the package. But can you upload this on other site like Pixeldrain or MEGA? I always fail to download from WU if the file is too big and it doesn't have resume support.
 

luchettodj94

Well-Known Member
Dec 25, 2019
1,614
2,809
Hey, thanks for the package. But can you upload this on other site like Pixeldrain or MEGA? I always fail to download from WU if the file is too big and it doesn't have resume support.
Naah, pixeldrain is working bad for me, sometimes I'm downloading at full speed and other times at 200kb/s, for mega either I will not use my personal account to share stuff around, I will however up it to anonfiles.
 

3lfscout

Member
Jan 8, 2018
412
519
Just as a sidenote:
So far "bandaid method" has never disappointed me, used it in Dark Elf, Killing Time & The Heiress
It's not a salve, not a shot, just a bandaid, but it never added any unwanted results

Bandaid method:
Inside Window Base's process_escape_character()
and Window Message's process_escape_character(), delete the string:
.upcase
yes it starts with a .

Window Base:
Code:
#this is line 303--------------------------------------------------------
  # ● 制御文字の処理
  #     code : 制御文字の本体部分(「\C[1]」なら「C」)
  #line 306 obviously-----------------------------------------------------------
  def process_escape_character(code, text, pos)
    case code.upcase ##--->> case code
    when 'C'
      change_color(text_color(obtain_escape_param(text)))
    when 'I'
      process_draw_icon(obtain_escape_param(text), pos)
    when '{'
      make_font_bigger
    when '}'
      make_font_smaller
    end
end #this is line 318

Window Message:
Code:
  # this is line 339-----------------------------------------------------------------------
  # ● 制御文字の処理
  #     code : 制御文字の本体部分(「\C[1]」なら「C」)
  #     text : 描画処理中の文字列バッファ(必要なら破壊的に変更)
  #     pos  : 描画位置 {:x, :y, :new_x, :height}
  # line 344-----------------------------------------------------------------------
  def process_escape_character(code, text, pos)
    case code.upcase ##--->> case code
    when '$'
      @gold_window.open
    when '.'
      wait(15)
    when '|'
      wait(60)
    when '!'
      input_pause
    when '>'
      @line_show_fast = true
    when '<'
      @line_show_fast = false
    when '^'
      @pause_skip = true
    else
      super
    end
end #this is line 364
 

Xunlee

New Member
Oct 13, 2019
4
0
1. Have you installed a ?
2. Have you lost virginity (can be lost by failing some missions)? Because they won't happen before that criteria is met.
i play by joiplay everything is normal but only h scene when fighting only cause damage but not display
 
3.00 star(s) 9 Votes