Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

User:Suppanut

From TWC Wiki
Revision as of 03:31, 6 August 2019 by Suppanut (talk | contribs) (Reported causes of Error in Rome: Total War)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Possible Causes of Error in Rome: Total War

My hope is to generate a long list of exactly what can cause errors throughout all of RTW. I would love to be able to compile and update this list. I hope we continue to have participation, even if only adding a few here and there.

For some common causes of errors in RTW/BI see the modder's guide to errors at TWC and the modder's guide to CTD's at the .Org and some other additional later contributors.

Abbreviation: EDB = /data/export_descr_buildings.txt EDU = /data/export_descr_unit.txt DMB = /data/descr_model_battle.txt

Splash screen: Game stop without message: - Missing building description which exist in export_descr_buildings.txt but not in export_buildings.txt

CTD with generic message: - Building has ownership in export_descr_buildings.txt but does not have UI assigned to it either in UI folder or descr_ui_buildings.txt - Mismatch between descr_names.txt and names.txt

Loading Screen Slowdowns: - campaign_descriptions.txt must have less than 1000 characters per line and less than 20 lines per faction, or file load time is increased by 85%


Faction selection screen: Crash with generic message: - Lack of campaign descriptions.

Campaign Map Loading: Kick to Main Menu: - Typographical error in descr_strat.txt - Overwriting rather than deleting and then copying an update of map tga files - Resource not defined in EDB - Typo in building capabilities in EDB

CTD with generic message: - Landmass ratio problem causes a CTD when loading the campaign map. - A named character has an invalid name in descr_strat. - Have faction romano_british in descr_strat.txt but descr_regions.txt does not contain region name Britannia_Superior (BI only) - The game is loaded but the screen is centered onto a buggy region (see the campaign map scrolling CTDs).


In Campaign Mode: During play/AI turn: CTD with generic message: - A family member being generated without a general_unit for the faction. - A new character is generated and not given a valid name. - Some building bonuses in the same building level as certain unit recruitment strings (this will happen both during AI turn and when the building is right-clicked). - Units able to be recruited in EDB but no faction "ownership" for a faction in EDU. (except unit exist for slave faction) - Units added to descr_rebel_factions.txt but no slave faction ownership in EDU. - Units added to descr_mercenaries.txt but no mercenary_unit in EDU. - Bad defined type of unit for army spawned via script file - Mismatch between export_desc_character_traits.txt and export_VnVs.txt entries causes CTD when viewing the portrait of a named character with the bad trait.

Scrolling over campaign map: CTD with generic message: - Not enough province/settlements on a too large map (fix : add provinces on the map/may be fixed with BI) causes CTD while scrolling the map. - Error with the rebel faction/settlement owner and or creator (when you scroll over a given settlement) - Some hidden resources can cause CTDs when you scroll over the region. - Building in settlement has wrong faction_creator which does not contain description or usable UI for that faction/culture.

Custom Battle Menu Selection: CTD with generic message: - If you forgot to put in the second (or first) skeleton to units with secondary attacks in EDU.txt, the game CTDs the moment your mouse arrow reaches that unit in the menu.

Battle Loading: CTD with generic message: - A unit with the attribute mercenary_unit in EDU that has no texture line for "merc" in the soldier, officer, and other related models found in DMB. - A non-mercenary_unit in EDU that has no texture line in DMB for any faction given ownership of the unit in EDU, for the soldier, officer, and other related models. - A sprite defined in DMB with no distance value.

CTD with specified message: - Distance of level of detail model in DMB is lower or equal to previous level of detail.


In Battle Mode: CTD with generic message: - Bad defined formations for Human Player (i.e. mainly changing names of formations in "descr_formations.txt" file)

BI specific: - A reference to spawn event in descr_sm_factions and have modded the game to include those factions at the start date will CTD on AI's turn.


Page still incomplete and need more additional error report