Search results

  1. Alder

    Cheating at FoE

    Currently, no. I'm adding that to the 0.5.7 release as it would be useful for me as well. Some of it is available here already: https://github.com/AlderArts/foe/tree/feat_0.5.7 Keep in mind that due to how the game is coded, calling these functions may have side effects that could potentially...
  2. Alder

    Shifting the Blame

    A slightly obfuscated function of the UI is to "search" an area. You can do that by pressing the Looking glass icon on the left of the main text area, or by using the X shortcut. This is also what you use to start combat encounters while roaming the world.
  3. Alder

    Sorry stupid question

    On a side note: The way the game logic works, none of these three options are available until you have actually approached Rigard and spoken with Miranda. Before that, it's not possible to find Gwendy's farm or encounter the Outlaws in the forest. This is some lazy coding to avoid having to...
  4. Alder

    Revival questions.

    I don't have an issue with it. There might be some difficulty separating the "engine" from the content, however. FoE isn't really a clearcut framework, and the rendering code is pretty messy. In the end you might need to build something of your own anyways, but grabbing some snippets here and...
  5. Alder

    Cheating at FoE

    This method still works, but you need to write: game.player. instead. Inspecting the game object in the console should give you at least a little idea of what can be changed. Remember that messing around with flags is likely to create wonky behavior.
  6. Alder

    Small +/- issue when talking with Lagon

    Thanks for the report. It's fixed (and a few other similar instances) on github and will be in the next release.
  7. Alder

    Revival questions.

    You can always find the latest release here
  8. Alder

    Revival questions.

    Due to the restructuring of the game code, FoE needs to be built now before it can be played if you are checking the code out from git. To do this, you need node.js installed and some kind of terminal. Instructions are in the Readme file. If this is too much hassle, I'd suggest sticking to the...
  9. Alder

    Cat Dynasty brothel scene does not tell you what it changes

    Talon issue was addressed in another post and will be changed to "paws" for Gryphon feet next release. Fireblossom modifies some of your stats, but doesn't touch TF (right now).
  10. Alder

    Tigris does not chgange fur color to orange

    There's plenty unfinished and bugged content in regards to the TFs unfortunately. I'll look into the color issue, going to need to refactor some code to fix it. The Gryphon feet was an easy fix tho, thanks for pointing it out!
  11. Alder

    How does the brothel work?

    Neither of them have content interacting with them directly atm. You should be able to access Roa and the Theme rooms tho.
  12. Alder

    Mare loses her anal virginity every time sher is fucked with two cocks

    Not necessarily a bug. Though it's difficult to show, as the scenes/pics are the same, the random mobs (with the exception of the Mothgirl) aren't intended to be the same people between encounters. The virginity status of them are generated at random every encounter.
  13. Alder

    Do the things you get for fucking imps during character creation remain?

    The imp TFs remain, the demon TFs do not. There's currently no legit way to get Infernium.
  14. Alder

    GWENDY

    This was fixed in 0.5.4, did you play the latest release?
  15. Alder

    Vulpinix/Alchemy Bug

    This was fixed in 0.5.4, did you play the latest release?
  16. Alder

    error when using Toughen on a party member

    This particular bug was found and will be fixed in 0.5.5. It had nothing to do with toughen, it is an error in the Catboy Mage AI.
  17. Alder

    error when using Toughen on a party member

    Thanks for the bug report(s), I will look into them.
  18. Alder

    Revival questions.

    Jeanne can teach/brew Homos, which is the "human" TF.
  19. Alder

    Revival questions.

    I haven't had time to write an updated parser doc/contributors' guide. For now, if you are interested, contact me directly through PM (preferrably before starting to write). I probably won't have time to review things at the same rate I used to before.
  20. Alder

    Revival questions.

    There's some stuff for Adrian planned/in the works, but it'll be a while still. Current content is focused on expanding the farm. Nothing for TFs or hair atm.