Hey, we have forums!

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

Pages: [1]
1
A report -

Looks like the above fixed the problem. I still don't get 4 spirits circling me, but I've reached the last save point with no issues. Haven't taken on the boss yet, but it's time for bed.

2
I've spent enough time. Seems that setting the flag does nothing, and I don't have enough understanding of how the game's scripts are structured to know exactly what's happening and what is getting called when. As far as I can tell, the Krotite entity never gets instantiated at all, and therefore no matter what code I might put into its class nothing happens because it won't be called... but I can't be sure. Even so - like I said before I was able to make it so that Li breaks out without any song or having all 4 spirits.

Here's how, just in case anyone else has this problem. I'll report over whether or not I can actually finish the game after doing this.

* Go into /scripts/entities/licage.lua
* You're going to modify the if statement at line 94.
* Change it to the following:
Code: [Select]
if not isFlag(FLAG_FINAL, FINAL_FREEDLI) then
if not seen and entity_isEntityInRange(me, n, 600) then
entity_flipToEntity(n, me)
entity_idle(n)
emote(EMOTE_NAIJALI)
seen = true
cam_toEntity(me)
watch(1)
cam_toEntity(n)
entity_setState(me, STATE_OPEN);
enterState(me);
end
end

The last two lines (setting the state to open) will make it so that when Naija sees the cage and yells, "Li!" it will suddenly bust open no matter what. This gave me the dual form and so appears to fix the problem. It's possible that I'll need the Krotite's flag to be correctly set later, though, I'm unsure.

You can also use the above to completely skip The Body and just bust Li out, if you want.

I'd recommend poking around in the scripts - I also noticed you can do things like make the enemies drop tons of arcane poultice and the like.

(If you're interested in checking out my save file to see what exactly is happening, here it is ZIPped up: http://www.mediafire.com/?sharekey=5d17cac6b27cf18100d27174b47c6657e04e75f6e8ebb871 )

3
Yup, I did that (although you're actually referring to only 1/3 of the song, it's actually DR-UR-U-UL-DR-UR-U-R-DR-UR-U-D).

My save file is just plain broke.

I'm a video game programmer myself - I'm looking through the lua files to see if I can fix this by setting a flag correctly. I tried setFlag(FLAG_SPIRIT_KROTITE, 1) in the level map, but that didn't seem to work. I can get the spirit around me by deleting a condition but I'm guessing I'll break something if I do it that way so I'll keep poking around.

4
Just tried singing every song I know (except the form songs), and nothing worked. The "cage" vibrates as I sing a note but otherwise nothing happens.

5
I don't have a previous save, unfortunately. I'll let you guys know what happens when I sing to Li. Could you tell me what song I should use? Because it's Li in there, I obviously tried his song, and because the boy is there I tried his song as well. I also tried every other song I could think of, and nothing did the trick. Did I try them when I had 3.5 spirits? I'm not sure, but I'll give it a look-see in a bit and then post the results.

6
I forgot to mention that I double-checked every single crystal again, all are now empty.

Sounds like a bug. Awesome.

As far as I know, I didn't do anything to trigger it, except maybe when I tried to go down further, then it showed me that Li was still captured. But I'm guessing that's not anything special.

7
Hey all -

Looks like I'm almost done with Aquaria, but something is missing in The Body. Out of the 4 crystals with sprits, I've gotten 3, and the one in the top-left corner is missing (it's an empty crystal). I've beaten every boss in the game (including minibosses) except the last boss. I'm missing only 3 treasures. I've got all the health upgrades. There are maybe two small sections I haven't explored. In summary... I have no idea what should be in that crystal and why it isn't there. I'm guessing that's what I need to rescue Li and get this "dual form" everyone is talking about here. :-P I think the thing I'm missing is one of the Sun Temple people, (I've got the prince, the forest person, and another I'm not sure of... green, pink, teal), but I'm not sure. Anyway I beat everything else and have all the extra memories... so what I'm I missing?

Thanks.

[EDIT]After checking out a map, looks like I'm missing the Krotite Warrior. That's weird because I'm pretty positive I did absolutely everything I could over there.[/EDIT]

Pages: [1]