SilverKnightVGM / pywright

Automatically exported from code.google.com/p/pywright
0 stars 0 forks source link

aao- effect codes #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Enhancement: Allow for Pywright to interpret AAO's version of effects for codes 
if doing a conversion (either by copying/pasting text from AAO gui, or using a 
converter to convert the script):

AAO's currently known, common codes:
[#] -->PAUSE 1 second before text starts/continues.

[#f] -->FLASH effect. In AAO, a hardcoded 1 second pause is also applied 
whenever you use this effect.

[#s] -->SHAKE effect. In AAO, a hardcoded 1 second pause is also applied 
whenever you use this effect.

[#px] -->PAUSE for a specified amount of time, where x is the value to input. A 
value of 100 is the equivalent of [#],or 1 second(?).

Here's a link for example demos. There's a couple of more codes on the thread, 
but they are not important compared to the main 4:
http://aceattorney.sparklin.org/forum/viewtopic.php?f=15&t=3692

---

This is to help make it easier for AAO authors to transition from AAO platform, 
to Pywright development.

Although we could use a notepad program, and use the replacement function to 
change the brackets+eliminate the # sign in a text file manually, there is an 
issue with the way the effects are timed on AAO, vs. the effects timed on 
Pywright. They are obviously not the same.

Original issue reported on code.google.com by mrhudd...@gmail.com on 21 Jan 2014 at 10:32

GoogleCodeExporter commented 9 years ago
Yep I encountered this difference myself working on the aao converter. Perhaps 
since the entire converter is not really up and running yet, I could put out a 
converter for the text portion, as at least that is reasonable at the moment.

Adding a textbox that just interprets aao effects might be possible too.

I'll consider what to do, thanks for reporting.

Original comment by saluk64007@gmail.com on 24 Jan 2014 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by saluk64007@gmail.com on 24 Jan 2014 at 7:42

GoogleCodeExporter commented 9 years ago

Original comment by saluk64007@gmail.com on 6 Mar 2014 at 10:36