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
https://github.com/Poltergeistzx/Project-Zomboid/blob/main/lua/zx_GameSpeedFaker.lua
I'm going to test this with always faking for better performance and see what breaks.
- F2 key pauses game, but doesn't unpause it. Use F3 instead.
What the code does is, whenever the game checks if you're paused (from lua moddable side) it will be told you're not paused. The file should be placed inside a mod, in the lua/server folder.
Pros of Let me think: less code to execute.
Pros of the alternative: isn't in need of update every time the game updates and will be compatible with other mods.
Do you mind if I shared the code in a mod with credits so people can use it easily?
The rest was me, I too don't want to be responsible for bugs though.
Yes, thankyou, I saw that and it's been implemented!
I was joking, not to come chasing me with bug reports. Though I'd be happy to help if I can.
I'm going to try friend you to add you as a collaborator on the mod, seeing as you know how to add extra ui elements to the mod's functionality
Tested only briefly...
Filename should start with ~ because it affects load order.
On second thought, I will change the key patcher again. You can copy the vehicle ui lines if you want.