Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tsuna

Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 ... 32
151
Hey guys, quick question. I got ShinraTool here and i have managed to rip the PY file for Blender.
Ran the script in blender and can see the mesh, ish. It's huge and im not sue exactly how i should be lining this up

152
Oh okay. Hmm well in my head that only leaves the frog jab. And possibly Hojo being able to spawn new enemies mid fight.
thats me outta ideas

153
What about the final fight where you swap parties?

154
Maybe the system where you turn into a frog can work? Thats essentially a hotswap. or maybe Vincents limits?

155
Releases / Re: [FF7PC-98/Steam] New Threat Mod (v1.5)
« on: 2018-01-03 22:53:46 »
Well the timer i use in the code is a custom clock we made ourselves. So do you think it would be possible to just have an option where the menu displays the amount equal to the var we created?

For instance if time = 1
Menu will say time is 1:00

156
I don't think it's been added to 7H yet, It's a custom mod as of now.
You'll need to download it then use the import function on the library tab

157
Releases / Re: [FF7PC-98/Steam] New Threat Mod (v1.5)
« on: 2018-01-03 06:39:16 »
The key things to have are Cheat Engine and a 1998/7H Converted version of FF7 (Steam has this annoying thing where it 'pauses' the game when it isn't in focus, and can often crash CE). I'm no master with it or anything but I can show you how the menu thing was done; DLPB helped me out a lot with it. The executable uses x86 assembly.

Another thing that's good to have is Hextools as it lets you keep track of where/what you've changed in the hex for faster corrections and easier troubleshooting. It's basically a notepad document that applies changes to an executable either on launch, or more permanently by patching it beforehand (benefit is, if something goes wrong you can just throw the executable away and apply fixed changes to a fresh one).

The day/night thing was going to be used to alter the encounter table between A and B depending on what cycle it was, but as these changes aren't reflected in battles and given that I'd need to make a lot more encounters to fill a second table (and what would these encounters offer?) I didn't implement any practical gameplay-changing effects with it. It was purely cosmetic except it came with a slew of problems and was quite ugly to look at.

Okay, i have used hex a lot and know my way around it. I dont always know exactly what im doing other than changing something and seeing what it does. Then noting it down in notepad lol.

Well 1 idea i had for the Day/night system was to take an approach similar to Dying Lights take on it.
Enemies would be extremely hard at night to the point where they are nearly unbeatable, but yield much better rewards or give rare items that can only be obtained at night. I have a fully functioning Day/night system inside Echo-S now and i'm able to use for so many things.

The way it's coded allows me to change NPC's behavior based on what time it is, eg, shops close, people go to bed and lock their doors. Certain sidequests can only be got during a certain time. I've also managed to put in a weather system too that also interacts with the same system for NPC's.

Such as a model hotswap when rain activates to make the NPC's pull out umbrellas or change their outfit to a more suitable one.

What i'm looking for to add to the menu is a new timer that shows the player what time it is in game. So the player can plan ahead of time for whatever it is they need to do

158
Releases / Re: [FF7PC-98/Steam] New Threat Mod (v1.5)
« on: 2018-01-02 04:30:53 »
I love how you have been able to add an extension to the menu. At some point i HAVE to learn how you've done that.
Assembly used properly seems to be mostly limitless given the skill and time.

Out of curiosity, what were you going to use your Day/Night system for when you had it made?
Or were you just doing it because it would be cool?

159
Obesebear does this mean he doesn't have to rename everything? Just upload the contents of the iro as a folder instead?

160
Well you can see the reactor in the screen from the village so i would believe the village came first.
Assuming North is just straight up from that camera angle.

Also once you enter the screen Cloud would say "A ruined Reactor" (Even if you go to the reactor first) making it so the village must be the location you visit first

161
Sounds good, will that be out with Ro6 then?
Using Ultrasound is easy enough but i think it does have a cap s that's an issue i'd like to avoid down the line

162
Oh yeah this dll stuff you use. I'm gonna have to learn how that works. Didn't you say a while back it would make my voice mod easier to do?

163
Don't suppose you have any updated hex lists do you?
I still have those ones from around a year ago but was wondering if you made any adjustments

164
WIP / Re: [WIP] FFVII and Godrays/Global Lighting?
« on: 2017-12-12 17:27:32 »
I hope this comes back eventually. It looked promising

165
Yeah i have no idea if edits to the op makes it appear in your "Unread posts" or not so i didnt really have much of a choice

166
Changed topic name with extra stuff matching this threads topic

167
When i write a hex notepad for an IRO file. Sure i can just write xxxxxxxx = xxxxxxx and leave it.
BUT how do i tell it to change said address to be a call or an ecx or blah blah 

Or how do i go about saving my changes inside the actual exe so i can release it instead?

168
Troubleshooting / Editing the window.bin
« on: 2017-12-02 07:21:49 »
Basically as the title suggests. How do i get inside it, how does it work?


169
WIP / Re: [In Development] FF8 Voiceover Project
« on: 2017-11-28 00:36:09 »
If you ever need more actors lemme know. I got about 150 on hand anytime you need them. I'm also more than happy to help if you need it

170
Completely Unrelated / Re: KALM (FFVII) Remake...
« on: 2017-11-24 14:59:00 »
This guy has some awesome skills

171
Perfect. Would i just use your flevel with all the fixes or just retype it all? using your seems like stealing but not having the fixes seems pointless.

Your call. Always bets to ask

172
When RO7 comes out is it okay for me to use its data for Echo-S? Dialogue and such.

173
Team Avalanche / Re: JuseteĀ“s field scenes
« on: 2017-11-22 20:01:28 »
There's this scene too. I have no idea if it matches the walkmesh or who made it but it's here either way

https://www.reddit.com/r/FinalFantasy/comments/58b6fw/artist_reimagines_final_fantasy_vii_prerendered/

174
Troubleshooting / Re: Sq Logo Start Menu blending
« on: 2017-11-20 15:48:38 »
Yeah i know. Its that i need to skip. The codes in the post above does allow it to be skipped but it skips everything. I need just that skipped if at all possible

175
Troubleshooting / Re: Sq Logo Start Menu blending
« on: 2017-11-20 12:38:55 »
Perfect idea. I'll try that. Thanks dude


EDIT: Ahh okay, so i dont think i can make the prelude a 0 second video because its all hex code and its like 6 images. I need a way to skip that

Pages: 1 2 3 4 5 6 [7] 8 9 10 11 12 ... 32