-
Posts
1,254 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Krungh Crow
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.8
-
Yes was allready reported.will get fixed asap
-
- 197 comments
-
- #bradley
- #krunghcrow
- (and 4 more)
-
Not applying settings to Ring Road Bradley
Krungh Crow replied to KingSizeKevin's Support Request in Support
Changed Status from Pending to Not a Bug -
"Sound and visual FX": { "FX used when npc spawns (at npc position)": "assets/bundled/prefabs/fx/explosions/water_bomb.prefab", "Spawn soundeffect (at player position)": "assets/bundled/prefabs/fx/player/howl.prefab", "FX used when npc dies (at npc position)": "assets/bundled/prefabs/fx/explosions/water_bomb.prefab", "Death soundeffect (npc deathsound)": "assets/rust.ai/agents/bear/sound/death.prefab" } currently setting something up like this and if users like it i can gradually add this to other plugins i have
-
Have to figure that out since i only found a api to populate a crate true false on the website. I own alphaloot but it took to long to setup so never used it ill chec the plugin for the hooks. its widely used but not the most used one since for starters the loot setup is long dredded to set up but allot has changed since i bought it so who knows But dont get your hopes on for now i decline alphaloot support.
- 197 comments
-
- #bradley
- #krunghcrow
- (and 4 more)
-
halloween scarecrow attacks bradley guards
Krungh Crow replied to KingSizeKevin's Support Request in Support
Ah yes i am currently updating all my plugins with npc to have a better controll regarding targeting and performance bg was updated allready and they dont target other npc. -
Not applying settings to Ring Road Bradley
Krungh Crow replied to KingSizeKevin's Support Request in Support
i did same with other plugins i allready tested so tiers can spawn anywhere still figuring out to hold and force the HP on initial spawns thats why i always add options in my bradley plugins to alter hp and crate spawns -
Not applying settings to Ring Road Bradley
Krungh Crow replied to KingSizeKevin's Support Request in Support
ah easy fix tho bradley._maxHealth = configData.Medium.BradleyHealth; bradley.health = configData.Medium.BradleyHealth; bradley.maxCratesToSpawn = configData.Medium.BradleyCratesAmount; this is what needs to be edited its not optimal but it makes the tiers work as a work around inside that plugin since i don't think u can set it to true or false by default in his cfg //bradley._maxHealth = configData.Medium.BradleyHealth; //bradley.health = configData.Medium.BradleyHealth; //bradley.maxCratesToSpawn = configData.Medium.BradleyCratesAmount; blanc them out using // In front so it skips that line above is a example from tiers but the part before the = cfglink is important to blanc out -
Not applying settings to Ring Road Bradley
Krungh Crow replied to KingSizeKevin's Support Request in Support
Which plugin is it? the one that summons and binds it to team ? -
Not applying settings to Ring Road Bradley
Krungh Crow replied to KingSizeKevin's Support Request in Support
known issue because other plugins spawning bradleys do not have options to enable or disable hp and crate settings -
getting this spammed in my console
Krungh Crow replied to Perilous_Outlaw's Support Request in Support
hmm ok is this with any animal ? And do you have any custom animals running on the map ? -
getting this spammed in my console
Krungh Crow replied to Perilous_Outlaw's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to 1.2.2 -
getting this spammed in my console
Krungh Crow replied to Perilous_Outlaw's Support Request in Support
Working on a stability update to counter this Thx for the report