Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a player thermal buffer multiplier #23

Open
Istar-Eldritch opened this issue Apr 8, 2024 · 1 comment
Open

Add a player thermal buffer multiplier #23

Istar-Eldritch opened this issue Apr 8, 2024 · 1 comment
Labels

Comments

@Istar-Eldritch
Copy link
Owner

There should be a way for server admins to regular how fast players can acquire thermal buff.

@Istar-Eldritch
Copy link
Owner Author

This can be changed by adding to init.c

modded GameConstants
{
	const float ENVIRO_PLAYER_HEATBUFFER_DECREASE		= 0.34;		//! Multiplier of enviro temperature for heat buffer decrease (after its static timer runs out)
	const float ENVIRO_PLAYER_HEATBUFFER_INCREASE		= 0.51;		//! How much heat buffer increases per one enviro tick
	const float ENVIRO_PLAYER_HEATBUFFER_TICK			= 0.011;	//! Heat buffer static timer tick (set for 2s enviro tick, 180s to 1.0)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant