Jump to content

Desmarestia

Member
  • Posts

    95
  • Joined

  • Last visited

    Never

Desmarestia's Achievements

Burgeoning Battle Gamma

Burgeoning Battle Gamma (7/17)

  1. Leopold and his group of refugees from G4 remind me almost uncannily of the farmers in Seven Samurai, especially the scene where Kikuchiyo discovers the farmers' stash of "scavenged" armor. What do you think?
  2. As a general rule, search for the smallest possible chunk of text that should be exclusive to what you're looking for. In this case, you could search for "feather" because you can reasonably expect it to appear in every mention of these tokens but nowhere else. "Feathered token" is too specific and would miss phrasings like "feathery token", "feather token", or "token with feathers on". On the other hand, merely "token" is too broad if there are other tokens in the game and too narrow if there is any chance Jeff used words like "chit" or "symbol" to describe the same thing. Another option is to search for the chunk of code that gives you the item in question, such as "set_spec_item(x,1)" which adds one of the special item numbered x to your pack. It should show up every time the game gives you one of this item.
  3. If you've taken the trouble to tiptoe through the territory, an agile assassination makes your weary work worthwhile.
  4. You can kill the guards, but the patrols respawn when you leave the area. Also, if one of the patrols notices you, really tough monsters will spawning in to puke lightning all over you. You'll have better luck sneaking around the patrols and killing the shapers at the far end; they stay dead at least. Turning the Pass hostile doesn't affect your reputation or ability to complete quests, as far as I'm aware.
  5. According to scripts, several creatures (Shapers, servant minds, Greta, etc) use Essence Orbs, but none use Shocking rain. It should be safe, assuming it works.
  6. I haven't tested this, but it seems like it might work. Open gf5objsmisc.txt and replace this: Code: begindefineability 31; // energy damage rain, is a spell, medium damage ab_name = "Shocking Rain"; ab_missile_type_fired = 134; ab_stat_ability_linked_to = 45; ab_stat_for_ability_bonus = 9; ab_damage_type = 1; ab_effect_base = 10; ab_effect_per_level = 5; //ab_num_of_missiles = 3; ab_ability_sound = 107; //ab_impact_sound = 117; ab_energy_cost = 75; ab_essence_cost = 4;begindefineability 32; // ice rain, low damage ab_name = "Icy Rain"; ab_missile_type_fired = 139; ab_damage_type = 6; ab_effect_base = 5; ab_effect_per_level = 3; ab_ability_sound = 107; With this: Code: begindefineability 31; import = 5; ab_name = "Essence Orbs";begindefineability 32; // ice rain, low damage import = 30; ab_name = "Icy Rain"; ab_missile_type_fired = 139; ab_stat_ability_linked_to = 45; ab_stat_for_ability_bonus = 9; ab_damage_type = 6; ab_effect_base = 5; ab_effect_per_level = 3; ab_ability_sound = 107; ab_energy_cost = 75; ab_essence_cost = 4; Basically, this should overwrite the Shocking Rain ability with the Essence Orbs ability, allowing you to cast it as you would Shocking Rain. Equally importantly, it should not cause Icy Crystals to behave weirdly. Let me know if it works.
  7. A Google search reveals that a Jonathan Huang is the only person who knows about these cheats. And by "knows about," I of course mean "made up."
  8. Something else to consider is that Khyryk's name might get corrupted as he fades into history, similarly to Trajkov's actions leading to the existence of the Trakovites (the other explanation being that "Trajkovites" rolls off the tongue like a cyanoacrylate lollipop).
  9. I like the idea of naming a group after Khyryk. Khyrites, maybe? Khyryk walks alone (cue Green Day) so few would suspect people of being his minions. Actually, Khyrite potentially sounds like some kind of sparkly mineral.
  10. You disapprove. All right, let me try to justify myself. Your goal here is to find a word that describes someone with both Rebel and Shaper sympathies. Shabels doesn't mean anything. You're trying create a word by combining syllables from existing ones, but English doesn't work that way. Shapers implies something. Rebels implies something else. What does Shabels imply? It's impossible to tell because you don't know what aspects are being taken from the original two concepts.
  11. I think it's supposed to be Solidified Flame. Maybe. I've never played it all the way through. EDIT: no, it's definitely a Deep Focus Orb according to the recipe.
  12. What ingredients are you using? Are you making the Purifying Elixer, perfecting the belt, and adding all the other ingredients in three separate steps?
  13. It's a thread devoted to finding the best portmanteau of "Shapers" and "Rebels." The whole thing is absurd and pointless. At least "Rapers" accurately reflects the attitude of some Terrestians.
  14. Mechanics, definitely. A hallmark of the RPG genre is that you are encouraged to go where you aren't permitted and take what isn't yours. Lethal obstructions such as mines and pylons are often placed in an effort to deter such behavior, and disarming them is preferable to dying in fire.
  15. 6. Once you've cleared a zone, you can choose your point of entry into it by first clicking on the zone adjacent to the entrance you want. Then, when you click on the zone you want to enter, the arrowhead should point to the correct entrance and you will be dropped off there.
×
×
  • Create New...