Devoidbrah
@devoidbrah
Active 5 years, 1 month ago-
Jeffrey replied to the topic Character Start Date in the forum GOF Eras Module 2 download & discussion board 2 years ago
The “Constrain” feature is not exact, and is mostly just to reduce the other number of other heroes that exist in the world. If other heroes have a timeframe roughly similar to the hero you select, they can be encountered in the taverns and if they exist too far outside the timeframe, they are not active in the world. It has no effect on nation…[Read more]
-
Jeffrey replied to the topic Fantasy Music Pack Release in the forum GOF Eras Module 2 download & discussion board 2 years, 8 months ago
Cool. If you would like, I can add your Fantasy INI folder and the Addon files to the standard Itch download. It won’t add the Fantasy entry to the config music dropdown and people would still need to modify their own start.ini for that (I don’t change start.ini because anyone using the Itch client synch would lose their start.ini settings…[Read more]
-
Jeffrey replied to the topic GOF Money Lender Deposit ? in the forum GOF Eras Module 2 download & discussion board 2 years, 8 months ago
I think you can store up to a million in one bank location.
The reason the old GOF mod doesn’t work is because we moved the dialog text base files to make multiple language (Portuguese) work better.
I am not interested in rewriting any old GOF mods to be compatible with ERAS.
If you want to modify your own, I think the only change they made in…[Read more]
-
Jeffrey replied to the topic Aztec Tablet in the forum GOF Eras Module 2 download & discussion board 2 years, 10 months ago
Send your save file to [email protected]. I will investigate.
-
Jeffrey replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 3 years, 4 months ago
Itch has been updated with the Morgan hat position fix.
-
Jeffrey replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 3 years, 4 months ago
The hats need positions defined for every model and unfortunately, that is a manual, trial and error process, so not all models are yet defined. That is why they don’t get placed on some characters. As for Morgan, her model is “beatrise” and I confused the positioning for that one with the “beatrice” model. They are clearly not the same LOL.
-
Jeffrey replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 3 years, 5 months ago
Sail-to label problem should be fixed now with latest update.
-
Jeffrey replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 3 years, 5 months ago
This might only happen in specific locations, because I have been unable to reproduce the problem on my own when I try random locations. Can you send me a save where this occurs?
-
modernknight1 replied to the topic Appreciation in the forum GOF Eras Module 2 download & discussion board 3 years, 7 months ago
Really appreciate the kind words Marty. It’s really very nice to hear after so much silence for so long. I don’t even know what to say except thanks.
I feel like the dog who has been experimented on his whole life in a cage and suddenly is let out in the grass – and his reaction with his first experience of what grass feels like on his feet.
MK
-
modernknight1 replied to the topic Checking in again… in the forum GOF Eras Module 2 download & discussion board 3 years, 7 months ago
No one is more unhappy or disappointed about how everything has gone than yours truly.
I could write a long diatribe of how I feel and what I’ve thought about doing and why things are where they are, but I don’t really think at this point anyone cares or would read it anyway.
Yeah Jeffrey is sitting on a bunch of content I gave him a year ago -…[Read more]
-
Jeffrey replied to the topic Gameplay Questions in the forum GOF Eras Module 2 download & discussion board 3 years, 7 months ago
This code was modified slightly and I found that I needed to swap two lines in the source for it to properly recognize the scripts wanted it off. I fixed this and uploaded it to Itch.
Nothing related to wind has changed at all, so that may just have been a long string of bad luck during the random weather changes.
-
Jeffrey replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 3 years, 7 months ago
A slow and steady decrease in stability? Whatever…it runs faster and without any trouble on my machine and has been perfectly fine for me for a long time.
Since I have no problems, I can only guess at what might be causing your issue. I just uploaded another version. If that still causes you an issue, add this to the top of your start.ini…[Read more]
-
Jeffrey replied to the topic Safe Storage in the forum GOF Eras Module 2 download & discussion board 3 years, 7 months ago
The only chests that I’m sure are safe are directly in the ship cabin; the chests found in the hold are probably not safe as they will probably despawn.
Some cabins have several chests, some only have one, but items stored in any of the cabin chests will remain forever. If you switch from a cabin with multiple chests, to a cabin with only one,…[Read more]
-
Jeffrey replied to the topic Importing Music in the forum GOF Eras Module 2 download & discussion board 3 years, 7 months ago
Is there a link or someway to point us to these French shanties? We could add them to the game.
-
Jeffrey replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 3 years, 7 months ago
Your post comes at a coincidental time, as MK recently notified me of character problems in his game. He sent me a save and I eventually discovered a flaw from the original COAS handling of quest passengers and quest merchant escorts; the characters for those two never dissolve from the “character array” held in the game, even if you decline…[Read more]
-
Jeffrey replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 3 years, 8 months ago
Find the following lines and comment out the if( and the closing brace } lines like this:
//#20190113-03
[Read more]
//if(!CheckAttribute(arItm, "skipPerkCheck")) {
chref.model = GetSubStringByNum(chref.HeroModel, sti(arItm.model));
//#20180103-02 Hero animation extension
if (CheckAttribute(chref, "HeroAnim"))… -
Jeffrey replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 3 years, 8 months ago
The shore chosen is not fully random. I actually give the player a better chance, as it would suck to wind up an English character, stuck on Saint Martin, with only the enemy Dutch town of Marigot. So how it works:
It will only choose shores on islands with colony nations that match whatever Flag perks your character can fly. However, the game…[Read more]
-
Jeffrey replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 3 years, 8 months ago
The change is in charactersCharacterUtilite.c, function void SetEquipedItemToCharacter(ref chref, string groupID, string itemID).
Find the line: if(!CheckAttribute(arItm, “skipPerkCheck”)) {
The gloves, girdle and boots have the skipPerkCheck attribute, so they fail the ‘if’ test. If you want them to be considered, remove the if {} block…[Read more]
-
Jeffrey replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 3 years, 8 months ago
Confirmed this is a mistake for the ship init. Will be fixed in next upload update for ERAS.
-
Jeffrey replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 3 years, 9 months ago
I have no control over the Itch downloads. If you are using an internet browser to download, you might have better results if you download and install their free Itch client, the use the client to download, instead of a browser.
- Load More
by