Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I made a template file to parse prt files for the 010 Editor by Sweetscape. For anyone wanting to try it out, go here: https://github.com/Ryder25/Age-of-Mythology/blob/master/010%20Templates/prt.bt
Also, will Skybox be getting the resources for another patch? :-)
(e.g. mod manager bugs)
I'm repeating myself, but having the same kind of documentation for MTRL files, BRG (including the internal mtrl part) files, and also the new, and legacy DDT (details for the format of image data stored) files would be great.
I notice in the PRT there are integer fields containg "Type" in the name. Is there a list of the different types possible for these values? (Ex: mAppearanceType, mShapeType)
Also, I noticed for the ShapeType enum, the very last one (Circle) has a comma after it. I just want to make sure that this is a typo, and that you did not forget to add further constants.
Anyway, I appreciate what you are doing, and I hope its not too long into the future that new updates come.
As for the enums, there arenʻt any missing entries. All those enums had a MAX_VALUE entry at the end, which isnʻt needed for the file format -- commonly used for allocating arrays or iterating through the enum list.
Here is the part of the BRG format that you guys posted a while back for anyone interested.
https://docs.google.com/spreadsheets/d/1m6AZHjt3YU4fxH_-w9Smi1WEBa651PXgavQrC_a1_1o/edit?usp=sharing