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
							
						
											




But I'm not sure if this applies to the AI?
With this mod, I notice that the legendary AI lords have twice the level of mine. (legendary difficulty).
There is a table in lua, in lib_campaing_manager.lua which replicates the xp table for scripts. As far as I understand, this table is used in some invasions (norscan gods, etc...)
You may want this table to match the character_experience_skill_tiers table
I still need to figure out how it co-works with mods such as NNOBBS to see if it didn't rush the AI too fastas compared to player, but it feels pretty accurate for now.
Thanks anyway for your answer, and can't wait to try out your "Organic AI" once MCT will support MP !
@kevinwdng my bad too on super late response. Sometimes steam doesn't always notify me when someone comments. Glad found answer though.
I'm feeling the same concerning too fast leveling, however I got a question about it.
Is it working with added characters / lords such a "mixu's LL" or "legendary characters" or it needs dedicated submods to include them ?
Thanks in advance, and happy new year !
Pop one up that is 1.5x as noticed it is a bit extreme too. Here's how I do this too:
1. Table in data.pack while in RPFM you want is called "character_experience_skill_tiers_tables"
2. Copy out entire vanilla "experience threshold" column
3. open google sheets, MS excel etc, paste that entire list in A column(352 entries)
4. go to a column over and input formula "=(A:A)*1.5" (where "1.5" = multiplier, change this to w/e you want)
5. toss list it creates back into your mod(just rename mine as yours), boom.