Author Topic: Improvements  (Read 14786 times)

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Improvements
« Reply #45 on: November 27, 2019, 09:14:38 pm »
Got it!

Unfortunately it's a simple bitmap image. Flash works better with vector graphic (lines and fills).
I've modified SWF file (I wonder what tool created it that messed) to change background color so you can see transparency fail caused by effect of alpha blending done on this bitmap in the past.
Is there a way to convert it (by some software tool) to vector graphic it once came from? Or at least to remove alpha blended line edges.

Anyway I'm gonna deffer this thing to next year, there are already too many tasks to do for release 0.671

1r2> Skip dialog option is more or less only copy-paste across XML files. Also making this option conditional based on main config XML file variable is simple and copy-paste as well. And it still gives way to customize it for certain character. So I would keep, just to make it conditional, i.e.:
<if vari="skip_dialog_option" value="on">
  <resp newstate="options">Skip dialog to sex scenes</resp>
</if>

Then <set vari="skip_dialog_option" value="on"> in hth_config.xml would enable the response.

[ Attachment Invalid Or Does Not Exist ]