Seconded and this link from 6 months ago https://fenoxo.com/forum/index.php?/topic/2260-04s/#comment-33314 shows I grind more than a pole dancer pulling a double shift
[SIZE=14.666666666666666px]I’m pretty new to FoE, but I’m finding myself to be enjoying it much, much more than I ever enjoyed CoC. The Party System is a great addition honestly, and whilst you’ve had people fight with you CoC, they never seemed to be much help. I like the idea of your companions actually being helpful in terms of combat, instead of just being romantic interested.[/SIZE]
[SIZE=14.666666666666666px]Not to mention the story is a lot more enthralling. The name ‘Fall of Eden’ is a bit of a misnomer, as we’re trying to stop that from happening, instead of it happening whilst we’re there. But fighting against corruption is better than trying to slay the queen after she has won imo. It leaves for much greatly and wonderful areas... and I bet that plane hopping is indeed planned to be part of the story eventually.[/SIZE]
[SIZE=14.666666666666666px]I will admit that one of favourite parts of the game is the themed room though. I love the different stories, and I really wish we they were more fleshed out. [/SIZE]
[SIZE=14.666666666666666px]Still, am I to understand that FoE hasn’t been updated in a long while now due to irl issues?[/SIZE]
Mhmmm. I wouldn't mind giving him a hand with writing if he asks for it, but that's all I can do. Offer support where and how I can.
Actually, depending on their skills, more writers could be a good thing.
Now I'm sorry if I'm going to be rude, but here's why we'd never ask anyone: You need a hella lot of drive to write stuff for any game. What happens if you write someone central to the main story and then you disappear as many other writers do?
This is not something everyone has, and just the fact that you have to be asked to do it, it already puts said drive in question.
I suggest you try something from here https://fenoxo.com/forum/index.php?/topic/319-foe-bounty-board/
Pick the one you find most interesting, you will need that interest, then make your options flow chart.
Check the chart cover such things as: cock/cock+vagina/vagina/null, multi-cock, chest type, skin type, odd legs [knees?/naga/goo], taurs, sub/dom, companion/party-time...
All that remains is to write something good and hot.
Submit it and see if it passes mustard.
[As a courtesy could you not choose Brainy Bunny Win. Over the last 6 months, I have been trying to knock something together for that one, no one said it was easy.]
It's made in Javascript, unlike CoC and TiTS, meaning I can write something like this...
var FuncCatalog = (_.invert(_.pickBy(TF.ItemEffects, function(val){return typeof val === "function"})));
for(var item in _.pickBy(Items, function(value){return value instanceof TFItem})){
console.log(Items[item].name);
if (!Items[item].effects) {
console.log("\t" + "Not defined as an effect list");
}
Items[item].effects.forEach(function(effect){
var effectLine = "\t";
var effectName = FuncCatalog[effect.func];
if (effectName === undefined) {
effectLine += "CUSTOM EFFECT";
} else {
effectLine += effectName;
}
if (effect.opts) {
if (effect.opts.race) {
effectLine += " => " + effect.opts.race.name;
}
if(effect.opts.ideal){
effectLine += " => " + effect.opts.ideal;
if (effect.opts.count || effect.opts.max) {
effectLine += " by steps of " + (effect.opts.count || effect.opts.max);
}
}
if (effect.opts.odds) {
effectLine += " (" + (effect.opts.odds * 100) + "%)";
}
} else {
effectLine += " (No parameters)"
}
console.log(effectLine);
})
}
...paste it in and get a complete list of all the TF items in the game and what they do. No need to mess arround with a save editor there, it's all there.
That's actually pretty impressive...do you do coding? Cause I think that would help Alder immensely to have be the only person able to do it. Not pushing, just curious.
One of the last changes in the current codebase includes a few changes I did to the alchemy system a few months back. As for helping Alder, well... I suppose I could work on closing a few issues here and there on git, but I just haven't found the time lately. I was going to do something about this issue, but then I had to put it on ice, the game went on hiatus and I kinda lost motivation.
It's fun to play around the code, tough, see all the things you can do like that.
Thanks for the help with the alchemy stuff and I can totally relate to things getting too busy. I actually encountered that same issue that you linked myself a week back in trying to boost my male PC's fertility so it's still a thing.
I can't blame you for losing motivation for the game when the creator was feeling down as well, if you managed to have the time in the future though and felt up to it, I know that I personally would appreciate anything you could do to help.
Heh, thanks. Then again, it's not like I needed external motivation, y'know? We've all had that same issue at one point or another trying to min-max our chars, it's all about finding an elegent way to fix it.