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
If you don't want to wait for the countdown timer to finish you can edit your save (%AppData%\Local\TheFallofLazarus\Saved\SaveGames\TFoLazarusSG.sav) with a hex editor to lower the counter. There is a float that represents seconds left on the timer. Mine was located at 0x53E. It shows up after TApagon and FloatProperty text strings. You'll see a 4 in the hex representing the size of the value (4 bytes) and then some 0x00 bytes later the float will start. Mine has a 0x0A after the float ends. Enter the float LSB first. Use an online float calculator to find the hex for the value you want.