[WIP/REL] Final Fantasy VII - Final Fantasy VIII style

  • Thread starter Thread starter ultima espio
  • Start date Start date
Status
Not open for further replies.
so i just found this, and you have to be able to build off this Espio! this is amazing! lol

I already told him about this and the code for that is very different
that's a gamemoment specific piece of code that tells the game to display a specific model and make it follow another specific model.
Ultima was trying for a more free version of this, where you can just have whatever party member and then they show up following you
 
Took me ages to find this thread again, but I come with news. Finally managed to get it working:


Spawning points are a bit of a problem, since she doesn't want to load in Cloud's location. I ended up having to load her in different point depending on which map was visited last. It does have it's glitches however, if she doesn't catch up to Cloud by the time he climbs a ladder, it'll try to execute her ladder script. It won't work until she catches Cloud, so once she does, it'll try to initiate her climb and she'll go nowhere and you'll get stuck.

I haven't really tested cutscenes either.
 
Last edited:
It's days like today that I'm glad we've got a karma system now. Through a sea of difficulty mods and retextures of everyone retexturing each others' models, stuff like this really deserves to stand out. :D
 
Took me ages to find this thread again, but I come with news. Finally managed to get it working:


Spawning points are a bit of a problem, since she doesn't want to load in Cloud's location. I ended up having to load her in different point depending on which map was visited last. It does have it's glitches however, if she doesn't catch up to Cloud by the time he climbs a ladder, it'll try to execute her ladder script. It won't work until she catches Cloud, so once she does, it'll try to initiate her climb and she'll go nowhere and you'll get stuck.

I haven't really tested cutscenes either.
you could reserve a universal bit that deactivates and activates the script you're running. if you set the bit as a cut scene starts it should stop the script from executing or loading until you unset the bit
since you want everyone to stop using the script you would only need 1 bit that disables all the scripts.  most likely you can only stop the script upon screen load but most cut scenes are like that. for others you could find a workaround by storing the script inside a loop that continuously checks for the bit being set and keeps running the script if its not set so when you set it, the script stops looping. ( you could extend this a little bit so it loops from start - check - start instead of start - check - finish so the script would run properly again the moment you unset the bit after the cut scene )

I hope this wasn't confusing.
 
So far what I've seen is cutscenes mostly happen with a If Gamemoment= variable, so I just got it to disable in that field if it's that time. I think that'll be fine for now.

I managed to fix the issue coming from the world map, it's set up so that if you come from any other map that wasn't defined in the variables above (any of the others locations that you can walk into), it'll load them on the stairs. I had to use Otyugh to work out the coordinates and the triangle ID. DLPB, you are a hero :)

I'm also setting it up in such a way that any character can be the leader in Cosmo Canyon, in some cases rearranging scripts.

Once I've done all of Cosmo Canyon, I'll upload it for you to look at/implement in your own work.
 
I'm so much looking forward for this project to be completed! It would be really nice having the characters following us!
 
It's gonna be great if this project succeeds. Not only because it's more "fancy" and realistic to have the characters follow, but also because you will be able to see the other characters more, and not just cloud :)
 
ultima spio

you know where to put that file there? myself is that I'm interested in this wonderful mod thanks
 
Last edited:
Status
Not open for further replies.
Back
Top