Thank you. I want to know trait value's limit. Where i can find for that infomation
Thank you. I want to know trait value's limit. Where i can find for that infomation
I believe I may have encountered a hard coded limit for the size of the export_vnvs file or the number of allowable traits. The mod I am working on has many traits and ancillaries. I had just added many traits with no issues. but when I try to finish the description the game crashes. When I remove a few words from the text, the game starts normally. I can add no effects_descr, because once again the game will crash after selecting a faction. Another reason I am thinking that a hardcoded limit of some kind has been reached is because I am getting the same error code that I had just yesterday when I had added one building too many. Error code below:Here is the unfinished portion of the export_vnvs fileCode:Files\Sega\Medieval II Total War) 02:36:48.631 [script.err] [error] Script Error in mods/Third_Age_3_RK/data/world/maps/campaign/imperial_campaign/descr_strat.txt, at line 5964, column 12 You have chosen an invalid tile(383, 337) for the settlement of Forodwaith. It will mean not being able to reach this settlement and is a bug. (This is not a bug or error, this settlement is where Sauron lives in seclusion) For now we'll ignore it. 02:36:48.675 [bink] [debug] [data/fmv/menu/DUMP0000.BIK]Pause on 02:36:48.985 [system.rpt] [error] Medieval 2: Total War encountered an unspecified error and will now exit.I was not able to finish the description and had to remove the effects description in order to get the game to start.Spoiler Alert, click show to read:
I will post a copy of the export_descr_character_traits with the descriptions completed as desired, also the export_vnvs and descr_strat files if anyone would like to take a look at this. Hopefully it is an error somewhere on my part. Thanks for any assistance that may be given.
EDIT: I have removed 12 unused entries from the export_Vnvs file as well as removed 600 or so spaces between entries. I deleted the map.rwm file and all the bin.strings files and started the game. It ran fine for several turns. (See screenshots). I checked the error logs. no errors were present. I restarted the game and it crashed on selecting a faction. Here is the error log:This is the same error I had when adding one too many buildings. Here are two screenshots as the traits appeared after deleting the bin.strings files and map.rwm files:Code:War) 03:52:33.751 [system.io] [info] exists: found mods/Third_Age_3_RK/data/ui/custom_portraits/Gothmog/portrait_young.tga (from: D:\Program Files\Sega\Medieval II Total War) 03:52:33.751 [system.io] [info] exists: found mods/Third_Age_3_RK/data/ui/custom_portraits/Gothmog/portrait_young.tga (from: D:\Program Files\Sega\Medieval II Total War) 03:52:33.751 [system.io] [info] exists: found mods/Third_Age_3_RK/data/ui/custom_portraits/Gothmog/portrait_young.tga (from: D:\Program Files\Sega\Medieval II Total War) 03:52:33.772 [bink] [debug] [data/fmv/menu/DUMP0000.BIK]Pause on 03:52:34.011 [system.rpt] [error] Medieval 2: Total War encountered an unspecified error and will now exit.The game did not start again after this first time. I also ran the ATVTW - Trait & Ancillary Validator, and it showed no errors pertaining to the recently added traits.Spoiler Alert, click show to read:
EDIT: A solution has been found by adding Withwnars "extra lines" to the the historic_events file. Here is a link to the "fix", post #27.
Last edited by MIKE GOLF; August 29, 2014 at 11:51 AM.
Check this out Mike. It sounds like the same problem, though for me the crash happened upon clicking the start campaign button not a faction selection button.
http://www.twcenter.net/forums/showt...trings-bin-CTD
Or by that do mean clicking the start campaign button after selecting a faction?the game will crash after selecting a faction
Yes clicking the start button after selecting the faction then ctd.
Sigh, this all seem a lot more complicated than I hoped; but I will test and see shortly whether I can implement it in the game.
You are welcome, do make use of the workshop forums to post any questions that are not covered\you can't find in the tutorial section.
How important is formatting for the export_descr_character_traits.txt file? For example below, there are 2 hard spaces between 'Threshold' and '1' but I don't see consistency within the file (from Call of Warhammer: Beginning of The End Times)
Edit: The stupid post won't let me add 2 hard spaces between Threshold and 1but I see that there are tons of inconsistencies within the file in terms of spacing between Effects and Numbers.
Spoiler Alert, click show to read:
Last edited by Ajpav; March 18, 2019 at 11:51 PM.
Afaik the number of TABs (guess that's what you meant) does not have any adverse effect. Different story if there is supposed to be a TAB and you use SPACE.
And to display spacing\tabbing you need to wrap the text into CODE tags instead of the spoiler:
NB - when copying from a code snippet here TAB entries will be copied as multiple SPACE, see above comment about SPACE instead of TAB.Code:Two TABs then threee SPACEs and back to normal.