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
Could you help my dupe out too?
I am collecting on achievement. Thanks bro!
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2631257035
Bulgarian. Close enough 😊😊😊😀
Sadly Gmod does not have an api for thatThey arre either:
1. https://wiki.garrysmod.com/page/Structures/PhysEnvPerformanceSettings
2. Air density
3. Gravity vector affecting props
U can tune and scew the gravity vector to simulate wind ( blowing props to the side ), but I am afraid there is no such option for Wind. Noticed that Gagy added Wind as trees viual effects, but I doubut it will affect players
How are you trying to modify the environment. How do you want it to behave ?
1) Yes you can do this, simply adjust the desired convars, then call its realted adjust member. For example, let's say that you want gravity to point up with 1000 units. You have to execte the following without reloading the map:
envorg_gravitydrz 1000 (Enter)
envorg_setgravity user (Enter)
That's it ;)
2) If you want this to be loaded eveytime when you load a map in gimod, kinda like preferable settings you have to store them to a file. A configure it like so for the example above:
envorg_storevalues mygravity (Enter) ( the name can be anything, just a way ofpererence )
Now make gmod load all your setting on a map load
envorg_datasrc #mygravity (Enter)
Ideally, to start in a map with GMod's default environment settings, and then have the changes actually reflect after inputting the console command, without the need to reload a map.
How do you want the environment to be loaded ?
Sorry for my ineptitude, but any reason why this might be?