Author Topic: Scene Repair  (Read 5226 times)

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Scene Repair
« on: November 08, 2019, 02:01:40 pm »
This is where I’ll post scene renovation and repair!

Share on Bluesky Share on Facebook


  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #1 on: November 08, 2019, 04:52:41 pm »
Jasmine Cowgirl

I am working on re-working this scene.

Things I want to accomplish:
Up-to-date GUI. I sampled the GUI from Anahi's Anal Scene as it was already positioned correctly and had the ideal amount of buttons
smooth-transitions
Cum during orgasm-I have no idea how to do this
Substitute Jasmine's mohawk? for her normal hair

Things I have already accomplished:
Dynamic p e nis
Redrawn glitched out sprites
fixed √agina glitching due to bad-keyframe

Check back periodically as I will modify this post whenever I fix different issues or find new ones

reworked version is here: https://anonfile.com/6debo0Adn7/RECOVER_jasmin_sex_a_swf
 


« Last Edit: November 08, 2019, 05:12:35 pm by 1r2k5ng09df8s3 »

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Scene Repair
« Reply #2 on: November 09, 2019, 12:56:05 pm »
Unfortunately, you are still using original scene file as a base for your modifications. Which was considerably broken. I've done some script repairs in the past. Please use the latest if possible. Otherwise I would have to find and fix again all what what was broken.

The latest file version attached, just for sure.

[ Attachment Invalid Or Does Not Exist ]

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #3 on: November 09, 2019, 02:30:01 pm »
I sourced the original from .670 I think

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #4 on: November 09, 2019, 02:31:21 pm »
And this took me a couple of hours to fix and I’d really rather not have to do it again, but if  the version I used is too broken I’ll redo.

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Scene Repair
« Reply #5 on: November 09, 2019, 11:02:07 pm »
I sourced the original from .670 I think
Can't be. There are broken things I fixed in version 0.666
Which is at least: Main animation stop at the last frame of climax, boobs bouncing stop at the last frame of climax, controls fix to change number color when speed changed by keyboard key (not only on mouse click), fixed misspelled character name in return variable update. There may be more things I fixed and forgot.
The only update I've done for 0.671 is added cum (copied from 2012 version of that scene), but I'm not sure if it was done before or after I shared the 0670+1/4 version.
Scripts in your version are definitely from some original file.

I'm not sure what all you have modified, also I don't know what file you started with as player body animation is included in body DefineSprite in all versions I have, but in your version player body does not have it's own DefineSprite but it's part of sex animation DefineSprite. So it may be not straightforward to merge.

Regarding the hair, we can copy other hair styles from her sprite file (data/subdata/swf/npc/sprites/sprite_jasmine.swf) and attach it to her head DefineSprite.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #6 on: November 10, 2019, 03:10:01 am »
Ok will do.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #7 on: November 14, 2019, 06:33:58 pm »
Jasmine Cowgirl

I am working on re-working this scene.

Things I want to accomplish:
Up-to-date GUI. I sampled the GUI from Anahi's Anal Scene as it was already positioned correctly and had the ideal amount of buttons
smooth-transitions

Things I have already accomplished:
Dynamic p e nis
Redrawn glitched out sprites
fixed √agina glitching due to bad-keyframe
Fixed her hair
Cum works

Check back periodically as I will modify this post whenever I fix different issues or find new ones
« Last Edit: November 14, 2019, 06:39:26 pm by 1r2k5ng09df8s3 »

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #8 on: November 14, 2019, 07:23:19 pm »
You asked what I changed regarding the dynamic player, it wasn’t keyframed in the animation define sprite, and the player is static. Even though it isn’t animated in the final product, the player base has animations in it’s define sprite. I added it to the original version by ctrl-c copying the key frames from the define sprite and pasting in definesprite 322, but it took a while. Is there an easier way to get the key frames?

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Scene Repair
« Reply #9 on: November 14, 2019, 10:17:18 pm »
As it turns out, player movement has animation sequences for 3 speeds and climax in DefineSprite(299). The starting frames has labels "a", "b", "c" and "pump".
If you changed something, DefineSprite number may be different.
All you need to make it play is to add script calls in sex animation sequence (DefineSprite(322) in latest file) to make it play for each speed.
Speed 1 starts at frame 50 (labeled "a"), there is already script call to make boobs bounce play in that frame (albeit using deprecated TellTarget statement), so you add player.gotoAndPlay("a"); line in that script.
Speed 2 starts at frame 101 (labeled "b"), add player.gotoAndPlay("b"); line in frame script.
Speed 3 starts at frame 141 (labeled "c"), add player.gotoAndPlay("c"); line in frame script.
Climax starts at frame 156 (labeled "x1"), add player.gotoAndPlay("pump"); line in frame script.

I've tried that now, it works. But you say you've already done some modification to the file (not attached) and this is really easy and quick modification to do in your file.


Regarding using controls from another file, don't forget to replace button scripts with ones used in target file.

However, as I looked at current Jasmine speed buttons scripts, Crow botched his unfinished smooth speed change. He probably copied this speed control scripts from another scene where it is finished. I can update scripts the way the animation speed changes at the last frame of each speed sequence instead of immediately (causing animation jump/discontinuity).

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #10 on: November 15, 2019, 01:21:44 pm »
Alright will do

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #11 on: November 23, 2019, 02:00:03 pm »
Where can I find the scripts for the buttons? I’ve had a little trouble finding them in flash.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #12 on: November 23, 2019, 02:49:50 pm »
Jasmine Cowgirl

I am working on re-working this scene.

Things I want to accomplish:
Up-to-date GUI. I sampled the GUI from Anahi's Anal Scene as it was already positioned correctly and had the ideal amount of buttons.
Cameras? How would I set this up?

Things I have already accomplished:
Dynamic p e nis
Redrawn glitched out sprites
fixed √agina glitching due to bad-keyframe
Orgasm works now
Jasmine’s hair is fixed and animated.

Check back periodically as I will modify this post whenever I fix different issues or find new ones

reworked version is here: https://anonfile.com/6debo0Adn7/RECOVER_jasmin_sex_a_swf
[/quote]

  • Administrator
  • Sr. Member
  • *****
  • Posts: 407
    • View Profile
Re: Scene Repair
« Reply #13 on: November 23, 2019, 07:45:57 pm »
You are trying to kill me. That's the broken outdated file again!
Now I noticed that you linked your old Anonfile upload, not new one...

Regarding button scripts, each DefineButton() record has one or more events defined as scripts with the same number as the button itself. They are usually on(release) , on(press), on(keyPress "2") and so on. Such script is executed when mouse is pressed, released respectively, when over button area. Similar with keyboard key press.

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scene Repair
« Reply #14 on: November 24, 2019, 03:28:22 am »
The new file isn't attached my apologies hehe that is the earlier post just copied over with an updated list of accomplishments