Garry's Mod

Garry's Mod

| ST: ARACHNIDS. | DrGBase. V2 |
 此主题已被置顶,因此可能具有重要性
✿ MilliPie. ✿  [开发者] 2024 年 8 月 14 日 上午 10:43
BUG REPORT.
Report/Call out any (bad)Bug's you See, Specifically, Error's here. :missing:
< >
正在显示第 1 - 10 条,共 10 条留言
Kaotic_zilla 2024 年 8 月 14 日 下午 12:14 
when i spawned the npcs there were bugs ( this is a joke do not take this seriously)
no1nct 2024 年 8 月 14 日 下午 7:50 
@Kaotic_zilla there is a way to fix it, the prefered method is to shoot it until it stops ♥♥♥♥♥♥' moving 🔴⚪🔵🔫🔫

"A good bug, is a dead bug."
Jav190510 2024 年 8 月 21 日 上午 10:59 
Extreme FPS drops when high up on big maps while bugs are spawned

1. Load into a big-ish map (Genesis, Legends)

2. Spawn in abt 6+ bugs

3. Go on a building

4. Move around

5. Profit
最后由 Jav190510 编辑于; 2024 年 8 月 21 日 上午 11:03
✿ MilliPie. ✿  [开发者] 2024 年 8 月 21 日 上午 11:03 
Do the Bug's stop moving when you are on top of it?
Was there Navmesh applied?
Jav190510 2024 年 8 月 22 日 上午 7:58 
引用自 ✿ MilliPie. ✿
Do the Bug's stop moving when you are on top of it?
Was there Navmesh applied?

There was a navmesh, and the bugs were moving.

edit: Turns out every DRGBASE npc does this to me, its not just starship troopers.
最后由 Jav190510 编辑于; 2024 年 8 月 22 日 上午 7:59
✿ MilliPie. ✿  [开发者] 2024 年 8 月 22 日 上午 8:00 
Awkward enough, that could happen to all nextbot's.

I think it's because they struggle to locate your position where they can't get you so they send lag spike's.
Jav190510 2024 年 8 月 22 日 上午 8:13 
Yeah, tested it out and it is ONLY Drgbase, I'll send a bug report to the addon itself
GDSK09 2024 年 9 月 8 日 下午 6:05 
the flying bugs need to be fixed. even with disabled thinkin turned on, they still move at enemies
✿ MilliPie. ✿  [开发者] 2024 年 9 月 9 日 上午 9:13 
Yea they're meant to only be like a Spawner NPC, Each one spawning from whatever place you set them in, and then shooting them down each time they appear, it's intentional.
Errantem 1 月 19 日 下午 4:47 
Might be better, instead of spawning all gibs on death, instead selecting three randomly out of what is available, for performance

Blaster bug example:
function ENT:OnDeath(dmg, hitgroup)
self:EmitSound("ST/DrG/Milli/gib2.mp3", 90)

-- Create a table of all possible gib functions
local gibs = {}
for i = 1, 15 do
table.insert(gibs, function() self["Gib" .. i](self) end)
end

-- Shuffle the table using Random
for i = #gibs, 2, -1 do
local j = math.random(i)
gibs, gibs[j] = gibs[j], gibs
end

-- Call the first 3 gib functions
for i = 1, 3 do
gibs()
end
end
< >
正在显示第 1 - 10 条,共 10 条留言
每页显示数: 1530 50