Garry's Mod

Garry's Mod

74 个评价
[E2] vFireCore Extension Fix
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 工具
插件标签: 建筑, 快乐
文件大小
发表于
更新日期
2.237 KB
2018 年 11 月 25 日 上午 11:47
2020 年 1 月 20 日 上午 8:01
3 项改动说明 ( 查看 )

订阅以下载
[E2] vFireCore Extension Fix

描述
Allows you to spawn vFire with Expression2, without the requiements of admin via ULX, that broke the original code.

How to Use:
vFire(life,feed,pos,vel)
vFire(life,pos,vel)
vFire(pos,vel)

Example E2 Code:
==================================================
@name Vfire Expression2
@inputs A
interval(25)

if (A) {
vFire(5,2,entity():toWorld(vec(0,0,0)),(vec(0,0,0)))
}
==================================================

ConVars:
wire_expression2_vfire_feed_max 1200 | Set max Feed
wire_expression2_vfire_life_max 10 | Set max Life
wire_expression2_vfire_max_amount 50 | Set max amount of vFire
wire_expression2_extension_enable vfire | Enables the Extension if disabled

in most cases velocity doesn't work in which case it removes
the fire entity due "Crazy angular velocity"


make sure to check out my other addons if you are interested.
My Created GMOD Addons
15 条留言
Sanders 8 月 9 日 下午 2:02 
vFire(7,20,holoEntity(1):toWorld(vec(0,0,0)),holoEntity(1):toWorld(vec(0,0,0))) doesnt do what i wanted i wanna make it so it goes out one direction from a holo how can i do this?
Sanders 2022 年 9 月 17 日 上午 11:50 
there a way to make the fire not move? like parent it to a prop?
[KT] muffigamer 2020 年 10 月 9 日 上午 7:31 
HOW DO I GET THE VFIRE TEXTURES
Chedski 2020 年 3 月 22 日 下午 2:32 
it's literally just vfire
NextKurome76TheSoldier  [作者] 2020 年 3 月 21 日 下午 5:35 
ent_remove in console when looking at vfire, it then gives you the class name
i forgot what its class name was, i don't have vfire anymore
Chedski 2020 年 3 月 21 日 下午 4:52 
I don't know the class name of the fire entity :/
NextKurome76TheSoldier  [作者] 2020 年 3 月 21 日 上午 11:32 
you can simply use the target finder and put the class name of the fire entity into the entity filter box
Chedski 2020 年 3 月 21 日 上午 8:43 
Is there any code to detect fires? I want to make a fire alarm system with wire.
NextKurome76TheSoldier  [作者] 2020 年 1 月 21 日 上午 7:58 
yus
Rozoh 2020 年 1 月 20 日 下午 8:32 
so you fixed the error yesterday?