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
Set "SpawnFlags": "<number>" in the same location as "HintType" in the json file.
ah sorry.
I didn't know about this feature.
Planned update.
You mentioned previously that jumping up isn't possible due to this line here: https://github.com/ValveSoftware/source-sdk-2013/blob/39f6dde8fbc238727c020d13b05ecadd31bda4c0/src/game/server/ai_pathfinder.cpp#L646
However, it appears that jumping up exists as a spawn flag: https://github.com/ValveSoftware/source-sdk-2013/blob/39f6dde8fbc238727c020d13b05ecadd31bda4c0/src/game/server/ai_hint.h#L338
Would it be possible for you to integrate something like the following into your addon:
lua_run hook.Add("OnEntityCreated", "SpawnFlagsJumpUp", function(e) timer.Simple(0, function() e:AddSpawnFlags(65536) end) end)
If you can read the spawn flag from your json file and call it on the appropriate entities with your addon, I would greatly appreciate it.
Sorry, because nodegraph_loader uses binary modules (native code), it cannot be distributed through the workshop.