modernknight1
-
Jeffrey replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 7 years ago
I have not been able to reproduce this problem, but I took a look at the engine code responsible for changing that texture and I have an idea what might sometimes cause this; there is a conversion between a longer data type (for 64 bit) and shorter data type and sometimes numerical values can get truncated. I changed them all to the wider, 64 bit…[Read more]
-
Jeffrey replied to the topic Gameplay Questions in the forum GOF Eras Module 2 download & discussion board 7 years ago
If you did that, I’m near certain the NPC heroes outside your time period are in the game. You can check by loading your game, then pressing F10. Scroll to the bottom of that list and if there are fewer than 146 (they are named hero_xx), then it worked.
When you load a save game, that option toggle reverts back to the default, Off, but it…[Read more]
-
Jeffrey replied to the topic Gameplay Questions in the forum GOF Eras Module 2 download & discussion board 7 years ago
You must toggle that option BEFORE clicking New Game on the menu. Once you’ve selected a character and started the game, it’s too late as all the other NPC heroes are now already in the game and there is no easy way to remove them.
For some reason, it never dawned on me at the time (probably just habit of adding on/off toggles to the mod options…[Read more]
-
Jeffrey replied to the topic Modding How To in the forum GOF Eras Module 2 download & discussion board 7 years ago
I don’t think anyone has written a guide, but if you wish to try, I think the best place to start is to pick a quest that is similar to what you want to do, and find all the code it uses, trace it through and familiarize yourself with it and how it accomplishes the various quest pieces.
Most quests typically start with a dialog between another…[Read more]
-
Jeffrey replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 7 years ago
If you don’t change the model in a modeling program, the other alternative is to use a Hex editor.
Open the .gm file, find the texture name it uses, and in the Hex Editor, change the texture name, but you have to use a name that is exactly the same character file name length of the original texture name. Save new .gm file.
-
Jeffrey started the topic AI Ship Tacking in Maelstrom in the forum GOF Eras Module 2 download & discussion board 7 years ago
I think I now have tacking behavior mostly worked out in the game for AI ships; this was never before available in the engine.
Still doing some refinement and testing, but tests so far, show more proper AI behavior for ships sailing upwind, with zig-zagging maneuvers.
Ha!
-
Jeffrey replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 7 years ago
This was only a problem for 64 bit version, and it was fixed.
-
Jeffrey replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 7 years ago
Filipe, check your PM. I was able to fix the only fullscreen crash I could reproduce on my machine (while in worldmap), so let’s check if it works for you.
-
Jeffrey replied to the topic Modding How To in the forum GOF Eras Module 2 download & discussion board 7 years ago
Hmmm, I also have Win7 64 bit and it wouldn’t give me a proper key (error says too long), but it’s also possible that key is formed from some hardware facets, so it may be worth just trying to use a newer OS, see if they key works, and if not, look to try another method and/or older OS.
-
Orazio replied to the topic Modding How To in the forum GOF Eras Module 2 download & discussion board 7 years ago
I’m pretty sure Maya 5 is required to run the plugins. I’ve never tested them on newer versions, but I remember reading somewhere that they won’t work.
You will likely do your modeling stuff in another program, then import everything in Maya 5 and export in GM format.I have Windows 7 64bit, and was able to install Maya without any problem. It…[Read more]
-
Jeffrey replied to the topic Modding How To in the forum GOF Eras Module 2 download & discussion board 7 years ago
Someone that has actually done models for the game would be better able to answer, but my understanding is that the plug-in that will convert a Maya model to a .gm that the game can read, will not work in the later versions, so I think you do have to use version 5.
Another problem I have found (even though I don’t model, I have been curious to…[Read more]
-
Jeffrey started the topic Loyal Members Get 64 bit in the forum GOF Eras Module 2 download & discussion board 7 years ago
Members, check your PM
I decided to give the Loyal Member group access to the 64 bit version. For those of you with Win7, 8 and 10 64 bit versions, run without any compatibility settings and see if that resolves any of those issues with those systems (the fullscreen alt-tab, antialiasing, etc.).
On my Win7 64 bit, it runs really well.
Also, I…[Read more]
-
Jeffrey replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 7 years ago
Doing some more thinking/reading, I know that a particular statement in the worldmap was giving the error, but no clue why; it was a virtual function call, that was somehow invalid, but no reason could be seen, as the object looked, and should be fine…still in scope and valid from what I could see. Also, it worked in debug, but just not…[Read more]
-
Jeffrey replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 7 years ago
I tried to do some troubleshooting in the only place my machine’s fullscreen task switching (alt-tab) was not working — in the worldmap. What usually prevents that from working is not releasing all the DirectX resources properly, then rebuilding them. Turns out that was not the case here; all the resources are released and in fact, the log…[Read more]
-
Vincent replied to the topic Current Status Update in the forum Introductions: Tell us a little about yourself 7 years ago
Very happy to hear of your success, MK. Enjoy the trip!
-
Jeffrey replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 7 years ago
Well, well…I did some experimenting:
I can task switch while in sea mode.
I can task switch while standing in town.
I can task switch while in a building, such as a tavern.
On the menu pause screen (though I now see that it renders poorly/messed up, but it does not crash).
On the save/load screen.
On a character/ship interface screen.
But, it…[Read more] -
Jeffrey replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 7 years ago
That is not a bug, but a feature. The clue is in the .log file:
Unloading
DestroyWindow
PostDWindow
System exit and cleanup:
Mem state: User memory: 0 MSSystem: 0 Blocks: 0That shows the game is gracefully exiting, on purpose. It does that if the Buccaneer’s Reef file is not in the same directory as the start.exe, or if it has been altered…[Read more]
-
Jeffrey replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 7 years ago
The textures used are specified inside the model.gm file. You can see a list of the textures used in the GMViewer.exe tool that is part of the modder tools that PA! provides somewhere in their downloads section.
Without that tool, you can still see them if you open the .gm file and toward the beginning of the file the word “materal” will be…[Read more]
-
Jeffrey replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 7 years ago
Nope. Not a bug. I brought that up awhile back with MK, and he said he did that deliberately and it is correct for his intention. That became one of my favorite ships as a pirate because being class 5, helps sneak into ports, and that ship is sturdy, well-armed, quite fast, and good-sized cargo hold.
-
Jeffrey replied to the topic Gameplay Questions in the forum GOF Eras Module 2 download & discussion board 7 years ago
None of the weapons have any special feature that I’m aware of.
- Load More
by