Author Topic: [FF7] Move to next text after x seconds  (Read 6217 times)

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
[FF7] Move to next text after x seconds
« on: 2016-08-24 20:31:14 »
Being as i am adding voice and subtitles into the game..
Is there a way i can make the text change to the next text without the need of pressing Enter.
To time it to match the sounds that are being injected

Kaldarasha

  • *
  • Posts: 2449
  • Prince of Model Editing
    • View Profile
Re: [FF7] Move to next text after x seconds
« Reply #1 on: 2016-09-06 17:56:40 »
There is a function for it. Look at the script of the scenes where Cloud's mysterious past unfolds.

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Move to next text after x seconds
« Reply #2 on: 2016-09-06 21:35:34 »
You have to use the "wait" opcode - and the "close window" opcodes.  And scripts.  It's all got to be done manually for every single box, basically. Every box will have to use a "wait"  - and if one is longer than another, you'll need to add a few different waits. One for 2 seconds, one for 3, and so on.

It's a colossal amount of work to do for the whole game and not really feasible.

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: [FF7] Move to next text after x seconds
« Reply #3 on: 2016-09-07 00:23:25 »
I might give it a go, im subbing every box anyway so im already there

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Move to next text after x seconds
« Reply #4 on: 2016-09-07 00:28:45 »
The real problem is testing.  The testing stage is always a nightmare.  Each change you make has to be checked and so on.

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: [FF7] Move to next text after x seconds
« Reply #5 on: 2016-09-07 00:30:53 »
Yeah, i actually have a plan for that, im making a kickstarter project once i have the trailer ready to try fund some of the actors and supply better equipment, Some of the rewards are beta testing so ill have help too

Kaldarasha

  • *
  • Posts: 2449
  • Prince of Model Editing
    • View Profile
Re: [FF7] Move to next text after x seconds
« Reply #6 on: 2016-09-07 01:21:29 »
Yeah, i actually have a plan for that, im making a kickstarter project once i have the trailer ready to try fund some of the actors and supply better equipment, Some of the rewards are beta testing so ill have help too

This can be dangerous. Since you try to get money from third it won't be a non-profit project anymore and SE has the opportunity to close the project (and they will do it, because to keep the competition low by the old game).

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: [FF7] Move to next text after x seconds
« Reply #7 on: 2016-09-07 01:36:54 »
Its ... ahh crap your probably right

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: [FF7] Move to next text after x seconds
« Reply #8 on: 2016-09-07 17:20:42 »
I have stated on the page that is non profit though. I have no intention of keeping anything from it. It's all for equipment and wages of the cast..What would happen if i was to message SE about it?

Kaldarasha

  • *
  • Posts: 2449
  • Prince of Model Editing
    • View Profile
Re: [FF7] Move to next text after x seconds
« Reply #9 on: 2016-09-08 09:01:19 »
I have stated on the page that is non profit though. I have no intention of keeping anything from it. It's all for equipment and wages of the cast..What would happen if i was to message SE about it?

They will forbid it since it is thier big horse. Make a professional voice-over for a YouTube project so you may get good actors for the main and support characters. For the  NPCs it would be enough to have some engaged people who do it for free.

Again SE has high interest to have the current game at it current state. They have bothered to retranslate FFVI but refused to do the same for FFVII, which does need it most.

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Move to next text after x seconds
« Reply #10 on: 2016-09-08 09:20:07 »
That's because it's easy to retranslate VI.  VII has so much more dialogue it's unreal. Any time real effort is required, Square-Enix disappear faster than a fart in the wind.
« Last Edit: 2016-09-08 09:26:24 by DLPB »

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: [FF7] Move to next text after x seconds
« Reply #11 on: 2016-09-14 03:22:05 »
Well back on topic anyway, You can make a window close after x amount of seconds and open the next one, but is there a way to make it move onto the the "Next Page" itself?
Like in MR sometimes it will say next page because the line is too long.
Or do i have to avoid this by making a ton of new boxes instead?

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Move to next text after x seconds
« Reply #12 on: 2016-09-18 21:20:21 »
Yeah, you'll have to have many different boxes instead of  next pages. I don't think it's possible to make a next page automatically.

Tsuna

  • Global moderator
  • *
  • Posts: 823
  • Working together to create awesome things!
    • View Profile
    • The home of Tsunamods
Re: [FF7] Move to next text after x seconds
« Reply #13 on: 2016-09-18 22:49:22 »
That's fine. I'm doing that now anyway.