Garry's Mod
Оценок: 69
[E2] vFireCore Extension Fix
   
Наградить
В избранное
В избранном
Удалить
Content Type: Addon
Addon Type: Tool
Addon Tags: Build, Fun
Размер файла
Добавлен
Изменён
2.237 KB
25 ноя. 2018 г. в 11:47
20 янв. 2020 г. в 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 17 сен. 2022 г. в 11:50 
there a way to make the fire not move? like parent it to a prop?
[KT] muffigamer 9 окт. 2020 г. в 7:31 
HOW DO I GET THE VFIRE TEXTURES
Chedski 22 мар. 2020 г. в 14:32 
it's literally just vfire
NextKurome76TheSoldier  [создатель] 21 мар. 2020 г. в 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 21 мар. 2020 г. в 16:52 
I don't know the class name of the fire entity :/
NextKurome76TheSoldier  [создатель] 21 мар. 2020 г. в 11:32 
you can simply use the target finder and put the class name of the fire entity into the entity filter box
Chedski 21 мар. 2020 г. в 8:43 
Is there any code to detect fires? I want to make a fire alarm system with wire.
NextKurome76TheSoldier  [создатель] 21 янв. 2020 г. в 7:58 
yus
Rozoh 20 янв. 2020 г. в 20:32 
so you fixed the error yesterday?
NextKurome76TheSoldier  [создатель] 20 янв. 2020 г. в 8:03 
fixed, also no admin is required to use that function anymore