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
							
						
 
											 
													

 This topic has been locked
 This topic has been locked	 
					




 Report this post
 Report this post


일본 번역하시는 분의 조언입니다
일단 그냥 우리가 사용하는 모든 한글범주내에 보내서
현재 보이는 글씨와 안보이는 글씨가 덮어씌어지도록 해야될듯 합니다
32-128,44032-55203,4352-4607,12592-12687,43360-43391,55216-55295
이런방식으로 제출을하고
일본어의 경우 예시가
Custom Character Set:
https://gist.github.com/kgsi/ed2f1c5696a2211c1fd1e1e198c96ee4
Custom Range:
https://gist.github.com/thorikawa/2856a7cf912349c0b6b7
이렇게 됩니다
저런식으로 코드 두개를 보내주면 반영해줄것으로 보입니다
I hadn't made those list myself, just googled it, "unity japanese custom character set range".
making custom character set is not hard, put every character you need like "1234567890abcdefghあいうえおカキクケコ...."
custom range is a bit complicated, you have to enumerate character codes(in unicode, decimal), not characters.
I don't know about hangul so I use this page as list of commonly used character in hangul.
https://en.wikipedia.org/wiki/Korean_language_and_computers#Hangul_in_Unicode
Hangul Syllables (AC00–D7A3) -> 44032-55203
Hangul Jamo (1100–11FF) -> 4352–4607
Hangul Compatibility Jamo (3130-318F) -> 12592-12687
Hangul Jamo Extended-A (A960-A97F) -> 43360-43391
Hangul Jamo Extended-B (D7B0-D7FF) -> 55216-55295
dont forget to add alphabet, symbols, numbers. 32-128
so you can enumerate them with "32-128,44032-55203,4352-4607,12592-12687,43360-43391,55216-55295"
https://gist.github.com/dminine/ee1e9e4e561055367ddb9d4a47f6cb7b
https://riseofindustry.gamepedia.com/Translating_the_Game
를 참고하시면
Note2: for the mod to work, the characters need to be in-game. If you get empty spaces or weird boxes instead of the wanted characters, please contact us so we update the font atlas.
문구가 있습니다
말씀하신것처럼 Character Set 가 필요합니다
감사합니다 개발자에게 연락 넣어보겠습니다
아깝기도 하고 혹시 모르니 적어두고 가겠습니다.
ASCII + KS X 1001(2445자)
https://gist.github.com/GyeongJun/59f65b1e5ba6f9e8666af38240170ba8
ASCII + Korean full - 옛한글 - 종성 모음 (11,319자)
https://gist.github.com/GyeongJun/6cc1e689fbfe73e0ab32e748b4498142
정말 귀중한 자료입니다
게임 개발자에게 현재 jmdmin0님의 자료가 업로드되었고
게임 업데이트 후 깨진 폰트 발견되면
그때도 도움주시면 정말로 감사드리겠습니다 (꾸벅)
힘든작업 해주셔서 감사합니다