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
Other than that its awesome thanks. And if you could help me with this even though im very late to the party that would be amazing.
P.S. Have a lovely day
After a bit of isolating individual portions of the logic, it turns out the issue is indeed in your clamp function for the vertical elevation, where the gun is able to move beyond the specified limits, the opposite input gets
Currently, the formula is as follows:
clamp(x*z*0.5, 20*(-0.09-y), 20*(0.025-y))
Simply change -0.09 to -0.1, and -0.025 to -0.25 and it should no longer be getting stuck:
clamp(x*z*0.5, 20*( -0.1 -y), 20*( 0.25 -y))
I like this turret coler. can i know how to create this coler?
@Wizard, follow the Moving onto a Vessel: section.