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 - Taroven

Pages: [1]
1
Why does installing this mod fern with my PS4 controller and how do I get around it?

I install a fresh vanilla version and load the controller config in Steam, go into the vanilla game and controller works fine.

Install Reunion and only the left analog stick works, everything else is moved to the numpad.

Set steam input to disabled for FF7 in big picture mode controller settings and that'll fix it.

2
I'm sorry, i'm very new to FF, FF modding and the forum in general. What do you mean by the first post?

I have read the first post but the only thing that I can make out of it is that it should work in the steam version.

Are you saying that I should convert the game even though I have the english steam version?

Again, I apologize for the inconvenience of helping someone who just bought his first ff game.

I'd recommend installing Hotfix 6 and trying again. Check back a page or two for a download link by DLPB. That fixes a number of issues, including yours.

3
fade audio bug fixed.

Code: [Select]
    Bass_ChannelSetAttribute(ChannelData[i].StreamFX, BASS_ATTRIB_VOL, (1 / 127) * SStartVolume * (ConfigVol / 100) );
    Bass_ChannelSlideAttribute(ChannelData[i].StreamFX, BASS_ATTRIB_VOL, (1 / 127) * SEndVolume * (ConfigVol / 100), STime);

Was set to

Code: [Select]
    Bass_ChannelSetAttribute(ChannelData[i].StreamFX, BASS_ATTRIB_VOL, (1 / 127) * SStartVolume * (ConfigVol * 100) );
    Bass_ChannelSlideAttribute(ChannelData[i].StreamFX, BASS_ATTRIB_VOL, (1 / 127) * SEndVolume * (ConfigVol * 100), STime);
lmao.  That's why your hearing gets damaged with fade outs.  I didn't make the mistake in any other place.

My ears thank you.

4
this..yes this doesn't want to work for me .. it even calls me a pirate (i guess)
-snip-

Wait until DLPB issues a fix, it's a known problem with the Steam install. Alternatively, if you don't want to wait you can use the converter linked in the first-page post (though this is a bandaid fix and doesn't do anything about the core issue).

5
Working great so far, but one thing I do wonder is, is there any way to filter those backgrounds? The original PSX backgrounds look pretty bad in full screen.

Another idea would be Remako or another upscale mod. Download, unpack the IROs with IroNite, copy the battle/char/field/minigames/world directories to The_Reunion/GLOBAL (backup the world directory in there first if you like), and you're set. For me the Remako movies didn't have sound, so make sure you backup first if you want those as well.

**

I had the audio issue was well, both when trying to ditch Aeris and entering the first elevator in the Shinra building. Fixed itself when the music came back in both cases. Also, the helicopter sound from just before entering the Shinra building continued until I picked up the elixir on the stairwell.

Seriously DLPB, great work. R06 is fantastic so far.

Pages: [1]