Page 1 of 1
Graphics questions
Posted: Fri May 27, 2005 12:38 pm
by Andrew Brown
I am hoping that someone may be able to help with a couple of questions regarding the graphics in GGWaW:
- For ship icons, a round symbol is drawn behind the ship, showing the "player" which owns that ship. Is it possible to modify the graphics so that these symbols are not visible?
- Is it possible, through modding the game files, to have separate graphics for units that are Italian or French in nationality (I am not even sure if units from these countries are even considered separate - this question assumes that they are)?
Thanks
RE: Graphics questions
Posted: Fri May 27, 2005 7:08 pm
by 5cats
My understanding is that French and Italian units are only considered 'seperate' when they surrender

Otherwise just the same as their German or WA counterparts.
RE: Graphics questions
Posted: Fri May 27, 2005 10:14 pm
by Andrew Brown
ORIGINAL: 5cats
My understanding is that French and Italian units are only considered 'seperate' when they surrender

Otherwise just the same as their German or WA counterparts.
It looks that way to me as well, but I was hoping to find out whether the graphics can be modded for them separately. I can see that there is some information about nationality in the graphics data files, but I am not sure if there is enough flexibility to make the Italians and the French use different unit graphics in the same way the British/Commonwealth do.
Is anyone able to help with the two questions in my first post?
RE: Graphics questions
Posted: Mon May 30, 2005 5:21 am
by Joel Billings
ORIGINAL: Andrew Brown
I am hoping that someone may be able to help with a couple of questions regarding the graphics in GGWaW:
- For ship icons, a round symbol is drawn behind the ship, showing the "player" which owns that ship. Is it possible to modify the graphics so that these symbols are not visible?
- Is it possible, through modding the game files, to have separate graphics for units that are Italian or French in nationality (I am not even sure if units from these countries are even considered separate - this question assumes that they are)?
Thanks
Those units with the round symbol in the background are found in the country folders inside the dat/art/gui folder. You could replace these with similar files that do not have the round backgrounds. I'm not an artist, but I'd assume you could somehow use the files that have the units without a background and use a variation of these for the pop-up window.
Each World Power has only 1 set of symbols. The UK/US split was an exception which I am pretty sure cannot be repeated easily with the French or Italians.
RE: Graphics questions
Posted: Mon May 30, 2005 10:38 am
by Andrew Brown
Thanks for the reply, Joel. Just a follow-up if I may...
ORIGINAL: Joel Billings
Those units with the round symbol in the background are found in the country folders inside the dat/art/gui folder. You could replace these with similar files that do not have the round backgrounds. I'm not an artist, but I'd assume you could somehow use the files that have the units without a background and use a variation of these for the pop-up window.
Sorry, I was not specific enough in my original post. I was asking about the round player symbols that appear behind the naval units on the game map itself. I still haven't found them, but it is not a big deal. I was just curious about them, as I would like to remove them for a graphics mod I am working on.
Each World Power has only 1 set of symbols. The UK/US split was an exception which I am pretty sure cannot be repeated easily with the French or Italians.
I am guessing that the main reason why such a split would be difficult is because of the additional artwork that would be required. I was not asking for that though - I realise that making additional art would be very time consuming and is not likely to happen. I am hoping that it would not be too difficult, however, to extend the ability to specify separate art for other nations in the same way as for the UK/Canada/Commonwealth. Since the code for the UK/Canada/Commonwealth split is already present, maybe it is not too hard to make it a general function. There is no need to add extra art - that can be left to the modders. Without modding, the same art would continue to be used by the same nations.
Of course this is nothing more than a request for a code change simply to help modders, rather than addressing a problem with the game, or an enhancement, so I am under no illusions as to how likely such as change is, regardless of how much or how little work is involved. Still - there is no harm in making the request, I hope.
RE: Graphics questions
Posted: Mon May 30, 2005 7:24 pm
by Lebatron
To get rid of the chip behind the ships you should have read the post on zoom changes. It was there that I learned about it. Just change chip scale to a really low number to make it disapear off the map. Look for the art.txt file.
RE: Graphics questions
Posted: Mon May 30, 2005 11:52 pm
by Joel Billings
The "chips" are found in the main art directory (German chip.tga, etc.).
RE: Graphics questions
Posted: Tue May 31, 2005 3:08 am
by Andrew Brown
ORIGINAL: Joel Billings
The "chips" are found in the main art directory (German chip.tga, etc.).
So they are. I missed them somehow. Thanks Joel.