Author Topic: Improvements  (Read 14805 times)

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #105 on: May 17, 2020, 04:04:35 am »
Should we focus our attention on reducing laggy animations? Two in particular are Goldie's doggystyle scene and Zoe's missionary scene. Both run poorly even on my high-end machine.

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Improvements
« Reply #106 on: May 18, 2020, 10:45:51 pm »
Browser plugin lagged really bad on video loops. These are used in some scenes for tail whack of for water effects in Shelly and Zoe scenes. But there is none in Goldie missionary scene.
I don't experience video (re)start lag in Flash Projector 11, neither Trong nor Adobe.

Some scenes get slow when zoomed in.
However, my computer is 10 years old i7 and it still run these quite good. Surprisingly there is no difference in GPU, it runs the same on CPU integrated GPU as it runs on my recently added up to date GPU. So the Flash player doesn't use it.

Currently I'm working on Ava sound. I have to tune up sound synchronization to animation speed, specially to different animation loop periods of different points of view for the same speed. Not just different playing speed but Crow didn't bother to make these equal frame count.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #107 on: May 18, 2020, 10:53:35 pm »
I see. It lags on my end for some reason.

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Improvements
« Reply #108 on: May 25, 2020, 10:43:03 pm »
Megan scene updated for straight version - pseudopenis can be removed by variable set in XML dialog file.
Also fixed player c0ck animation in a way it is fixed to player and moves inside Megan, not opposite.

The 5. and 6. speed would be better with increased stroke, but such change requires animation update for 15 parts of Megan and player bodies. I don't have that much time.

By the way, Megan scene file name is megan_sex_b. That suggest a chance that megan_sex_a scene maybe existed at some time, or at least unfinished concept. Have someone ever seen that?

* chat_megan.xml (1.28 kB - downloaded 32 times.)
« Last Edit: May 25, 2020, 10:47:32 pm by Tabbyless »

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #109 on: May 31, 2020, 03:03:13 pm »
I have never seen anything related to a second megan scene.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #110 on: May 31, 2020, 03:04:38 pm »
I think that Megan's scene was some of Crows lowest effort production

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Improvements
« Reply #111 on: June 20, 2020, 12:01:13 am »
I've done Ava voice synchronization for both scenes finally. Will share files most likely tomorrow.

I had it done for some time but it sometimes stopped working and took me hard time to figure it out.
The problem is a race condition with one user defined function controlling start of playing some segment and another function in onEnterFrame event checking sound play position and stopping at the end of segment. Normally two scripts are not executed simultaneously as it doesn't run multithread. But as it turned out, Sound.start() function doesn't take effect immediately, so when the sync function called by animation starts the sound again from the beginning of file, the onEnterFrame event function executed later sees the playback position still at the end of last segment and thus it calls Sound.stop() because it looks like the played segment is finished. So the solution it to add simple interlock to avoid stopping the sound in the same frame the sync start function is executed.
It worked sometimes anyway because there is no guaranteed order of scripts execution in Flash.

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Improvements
« Reply #112 on: June 20, 2020, 10:32:48 pm »
Ava sound update, sharing for test
(Edit: file sharing stoped)


By the way, I haven't received any comments on Ginger update yet.
« Last Edit: June 22, 2020, 05:49:40 am by Tabbyless »

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #113 on: June 22, 2020, 05:28:24 am »
I tried replacing the files in the necessary locations but the sound doesn't load for some reason. I like how you smoothed out the scene a bit, any way you could do this to goldie's doggystyle scene. It lags horribly when you change camera angles

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Improvements
« Reply #114 on: June 22, 2020, 05:52:15 am »
That's because my memory sucks. :-)
You have to add following line to your hth_config.xml file:
<set vari="scene_sound_path" value="data/sounds/" />

I entirely forgot about that, sorry for that.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #115 on: June 22, 2020, 01:33:35 pm »
No problem

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Improvements
« Reply #116 on: June 22, 2020, 07:34:35 pm »
I'll update sound scripts to report an error when file load fails or when path variable is not set.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #117 on: June 25, 2020, 06:45:25 am »
The sound is a little weird, it might need to have it's own timing instead of the timing based on the thrusts. Also the moaning duplicates if you switch cameras while sound is already playing. Other than that this is way better!

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Improvements
« Reply #118 on: July 17, 2020, 01:51:00 pm »
The sound is a little weird, it might need to have it's own timing instead of the timing based on the thrusts. Also the moaning duplicates if you switch cameras while sound is already playing. Other than that this is way better!
I had it playing at original timing in the beginning, but it sounded disconnected from the scene. The synchronization to thrusts sounds better, yet far from perfect. The cause is likely the way too different timing. It seems like Crow's favorite camwhore Kitty Leroux didn't recorded her voice to scene animation playing. Other voice actors likely did.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Improvements
« Reply #119 on: July 17, 2020, 02:27:44 pm »
Use an audio mixer i guess