View previous topic :: View next topic |
Author |
Message |
Greenwado Well, it's just me, what did you expect?

Joined: 09 Aug 2010 Posts: 70 Location: Okacha (OK-A-CHA)
|
Posted: Fri Nov 19, 2010 4:51 am Post subject: Fractional Ticks? |
|
|
Can I use fractional Ticks such as:
.1
1.2
4.53
These could be used to make movies, advanced scripts, etc.
Are these usable variables? _________________ Happy RPG Makin |
|
Back to top |
|
 |
Bob the Hamster OHRRPGCE Developer

Joined: 22 Feb 2003 Posts: 2526 Location: Hamster Republic (Southern California Enclave)
|
Posted: Fri Nov 19, 2010 8:55 am Post subject: |
|
|
There is no support for decimal numbers. A future version is going to have an improved plotscripting engine which will add floating point decimal support.
However, even when this happens, that doesn't mean you will be able to wait for fractional ticks. The frame-rate is currently fixed at about 18.2 frames per second. In the future version we plan to make it possible to run at faster framerates, but there is a lot of stuff which currently depends on fixed framerates, and that stuff will have to be updated to tolerate other frame rates first.
Things such as:
* Walking speed on the map
* Walking animations
* Maptile animations
* Menu sensitivity (and other input sensitivity)
* Battle animations
* Probably some other stuff I have forgotten about ;) |
|
Back to top |
|
 |
|