Battle Environments

  • Thread starter Thread starter Terra
  • Start date Start date
Status
Not open for further replies.
T

Terra

Guest
I was just wondering, as a newb of course, if it would be possible for battle environments to be completely remade?

I'm not asking if it's feesable, of course it's not, I'm asking if it's possible.
 
Anything is possible. The real question is can we even load them right now. It would be cool to at least load the battle scenes in Q-Gears.
 
oh haha well progress is coming along nicely. I guess it's just a matter of building the whole thing up. This project is really interesting.
 
The battle system has it's own unique engine as far as I know.
Akari is working on the field engine.  That indicates too me battle scenes will be a bit.
The PS1 scene format model and animation information is mostly known.  Battle engine mechanics are known.  The script system is the biggest mystery at the moment.

Cyb
 
The battle system has it's own unique engine as far as I know.
Akari is working on the field engine.  That indicates too me battle scenes will be a bit.
The PS1 scene format model and animation information is mostly known.  Battle engine mechanics are known.  The script system is the biggest mystery at the moment.

Cyb
Scrips known as well. Magic and summon is the only thing left, I think.
 
if q-gears could load battle scenes wouldn't it be possible to make it a fully active battle system ala-star ocean styles
 
if q-gears could load battle scenes wouldn't it be possible to make it a fully active battle system ala-star ocean styles
Loading a battle background is only a tiny part of the battle system, and a fully active battle system would require a completely different engine on top of that. You could do it, of course, but it would be so much work and so many differences that you might as well write a completely new engine separately.
 
if q-gears could load battle scenes wouldn't it be possible to make it a fully active battle system ala-star ocean styles
Loading a battle background is only a tiny part of the battle system, and a fully active battle system would require a completely different engine on top of that. You could do it, of course, but it would be so much work and so many differences that you might as well write a completely new engine separately.
Well this is what I meant. If the battle scenes were working, then I think it would be interesting to mess around with the battle backgrounds and see where it gets us.

But perhaps the engine(s) that are currently being worked on should be done before the battle engine is considered then. I wish I could contribute something on that side of things.
 
Last edited:
if q-gears could load battle scenes wouldn't it be possible to make it a fully active battle system ala-star ocean styles
Loading a battle background is only a tiny part of the battle system, and a fully active battle system would require a completely different engine on top of that. You could do it, of course, but it would be so much work and so many differences that you might as well write a completely new engine separately.
Well this is what I meant. If the battle scenes were working, then I think it would be interesting to mess around with the battle backgrounds and see where it gets us.

But perhaps the engine(s) that are currently being worked on should be done before the battle engine is considered then. I wish I could contribute something on that side of things.
If you're just interested in playing around with the battle-backgrounds you could try the stand-alone viewing code I posted here: https://www.ff7catalog.com/threads/1775/
 
"This program failed to start because the application configuration is incorrect"

Didn't work :(
 
Silly question why did you not compile to a binary instead of a managed executable?  You can last I checked and this does make a BIG binary file but I really don't find having to install the insepid .NET framework and library files particularly .. fun.  I did it once. That's why I have changed all my programs to compile without run time libraries instead of 30 different DLL's and support libraries.

Cyb
 
I was just wondering, as a newb of course, if it would be possible for battle environments to be completely remade?
In my opinion it is absolutely possible, as battle locations are textured models just like any other. Each location is a group of single 3D files in .P format with textures.
 
Silly question why did you not compile to a binary instead of a managed executable?  You can last I checked and this does make a BIG binary file but I really don't find having to install the insepid .NET framework and library files particularly .. fun.  I did it once. That's why I have changed all my programs to compile without run time libraries instead of 30 different DLL's and support libraries.

Cyb
It's a native program, not managed at all. and you don't need the framework to run it, only The VC++ runtime libraries (microsoft made the libs incompatible for some reason).

I could have built it using static libraries, but as you said, the executable is too big, and the vc runtime is only a small (<3mb) download you only do once.
 
It's a native program, not managed at all. and you don't need the framework to run it, only The VC++ runtime libraries (microsoft made the libs incompatible for some reason).

I could have built it using static libraries, but as you said, the executable is too big, and the vc runtime is only a small (<3mb) download you only do once.
I guess I was vainly hoping. :D   I wonder why microsoft's libs are so .. huge? I think they've been expanding things to fill hard disk space.   Oh well.
 
Status
Not open for further replies.
Back
Top