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
							
						
 
											 
													

 5
 5								 This topic has been pinned, so it's probably important
  This topic has been pinned, so it's probably important	 
					




 Report this post
 Report this post


Можете просмотреть и сами скомпилировать.
----------------------------------
Added 4 title screens. as I test myself willing to I understand there is no, please who downloaded to write about the test at least a couple of lines and nice and information for reflection.
Добавил файлы для Steam и NoSteam версий.
Оба кода находятся в моде в папке"\gui\images" "titlescreen_Steam.py" и "titlescreen_NoSteam.py" возле файла "kenshi_images.xml"
----------------------------------
Improved the code
Added files for Steam and NoSteam versions.
Both codes are located in the mod in the folder"\gui\images" "titlescreen_Steam.py" and "titlescreen_NoSteam.py" near the file "kenshi_images.xml"
---------------------------------- Code NoSteam ----------------------------------
# Путь к корню игры (где лежат исполнимые файлы)
game_dir = os.path.abspath(os.path.join(current_dir, "..", "..", "..", ".."))
# Список возможных путей для исполнимых файлов игры
possible_exe_paths = [
os.path.join(game_dir, "kenshi_x32.exe"),
os.path.join(game_dir, "kenshi_x64.exe"),
os.path.join(game_dir, "kenshi_x64_vanilla.exe"),
os.path.join(game_dir, "kenshi_steam.exe"),
os.path.join(game_dir, "kenshi_gog_x64.exe")