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

Pages: [1] 2 3 4 5 6 ... 12
1
Greetings,

I have recently downloaded and installed the Ragnarok mod and everything is running smoothly until the dreaded Irvine in the prison "cutscene" where it's just his coat firing at the guards and the game crashes after.. apparently it's a known issue with occurring with graphic mods.. but I do not have any other mods installed it's just the Ragnarok mod (with the demaster, etc)

Playing on Steam FF8 Remaster 2019 version.
Any help in identifying what or which file might be the problem would be greatly appreciated! Having a lot of fun with the mod so far.
Open demaster.conf file, set FIELD_ENTITY value from 1 to 0 and save. This should fix this issue.

2
For the Rare item, I find the probability a bit everywhere. Actually rare item also have impact on mug and card drop. But those value seems to only fix the item drop rate. Is that correct ?
The values above change probabilities for both item drops and mug (per item slot). One of the 3 sets of values from above (78, C8, E6, 00) is likely not used by the game, but I changed those values just in case as they represent the modified base game values when the Rare Item ability is equipped. To my knowledge, Card drops aren't affected by Rare Item, and even if it does, the values from above are not related to it.

If you want Gunblade attacks to use a standard hit-rate, it's probably best to merge Squall and Seifers physical attack path (which does not contain any hit-rate calculation whatsoever) with another already existing physical attack path that has one, such as attack type 1 or 36 (standard physical or vit-igoring physical, see Doomtrain tool). The Gunblade path info is found in the .exe with a call to it at 0x922F2. However, just redirecting this path to something else is not enough, as this path contains vital information regarding Squall's Renzokuken Limit Break, so you'd have to transfer this info over as well.

3
Callisto !
Happy to see you here, I have lots of question.
There is now a mod manager and people ask a lot to have your mod in it. Would you agree ?

I work hard on documenting the game https://hobbitdur.github.io/FF8ModdingWiki/.
And you have found info I am not able to found back anymore. I have really a lot of questions but one is bothering m for a mod I would like to do: How did you change the probability of Rare item of bahamut ? Reading your hex, it's not possible for me to find it there :'(

If you have time to pass on the discord to exchange https://discord.gg/sCbmwh2nbv i would greatly appreciate !

Thanks for passing by.
Hey hobbitdur!

First of all, sorry for the late reply and the hex file not being properly documented at the moment. I'm fine with my mod being added to the Junction-VIII mod manager.

The bytes corresponding to the item probabilities with Rare Item equipped are in the hex file, and modified as followed in the mod:

Code: [Select]
#Rare Item probability values for each item slot
865F6 = 78
86600 = C8
8660F = E6
86610 = 00
866B4 = 78
866BF = C8
866CF = E6
866D0 = 00
86820 = 78
8682B = C8
8683B = E6
8683C = 00

This changes the base probabilities from

rnd = [0..255]
  if (rnd < 128) Slot = 0
    else if (rnd < 242) Slot = 1
      else if (rnd < 261) Slot = 2
        else Slot = 3

to

rnd = [0..255]
  if (rnd < 120) Slot = 0
    else if (rnd < 200) Slot = 1
      else if (rnd < 230) Slot = 2
        else Slot = 3

Which leaves a 26/256 chance for Item #3 being dropped/mugged rather than the usual 0/256.

Base values taken from Battle Mechanics FAQ by ForteGSOmega.


4
Dying to know if there's any way we can get some kind of enemy change files? Just got the Ragnarok and feeling kinda -done- with the overworld encounters. Same with the bosses. Eventually you kinda just want to look at a file with weaknesses/vulnerabilities, ya know?
At the moment, there isn't a comprehensive list of every single enemy change. As for checking the elemental weaknesses, there is the Scan magic, and if you want to inflict status effects, use your highest Strength attackers when trying to achieve them through St-Atk, and your casters when using Magic. If they miss three or more times, then they are probably immune. Unsure if there will ever be a full list, as it would take a lot of time, so I'll leave it at that for now.

It was so funny winning against that fire cavern bomb boss, I'm not sure I even did the correct way. I tried reflect on it, zombifying it, confuse works but the sun bath immediately cures it. Are we supposed to use counters and return damage? I haven't tried gfs.
Yes, relying on Counters and Return Damage is one of the possible ways to defeat it. Bomb can also be affected by Stop (though it's highly resistant due to it maxed out Spirit stat in this battle), summoning Bahamut or Eden afterwards can kill it quickly. Armor Shot with high enough Strength and Crisis Level can also kill it in one turn, the same goes for the Kamikaze command if it crits and the user's HP are high enough.

Quote
In my opinion maybe it's possible to still have enemies and some bosses have a percentage weakness for no immediate proc, have it last a shorter time or turn it into vit-half instead. Just thinking out loud, I don't know if any of these are possible or easy to implement.
Making it Vit/Spr-half instead of 0 is easily possible from a programming perspective, and it's already implemented, just not released yet. With that change, more enemies can be made vulnerable for sure. As for now, the most reliable way to inflict Vit 0 is using Quistis' Ray-Bomb Limit Break. It may work where the Meltdown magic fails, due to its way higher success rate. Odin or Ruby Dragons are good examples for this, as they are highly resistant to this status effect.

Amazing work on this mod! I'm planning to play it with my community, and I've been going back and forth from the Remaster to the 2013 version, trying to see how I want it to look. I've noticed that when I start the 2013 version, Shiva has Str-J learned, but not in the 2019 version.

Does that mean I've done something wrong with either install or is that just the current status of the mods?
It's the current status of the mods so I don't think you've done something wrong. The 2013 version is just a little more up to date with its changes to the ATB system and EXP-None ability, which aren't in the Remastered version yet.

5
Having 10 minutes as the minimum timer is normal on Lionheart, so you should be fine.

If you haven't defeated Diablos yet, you can do an additional check to determine what mode you have installed: If you are on Lionheart, Diablos will never use Gravija, Demi or Doom if all party members' HP are low. In standard mode, he will still do so.

The first battle to feel noticably different from standard mode will probably be against the Iguions with additional enemies accompanying them. The Esthar Cyborgs at the end of the Cenra Excavation Site can also be noticably more difficult to defeat, as they pretty much retain the power level of the very first version of the mod, where they were widely considered a nightmare.

Thank you for your kind words, hope the second playthrough won't disappoint.

6
Hey heromic. ATB related changes are located in the .txt file loosely included in the DL package. Edit it so that it contains only the following lines:

Code: [Select]
600000:1000
+400000

#Status duration per ATB speed setting adjustment (to accommodate change at 844AE)
83307 = 30
83318 = 83 C1 04 56 0F AF D1 8B 4C 24 08 D1 E2 90 8D 34 49 8D 0C B1 5E 8D 04 C8 66 89 14 45 64 7B D2 01 C3

#Narrowing of ATB filling speed based on settings in Config menu
844AE = 83 C1 06 8D 0C 89 8D 0C 89 8D 14 89 C1 E2 05 89 50 10 C7 40 14 00 00 00 00 C3

#Narrowing of Summoning bar speed based on settings in Config menu (redirection to code cave)
8D8F1 = E9 87 B3 6D 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90

#ATB Wait behavior rewritten (redirection to code cave)
A9450 = E9 CC D4 6C 00 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90

#Summoning bar speed (narrowing per ATB speed setting)
768C7B = 90 90 8D 0C C0 8D 14 48 31 C9 8D 04 93 8B 15 38 E7 CF 01 81 E2 FF 00 00 00 66 8B 0C 45 D8 E0 CF 01 83 C2 04 0F AF CA B8 EB A0 0E EA F7 E9 01 CA 8D 0C F5 00 00 00 00 C1 FA 06 E9 6D 4C 92 FF

#ATB stops when selecting targets in Wait Mode; ATB keeps running while searching for spells in Selphie's Slot and during escape attempts even when in menus
776921 = F6 05 3C E7 CF 01 01 74 74 6A 00 E8 CF D4 88 FF 8A 88 BD 03 00 00 83 C4 04 80 F9 04 74 5F 6A 00 E8 BA D4 88 FF 8A 88 A0 03 00 00 83 C4 04 F6 C1 03 75 4A 6A 00 E8 A5 D4 88 FF 8A 88 F8 03 00 00 83 C4 04 80 F9 1D 74 35 6A 00 E8 90 D4 88 FF 8A 88 DB 03 00 00 83 C4 04 84 C9 7C 21 6A 00 E8 7C D4 88 FF 8A 88 AE 03 00 00 83 C4 04 F6 C1 20 74 0C E8 39 6A 93 FF 85 C0 74 03 31 C0 C3 B8 01 00 00 00 C3

Also set ATB Multiplier in kernel.bin to18-20 using Doomtrain tool to get adequate ATB filling speed that is not overly slow.

To those encountering crashes using the aforementioned ATB patch: I have double-checked before initially uploading it and then again after issues were reported here, but didn't encounter any crashes at the start of a battle. I also know of at least one person who got the changes working correctly.

Make sure to disable any other mods that alter the .exe file, as they could cause conflicts when used in conjunction (the hard mode included in the Lunatic Pandora package comes to mind). That's pretty much my only guess for now, sorry for the inconvenience.

7
Hello BerikXardas,

The game randomly crashing after attacking with Squall is a bug in the 2013 Steam version and not mod-related. I'm not sure what causes it, but lowering internal resolution and playing in windowed mode may alleviate the issue.

As for the enemy ability that causes a softlock during the Mobile Type 8 boss: I think it's only used if you attack with the Thunder element a few times. So for now, try to defeat it without using any Thunder elemental attacks, until a proper fix is ready. Sorry for the inconvenience.

@MisterBombastic95: Try the following if still relevant: Right-click on the DEMASTER_EXP folder in download package, select Copy, right-click on an empty space in the game's root folder (Steam -> steamapps -> common -> FINAL FANTASY VIII Remastered) where DEMASTER_EXP folder is present, select Paste and finally "Replace files in the destination" when Windows asks how to proceed.

@kakayijo160: Item IDs in shop.bin are in this order, if that helps. I'm afraid I don't have any information on unsealing locations on disc 4.

8
Updated 2013 Steam with a patch to address ATB related issues. Changes are as follows:
  • The differences between ATB speed settings in Config menu are now much more subtle. Highest speed setting should be safe to use now.
  • In Wait mode, ATB bars stop when selecting targets (without breaking Selphie's Slot Limit Break).
  • In Wait mode, ATB keeps running during escape attempts even when in menus.

A few mistakes present in the previous version have been corrected:
  • Rather than just Shiva, Quezacotl and Ifrit start with EXP-None ability learned as well.
  • Megalixir and Power Generator have been removed from Chocobo World loot.

Haven't found a way to implement the ATB changes to Remastered yet, but will keep trying. Remastered will receive a notification in the opening post for now, as suggested by MrMadakey. Sorry for the inconvenience.

@kakayijo160: Shop inventories are stored in shop.bin, a file contained in the menu.fs archive that can be extracted with the Deling tool. As there is currently no tool to edit the shop.bin file, you need a hex editor to do so. Every shop is 32 bytes each, with every item using two bytes. First byte is Item ID followed by either 00 or FF - FF means item is available right away, while 00 means it requires Tonberry's Familiar Ability to become available.

9
No problem. Didn't regard your post as intentional spread of misinformation - it rather just has that certain saltiness in it, that often leads to unintentional generalization of things.

Anway, I'll take it as a reminder that's there's still unfinished business with this mod, so thank you.

10
Sure, the mod might be more AoE-heavy than the base game overall, but your initial point was about all enemies being able to open with an AoE, which is simply not the case.

The number of enemies capable of starting with an AoE is a little less than 30% of all enemies, including ones that use AoE only under certain conditions (level threshold, specific battles or number of enemies present). Aside from that, not all of them are meant to be threatening (such as the Geezard's or Raldo's Foul Breath), but can potentially become a threat with ATB speed set to max. With highly damaging AoEs usually being strictly regulated to not be used consecutively and with the new Heal ability + Mega-Potion buff, things shouldn't be too difficult, at least in Standard Mode. I can see some more AoE restrictions in a third difficulty option though.

Currently aiming to release an ATB patch by the end of this week. It's basically ready for the 2013 version, but want to look into Remastered too, as I don't want to separate the two versions again, now that they are almost identical. And it's about an important issue that can potentially ruin the entire experience. Will report back.

11
Hey just a heads up, ruby dragon flashback on lionheart mode, wards in battle texture is all messed up and glitched, fight still works and no issues other than that from it
That's an issue caused by a specific Demaster tool setting. The glitched texture can be fixed by unchecking the character resolution limit option.


What did you do to the Abadon encounter? It one-shot two characters with what seemed to be instadeath moves, and then got to move like 5 times in a row against Squall. I'm not playing the Lionheart mode so such cheap tactics shouldn't exist...
Abadon has a 1/3 chance to use a physical attack that can cause instant death, but only while crouching. That attack itself has a 70% base chance to inflict the status, which is reduced by the target's Vit and status defense. So indeed, with some bad luck, Abadon will spam this attack during the crouching phase (which lasts 4 turns). I think it's ok to have an undead boss that can cause Death, so I'll leave that attack in, as even in the worst case scenario, you can use Mega Phoenix or Full-life (which the mods gives you plenty of, long before a full stack becomes easily accessible) to make a comeback. But I'll prevent it from being used consecutively for Standard mode. Thank you for your input.


Hi, is there a Devour list somewhere please? Docs say more enemies now increase character's stats by munching them. Thanks
The HP gains might not be 100% accurate, but it should be the following:

-Snow Lion: HP +10
-Ruby Dragon: HP +30
-T-Rexaur: Str +1
-Chimera: Mag +1
-Adamantoise: Vit +1
-Ochu: Spr +1
-Behemoth: Str/Mag +1
-Malboro: Vit/Spr +1
-PuPu: Spd +1

So, I wanna ask something.. Are you aware of how Damage Per Second works?

I've seen that there is limitations on how much you can manipulate a mob to do however, me getting one shot in a menu before I can even decide what to do because every single mob has aoe at the start of a fight is not exactly what I would call... "Balanced."

Now you've mentioned that there is limitations to this.. Why is there limitations? Just reduce the amount of damage that the mobs do across the board.. It's literally that simple, you've got mobs doing 6 attacks to my entire party before I've even got 2 attacks off and they're doing nearly a 3rd of my life in one hit. If they're doing this many attacks, tone it down a bit maybe?
Actually, only very few enemies have a chance to start the battle with an AoE. In fact, AoE usage is more limited than in the base game. Many enemies are set to not use AoE several times in a row, whereas in the base game, they can basically access them whenever they want (Grendel, Cockatrice, Chimera or Bahamut to name a few). Please check thoroughly before spreading misinformation out of anger.

As for your actual issue: Check your ATB speed setting and reduce it if it's on max. I assume it is, as no enemy can do 6 attacks before you get even 2 turns on normal ATB speed settings. I've already explained several times - at one point even to you directly - that high ATB speed settings are not recommended as they give enemies an unfair speed advantage that you can't negate even with supernatural reflexes. The higher the ATB speed is set, the more attacks enemies get compared to you, that's how it is even in the base game - it becomes noticably more difficult then. And I'm not willing to balance the difficulty of this mod around this setting. It's just way too fast.

Guess I'll have to add this information to the opening post and mod documentation until a proper ATB speed adjustment is ready (I know there is a setting for that in the Doomtrain tool, but changing it so that max Speed becomes more managable results in standard speed settings becoming super slow) - too many players fell for it already, without realizing where the issue stems from, rather blaming the mod instead. I'll do my best to finally come up with that long-needed fix (also making the ATB stop when selecting targets), so this issue can finally be put to rest.

12
Hm, this seems weird. Triggering the White SeeD option in the library actually requires talking to Rinoa as Squall, which is not possible during the scene you mentioned, because Squall is physically not present at this moment, just on the mic.

Anyway, it is no problem to prevent this from ever happening before the intended point with a little tweak to the script. Thanks for the info.

13
There are a few more enemies that use this attack, so sent a PM with a corrected kernel.bin. Thank you.

14
@Aynath: You could upload the kernel to a file sharing site and then send me a PM with the link. Alternatively, I could extract the kernel from the download source and then send it to you. I presume you downloaded it from nexusmods, is that correct?

15
@Aynath: A quick file check showed that the Tonberry King battle seems to be in order. The Arm Slash attack does not exist in the current version and is replaced by an attack called Scourge, which is also used by Tonberry King. So your issue likely stems from the Martial Law compatibility version. If you extracted the kernel.bin file from main.fs archive via the Deling tool and sent it to me, I could fix it for you.

Also thanks a lot for all the feedback lately. The Triple spell is scheduled to be removed in the next version and Renew will be nerfed with Protect and Shell reducing damage by only 25% each. Darkside will be left as it is, as it stacks will critical hits, damage to the back and elemental attack damage, making it a very potent command that can compete with multi-cast spells easily (damage penalty is 20% of users max HP by the way, not 33%).

As for enemies attacking too fast, I don't really see the issue as long as ATB speed isn't set to max in the Config menu. Looking at Nesouk Kefka's video above, you can see that he manages to perform most of his actions in time, even against the strongest enemy in the game. Ifrit using his AoE multiple times in a row should be no problem either as it deals considerably less damage than his single-target attacks at that point.

Sadly, I don't have the time to address all the other arguments made, but everything has been noted and evalutated for inclusion in the next version of the mod. I can't come up with a release window, but it will come sooner or later.

16
Will this get a dialogue update similar to FF7 NT where the translation is improved?
Other than correcting spelling errors and bringing the translation closer to the Japanese original version where applicable, there are currently no further plans to improve the game's translation. For a full overhaul (including changes to certain plot elements), I would strongly recommend having a look at Percival's Succession mod.

This NORG (Lionheart) fight has got to be the most disgusting fight I've encountered yet lol. Reflect misses him so he has free reign to use his Renew, his Renew can't be dispelled, he has a single turn team dispel but no debuff magic works aside from Meltdown. The strategy is just to just out damage his heals. I used Demi a bazillion times and had my DPS damage him fast enough at the tail end so he couldn't cast Renew again. The fight at the prison bridge with the two robots and red soldiers was more interesting than this. I wondered if Doom would have worked too but I'm too tired from trying to check which status spell works and the save point from the boss fight is kinda far what with all the talking and whatnot.

Would Doom have worked on this fight? I'm gonna KO myself if so.
Dispel is supposed to work against NORG's Renew. If it doesn't, you probably missed a step during mod installation, skipping on several mod features. Make sure you have Roses and Wine W07 installed and the Ragnarok_mod.txt file placed at the designated location, as described in the setup instructions.

Doom works against Elite Soldiers 100% of the time, but not against the GIM52A's, so it would have made the battle noticably easier if you can survive long enough.

Ok I give up. I played 190 games and did not get the Rosetta Stone.
Are you certain that it is coded correctly? Maybe in the table you wrote "Rosetta Sone" instead of "Rosetta Stone" like you did here in the table, and that makes the prize impossible to get?
I rechecked and tried to win the Rosetta Stone myself and got one after around 50 games, so it is coded correctly. The only advice I can give here is using the game's internal speed boost (activated by pressing F1 in 2013 Steam or some button on the controller in Remastered) to make this a little more bearable.

Hi, any tips on getting Odin as soon as possible? I'm in Disc 2, I have Tonberry King, and I just beat the Captain/Commander in Balamb; I think I'm still too underpowered to kill the enemies quickly on the way to Odin with the timer and all that etc.

So like any tricks to get it done quickly? I thought I might wait until getting Eden and Enc-None but that might come real late right and thus missing opportunities for Odin to put in work?

Or what's the recommended time to go for Odin?
During the scripted encounter on the way to Odin, you can use Zombie on the Armadodos and then use X-Potions or Curaga spells to finish them off quickly. If you also cast Berserk on them, they won't be able use their Earthquake attack, which might save some more time. The Chimera on the other hand is vulnerable to Gravity damage and Slow, so if you use Demi and Slow, it should go down relatively fast.

As for getting Odin, there is no real recommended time, as he is just optional and no longer possesses the valuable Triple spell. If you try to beat him right after getting control of the Garden, it will likely be hard. But at that time, your party members can already have around 3500 HP and solid stats with the right levels and/or junctions. The spells you should have for junctions when trying to tackle him right away are as follows: Regen, Bio, Life, Meltdown, Reflect, Death, Haste and Stop. Pain is also useful if you managed to get a full stock during the NORG event, but is not a must. The most important thing is that you have something effective junctioned your Spirit stat and some AoE heal available.

Can anyone tell me where the Iguions are ? I've been searching in the sewers for hours and can't find them at all.
Enter the sewers from Caraway's mansion and head east until you reach the ladder that leads to the boxes near the Presidential Residence. From there, go one screen to the left and wait there for several seconds until the Iguions "appear" (I would love to make them visible at that place, but due to Deling tool limitations, I can't).


Short update on new version: Making the Hit stat matter for Squall and Seifer brought more negative side effects than initially thought and is unfortunately not possible by changing just a few bytes in the game's exectuable. It is brutally hard-coded and a lot of manual rewriting was necessary to make it work. Managed to do so a couple of weeks ago, then needed a break from the game as it was a quite daunting task. Will resume work shortly, add some more content and call it a day for now. Sorry to those who are waiting.

17
Hi, in the 2nd battle vs BGH251F2, suddenly Mighty Guard was applied to my party out of nowhere.
Not complaining if it's helping me, but I'm wondering how did this happen?

Also, is Gilgamesh good in this mod?
BGH251F2 using Mighty Guard and Mega-Potion after a certain time has passed is intended, mainly just to make it more believable that Selphie and the others are still trapped inside. Think of it as Selphie having trouble controlling that thing at first (which is understandable considering its nearly broken state), but after some time, she figures out what buttons to press to actually help the party. Not that it really matters in the end - at the time BGH251F2 starts doing this, it barely does any damage anymore, making it basically impossible to lose the battle.

Gilgamesh is unchanged from the base game (damage increase for Excaliber and Masamune aside). If you don't like his random appearances in battle and already got Odin, make sure to have at least 1 Amethyst in your item inventory before facing Seifer in Lunatic Pandora, to avoid Odin getting replaced with Gilgamesh.

Can i play this mod on the nintendo switch?
No, not yet. At the moment, I don't even know how to port it, but I'll take a look at it after v1.3 for 2013 Steam version is done.

As an aside it took WAY too long to get dragon skins: High-Level andacondas aren't available & I don't want to mod that 1 Carbuncle card so Calisto please increase Blue Dragons way too low encounter rate!!!]
Blue Dragons are actually very common at the non-snowy cliff areas near Trabia Garden. If there is any information in mod documents that point to the encounters at the snowy forests, I apologize - they are indeed quite rare at this location. I didn't know about their common appearance at the cliffs until very recently.

Hi guys, does anyone have the full list of abilities each GF can learn on their own, and when they unlock? I want to plan which gf gets to use these gf learning items for my loadout. Thanks.
There isn't such a list available at this time, but you can check GF skill trees by extracting the kernel.bin file from main.fs archive (found in lang-en folder) and then opening it with the Doomtrain tool.

Is this mod the same between the regular steam release and the Remastered version?
The differences between the two versions are currently very few. A short summary can be found here.

Keep in mind that despite JWP's Vit 0 patch missing in Remastered, some enemies are still immune to Vit 0 in that version. If an enemy is vulnerable, they just don't have any resistance and the status will be inflicted nearly 100% of the time (unless the target's Spirit stat is very high).

18
Yes, it's still possible to get a Rosetta Stone from said card player, with the chance being slightly increased compared to the original game (4/256 instead of 3/256).

Furthermore, the item received after a card game is still determined by randomly generated number between 0 and 255, but the range that nets a Rosetta Stone has been changed in this mod: In the base game you need to roll either 253, 254 or 255 to win one, whereas in this mod, you'd need to roll either 239, 240, 241 or 242 - so I don't think that the known RNG manipulating tricks still work.

Here's an overview of what can be received from both card players:

Code: [Select]
Generated number Item 200 G player Item 500 G player

0-118 Potion+ Potion+
119-182 Eye Drops Eye Drops
183-214 Remedy Remedy
215-230 Wind Flute Gaia Drum
231-238 Mega-Potion X-Potion
239-242 Rosetta Sone Power Wrist
243-255 Hi-Potion+ Mega Phoenix

The chance for the one-time item is calculated independently from this and has been increased from 1/32 to 1/8 in this mod, and the reward itself has been changed as well: A Tri-Point card from the 200 G player and a Mobile Type 8 card from the 500 G player.

19
Version for use with latest Demaster patch is now up and can be found at the top of the opening post.

DL for use with zzzDeArchive remains available as usual. Just scroll down to setup instructions for Remastered to find a link if you prefer this install method.

@kx101: Thanks for reporting back. Glad to hear it worked.

20
A compatibility version for Remastered 1.0.3 is now out.

Installation must be done with zzzDeArchive for now, as Maki's Demaster patch has not been updated yet. If you have used Demaster prior to game version 1.0.3 and want to play this mod now, I'd strongly recommend reinstalling your game from scratch before mod installation to avoid start-up issues (mod setup instructions are included within the DL package). An alternative method will follow as soon as Demaster patch is ready.

@MrMadakey: The ATB system works as usual in this mod. Your impression about something being wrong could stem from the fact that the ATB bar doesn't stop while selecting targets, even if it's set to wait. Also keep in mind that some enemy attacks are counter attacks (such as Biggs' slash attack, or Diablos' Haste, to name a few in the early-game) or abilities that are set to be used consecutively, like the Brothers heal followed by an immediate attack regardless of ATB settings. All in all, I would recommend leaving ATB filling speed to default setting or even lower, to make it easier to keep track of the course of battle.

21
Xatm: I went for the 50ap boss reward because I wanted to challenge myself and he was rough. Huge physical AOE and ray bomb make it almost impossible as a sustain fight.
I did manage to win but was disappointed that there were no additional rewards for such a challenging early battle.
I found salvation in Selphies Slots, landing spells like meteor x3, holy x2, meltdown x2 and Flare x1. Her limit break does and continues to do a ridiculous amount of damage for most of disc 1.
Yes, the battle can be rough depending on the resources available. Probably the safest way to go is having a few Double spells left for Selphie and make her some Thundaras with the two Magic Stones that are dropped by Elvoret. With that, X-ATM092 should go into repair mode quickly enough (after dealing around 2300 HP damage). During that phase, it is best to not damage it any further until it gets up again, as the key to winning is triggering the self-repair sequence 5 times. Instead, the idle time should be used to roll through Selphie's Slots until you get something powerful enough to strike it down again immediately after it gets up to avoid any of its attacks for the time being. Right before X-ATM092 stands up for the last time (when all of its ~11000 HP need to be depleted in one go) you should have Protect and Shell on all party members which is most easily done with Selphie's Fortify spell.

As for the rewards, you should have gotten either a Power Wrist, Orihalcon, Hypno Crown or a Force Armlet, as in the base game.

Selphie's possible spell combination at the beginning of the game is admittedly way to good sometimes. Her Limit Break is intended to be powerful due to its luck-based nature, but 3 times Tornado, Quake, Meteor, Flare or Holy was actually not planned and will be adjusted to 1 time max at lower levels for aforementioned spells, and max 2 times for all -aga spells and Meltdown.
 
Quote
President: This guy was a push over, I think he needs more hp or more threatening damage/ a gimmick like zombie chance on hit.
I think this boss is fine on Standard Mode, but yes, for Lionheart, it can be a little underwhelming. For the next version of the mod, I already set some counters for Cura and Fira, and gave it the Zombie spell, but now that you mentioned it, I think an attack with Zombie on hit might be even better than just the spell. I'll think about it.

Quote
Quistis fits in the support role, Matra magic has been extremely useful on more occasions than I expected.
You mean Micro Missiles, right? If so, then yeah, this one is especially useful against many high HP normal enemies later in the game and benefits a lot from having the damage cap removed. Gravity Bombs work similarly, do a little less damage, but hit all enemies and there's no need to be at low HP to use Limit Breaks, so I'd recommend getting them. They can be bought from Odine Shop in Deling City with Tonberry's Familiar Ability learned.

Quote
Zell feels pretty much useless and Irvine is only a slight upgrade to him(curse ammo is somewhat useful in regular fights), I think at this stage my preference is leaning toward heavy magic use like my first playthrough on standard.
Zell and Irvine's usefulness mostly depend on weapon upgrades and leveling up. After reaching certain Strength values, they should be able to compete with the damage spellcasters do, especially when using the Darkside Ability. I know that the investment to make them worthwhile in current versions is a little high, so I'll try to make them do more acceptable damage from the get-go.

Quote
I am having a hard time against regular foes, so much so that I cant even sit and draw to 100 especially with anyone other than Rinoa (due to high magic stat).
Regularly using life/Phoenix downs in-between and during fights because theres just soo much damage being chugged out all the time.
Not complaining mind you, just didn't expect this much resistance.
Most normal enemies are vulnerable against Slow; Blind should also work somewhat reliably. Just keep in mind that when trying to inflict status effect on an enemy, use your high Magic characters if you want to do it by casting a spell, and your physical attackers if you want to cause it through Status Attack Junction, for maximum success rates.

Quote
Raijin/Fujin - Another wall off a boss and sadly I hadn't trained enough to compete on even footing. Additionally I had saved in zells house so any chance to train was out the window.
There is the possibility to leave Balamb for more training before doing Fujin and Raijin, but it's pretty well hidden. It involves the Big Bad Rascal that lives in Zell's house. Check this link for more information.

Thank you for all the feedback in general, it was a very interesting read :)


Hello Calisto,I find a bug in your mod.
During cd2 in the prison when Irvine apear with master class to shot galbadian soldier (just before rinoa kick her ass lol), during this animation, Irvine haw no head, and just after game crash.
I manage to passed this by uninstal the mod, pass this sequence, and them re instal the mod (no conflict with geforce ability by done this).
I checked this and it seems to be a problem with the Demaster tool. Opening the demaster manager in your game directory, and then unticking "Disable field character resolution limit" fixes this.


Hi guys, i have a question, if i use the ragnarok lionheart mode, i can use magic booster option from ff8 steam? I'm late game and it's boring draw magic to take 100 of all magic. I thinking use the magic booster to stay 100 of all magics i have in game, i can do this or the mod is down if a use the option?
Yes, using the magic booster still works as usual in this mod. No conflicts at all.


have small question, finished installing all the lunatic pandora mods and wanted to know if RR is compatible with it

saw that this mod changes some stuff that also LP changes so wanted to know if anyone tried merging both mods

Ragnarok is compatible with all Luncatic Pandora mods, but I would recommend not using the Lunatic Pandora hard mode as it will add features that will further increase Ragnarok's intended difficulty curve (such as decreased physical damage output by party members and increased damage output for enemies).

22
Sorry, the second offset was slightly off. Try 0x2ECB33 from 0 to 4 instead.

23
@darknesshah66: Cover works as usual for me in Remastered, with or without the alteration. Did you maybe overlook the fact that it triggers only for low health characters that also need to be adjacent to the one that has it equipped?

@miruss89: Yes, I had a look at it. To set the Crisis Level to 4 permanently, change 0x2ECAB7 from 75 to EB and 0x2ECB33 from 0 to 4.

24
@EthanWaber: Thanks. I'm also glad there's still some activity and general interest here, which helps with the motivation to finalize version 1.3.

@levantine: It made sense in the base game to not learn Wishing Star, to get Invincible Moon procs even at Crisis Level 4, but Invincible Moon has been changed to "just" a free Megalixir in this mod, so I would say skipping on Wishing Star is not as tempting as it usually is.

Some players also decide to not learn Angelo Strike to have a higher chance of triggering Angelo Cannon because it hits all enemies for about the same damage as Angelo Strike, but in this mod, Angelo Strike has a much higher damage potential with the 9999 damage limit removed; it also inflicts 100% Confuse on an enemy not immune to it to make up for the attack only being single-target.

In the end, I would say you can't really go wrong with learning them all.

25
Most of the data that's in the exe in 2013 can be found in the EFIGS file in Remastered, but searching using the old strings doesn't help in most cases, as regs are usually different compared to the 2013 version.

To change the Angel Wing multiplier to 3 in Remastered (version 1.0.2), locate offset 0x2E46C4 in EFIGS and change 8D 04 80 to 8D 04 40.

To remove the damage reduction from the Cover Ability, locate offset 0x2E46E3 and change D1 6E 34 to 90 90 90.




Pages: [1] 2 3 4 5 6 ... 12