Maltacus
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 3 years, 8 months ago
That did it, many thanks Jeffrey.
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 3 years, 8 months ago
I got a crash on starting when I tried changing the characterutilite.c. Could you show exactly how it is supposed to look?
-
Maltacus 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
The common brigantine (SHIP_BRIGANTINE), beautiful and nimble little vessel, has 16 cannons and 7 cannons on the side when you look at it but is incorrectly coded to have only 14 and 6 on the side in ships_init.c.
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 3 years, 8 months ago
The fencing gloves, girdle and boots do not alter the characters appearance. I would like to change that so that every “cirass” item type can have a unique character model tied to it (for my favourite heroes/villains at least).
If I recall correctly they are coded somewhere to specifically not alter the characters appearance, even if you alter…[Read more]
-
Maltacus replied to the topic NEW: Bugs and Fixes 2019-2020 (current) in the forum GOF Eras Module 2 download & discussion board 4 years, 2 months ago
There was an error before with the Fast Armed English Merchantman I think, the mercantile clone of the English scout frigate, that was related to rigging textures missing. It might be the same case here, worth to check out at least.
What’s the ship called in the ships_init.c?
-
Maltacus replied to the topic Freeing slaves/prisoners? in the forum GOF Eras Module 2 download & discussion board 4 years, 3 months ago
I wouldn’t be completely sure about that. I mean, in the time period slavery is not regularly looked down on as morally repulsive as it is today, it’s more of a power struggle between hardcore abolitionists and hardcore slavers and slave traders, and a lot of levels inbetween. Releasing slaves might be seen as merciful by, say, the towns…[Read more]
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 3 months ago
Thanks, found it now. There are about 40 officer character models in the character model folder though, were models 22-40 left out for any particular reason?
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 3 months ago
This game sure has peculiar spelling sometimes… I first thought “mush” in the model names was supposed to be “mesh” of some kind, since that term is used in some other games’ models.
I made no less than 12 different textures for Manuel Pardal but consequently only got to see five of them in-game due to this. Grumble… Now I’ll go over the…[Read more]
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 3 months ago
In what file is CreateModelString and this code? I’m not finding it in LAi_utilites.c.
case “pofficer”:
sBody = “officer”;
iNumber = rand(20)+1;
break; -
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 4 years, 3 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, 3 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] -
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 5 years, 8 months ago
I have some notes about modding written down here that are relevant for most of the latest questions:
http://www.twcenter.net/forums/showthread.php?774091-Gentlemen-of-Fortune-Eras
Work in progress. -
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 5 years, 9 months ago
The game crashes when I try to paste that into PsHero.c. I don’t understand anything about how this code works and what is wrong. Could you show exactly what it should look like after “setNewMainCharacter(idLngFile, ch, n); //This sets nation, animation, model, etc. based on HeroDescribe.txt”
in order to work? -
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 5 years, 9 months ago
I meant the NPC start as a companion to the PC, which I called join as officer as it makes them comparable to one. This thing you had recently discussed:
MK and I discussed this and it is an intriguing idea.
We were thinking of making this a mod option where if toggled On, we automatically add one of those characters described as a “partner” in…
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 5 years, 9 months ago
Speaking of which, what factors determine whether or not an npc captain will join you, and where can you edit those?
.
Also, how do you make a character start as an officer of another character? -
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 5 years, 9 months ago
Excellent idea, that is even better than spawning them at the same location. Although some characters should start at fixed locations (optional) since they were connected to them. Manuel Ribeiro Pardal for example would be at home at Cartagena since he works for the towns governor.
.
While I used Cloise and Davis as examples I will confess that my…[Read more] -
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 5 years, 9 months ago
No, only when the game starts. Then they start to move around as usual. If either don’t want to join in the beginning, well, then they apparently had a falling out or just got tired of each other.
Alternatively; every time you start the game Peter Cloise and Edwards Davis start in Pirate settlement if they are NPC:s and the PC as pirate always…[Read more] -
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 5 years, 9 months ago
Is there a way to make a specific NPC hero spawn in a fixed location, together with the main character? Like if you want Peter Cloise and Edward Davis together from scratch.
-
Maltacus replied to the topic BUGS and Fixes in the forum GOF Eras Module 2 download & discussion board 5 years, 9 months ago
I have a comment about the merchant quests. The contraband status does not have to imply the same restrictions as a product being illegal in the modern sense of the word. There were a lot of market-controlling attempts in the Caribbean and you can interpret the contraband status as the local store owner having obtained a monopoly on selling, or as…[Read more]
-
Maltacus replied to the topic Technical Questions in the forum GOF Eras Module 2 download & discussion board 5 years, 10 months ago
The hero characters that have the most models (for when they equip armor or attire) have some files with “_mush” in the filename. What is the significance of that? Are files called xxx_mush supposed to combine with other model files or something?
- Load More
by