Activity Streams
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 9 months ago
Looking through the files in order to edit officer models I can’t find where they are listed. How does the game detrmine which models to use for officers? Or for pirate captains for that matter.
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 9 months ago
Is there a limit to how many heroModel models a character can have?
Is it hardcoded?
The text at the start of HeroDeescribe mentions 8 levels of armor:
“(without armor, light, medium, tough, golden, clothes_1, clothes_2, clothes_3)”
…but I can’t find any line in initItems that says if the item is light or medium etc, so I’m wondering if that…[Read more] -
Jeffrey replied to the topic GOF ERAs Mod 2 Latest Download in the forum GOF Eras Module 2 download & discussion board 4 years, 9 months ago
My first thought is that maybe the download didn’t complete, or corrupted. I do remember a couple instances where Itch did not perform the download correctly for a particular user, and they just had to redo the download.
Let’s do a check for the textures…go to the directory where you put ERAS and inside the RESOURCE folder, right-click the…[Read more]
-
Jeremy replied to the topic GOF ERAs Mod 2 Latest Download in the forum GOF Eras Module 2 download & discussion board 4 years, 9 months ago
Hey People,
I just downloaded GOF ERAS 2 as well as purchased the Maelstrom Engine. I followed the Setup PDF and the game launches. However I noticed some textures glitching through on the Main menu and when I started a new game, there were a lot of missing textures on the tutorial ship.
I then went ashore and there were no building textures,…[Read more]
-
chris gardner replied to the topic GOF ERAs Mod 2 Latest Download in the forum GOF Eras Module 2 download & discussion board 4 years, 9 months ago
Thanks J! I got that one bug fixed awhile ago with my save file, fingers crossed for the next one 😀
Is there somewhere i can donate a few bucks for the game? Im doing well atm and would like to show my appreciation for you and MK’s dedication -
Jeffrey replied to the topic GOF ERAs Mod 2 Latest Download in the forum GOF Eras Module 2 download & discussion board 4 years, 9 months ago
I downloaded your file and will take a look.
That occasional problem you mentioned about sometimes the mouse button click for ship firing sometimes not working, requiring a couple volleys from first person, then it will magically start working again is also something I’ve noticed, but have not yet figured out the root cause; I would really like…[Read more]
-
chris gardner replied to the topic GOF ERAs Mod 2 Latest Download in the forum GOF Eras Module 2 download & discussion board 4 years, 9 months ago
I’m having an issue with the Quatrieme Rang ship.. Its fully upgraded and its 40 guns now has 32lbs carronades. I’ve noticed that the cannon fire is not reliable at all; I will be well within range and broadside to broadside, but only a few or handful of guns fire, when its entire battery went off the previous volley.
There has been many…[Read more]
-
Francois du Toit became a registered member 4 years, 9 months ago
-
onur dokmetas became a registered member 4 years, 9 months ago
-
Palora became a registered member 4 years, 9 months ago
-
Francois du Toit became a registered member 4 years, 9 months ago
-
chris gardner replied to the topic GOF ERAs Mod 2 Latest Download in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
Hey!
I still find myself coming back to this game every now and then, and it moves me how often the games is up-kept and updated. I bought the Malestrom engine on itche awhile ago, how can i donate more? -
Oldtimer replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
Mr. Jeffrey,
THX for your attn. Now my armed tartane will become truly invincible…
Rgds, Oldtimer
-
Jeffrey replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
Yes, you can run with as many lines as you wish within the function.
-
Oldtimer replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
Mr. Jeffrey,
if I want to change several parameters can I just put them one after another between the brackets like:
– void ExecuteConsole()
{
RealShips[sti(Pchar.Ship.Type)].SpeedRate = 15.0;
RealShips….;
}THX for your attn.,
Oldtimer
-
Jeffrey replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
It should be inside the function, like this:
void ExecuteConsole()
{
RealShips[sti(Pchar.Ship.Type)].SpeedRate = 15.0;
}You can also just put the line near the top, then an early return statement and it will just execute your line, then leave early, without executing anything that follows, so you can leave the rest of that function intact…[Read more]
-
Oldtimer replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
Mr.Jeffrey,
should it look like:
– ExecuteConsole(RealShips[sti(Pchar.Ship.Type)].SpeedRate = ??;)
And if I have several playthroughs running, where do I find the PC in question?
THX for your attn.,
Oldtimer
-
Jeffrey replied to the topic GOF ERAs Mod 2 Latest Download in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
*** Maelstrom Update ***
Land, Sea and WorldMap HUD auto scaling
Fix deck crew climbing shrouds after capture/swap ships
Keyboard layout detection
x64 bit FMOD update to version 2.00.10 – 07/01/2020 Studio API minor release (build 110198)
*** ERAS Update ***
Land, Sea and WorldMap HUD auto scaling, plus option to adjust auto-scaling…[Read more]
-
Jeffrey replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
It depends on what stats you want to change…
The easiest method is to assign the ship to yourself, otherwise you need to know the character ID of your companion. So if you swap the ship to yourself, then change the stats, then you can assign it back.
Some examples:
RealShips[sti(Pchar.Ship.Type)].MaxCaliber =…[Read more]
-
Oldtimer replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 10 months ago
BUMP, kinda,
How and where can I change the stats of a ship I currently command?
Rgds, Oldtimer
- Load More
by