Garry's Mod
69 人が評価
[E2] vFireCore Extension Fix
   
アワード
お気に入り
お気に入り
お気に入りから削除
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Fun
ファイルサイズ
投稿日
更新日
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
14 件のコメント
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日 14時32分 
it's literally just vfire
NextKuromeThe76Soldier  [作成者] 2020年3月21日 17時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日 16時52分 
I don't know the class name of the fire entity :/
NextKuromeThe76Soldier  [作成者] 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.
NextKuromeThe76Soldier  [作成者] 2020年1月21日 7時58分 
yus
Rozoh 2020年1月20日 20時32分 
so you fixed the error yesterday?
NextKuromeThe76Soldier  [作成者] 2020年1月20日 8時03分 
fixed, also no admin is required to use that function anymore