AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Store (https://forums.alliedmods.net/forumdisplay.php?f=157)
-   -   Zephyrus Store Aura (https://forums.alliedmods.net/showthread.php?t=287765)

chalr 09-14-2016 11:50

Zephyrus Store Aura
 
Does anyone know how to add auras on this video?

And can anyone add effect to jetpack like in this video?

lithiumbb 09-18-2016 09:57

Re: Zephyrus Store Aura
 
You can add an aura to a player with
Code:

int iEntity = CreateEntityByName("info_particle_system");
float vPos[3];
GetClientAbsOrigin(iClient, vPos);
TeleportEntity(iEntity, vPos, NULL_VECTOR, NULL_VECTOR);
                       
DispatchKeyValue(iEntity, "effect_name", sEffectName);
SetVariantString("!activator");
AcceptEntityInput(iEntity, "SetParent", iClient, iEntity, 0);
DispatchSpawn(iEntity);
ActivateEntity(iEntity);
AcceptEntityInput(iEntity, "Start");

where sEffectName is the name of the particle effect (make sure you precache it first).
And if you want some pcf files for the particle effects, you have to either find a server with them and download existing ones, make your own, or pay someone to make some for you :wink:

TheEdgeClan.Eu 09-21-2016 12:06

Re: Zephyrus Store Aura
 
post a comment of your steam in the youtube channel and he will add you price is 50 for that plugin

chalr 09-24-2016 00:49

Re: Zephyrus Store Aura
 
Quote:

Originally Posted by TheEdgeClan.Eu (Post 2455769)
post a comment of your steam in the youtube channel and he will add you price is 50 for that plugin

It says "public"

Totenfluch 09-25-2016 06:42

Re: Zephyrus Store Aura
 
Quote:

Originally Posted by TheEdgeClan.Eu (Post 2455769)
post a comment of your steam in the youtube channel and he will add you price is 50 for that plugin

HAHA 50€ for that Plugin that's ridiculous

8guawong 09-26-2016 08:26

Re: Zephyrus Store Aura
 
Quote:

Originally Posted by Totenfluch (Post 2456864)
HAHA 50€ for that Plugin that's ridiculous

lol beggar can't be choosers

xines 09-26-2016 08:49

Re: Zephyrus Store Aura
 
Quote:

Originally Posted by Totenfluch (Post 2456864)
HAHA 50€ for that Plugin that's ridiculous

I'll do this for 49€, hahah :lol::lol::lol:

bowzi1 10-19-2017 19:08

Re: Zephyrus Store Aura
 
Still need help?
I'll do it for free
add me http://steamcommunity.com/profiles/76561198170389217
And leave a message on my profile so i know what you need help for

eliteroyal 02-09-2019 13:49

Re: Zephyrus Store Aura
 
can someone post it here?

zwetch 02-16-2019 01:29

Re: Zephyrus Store Aura
 
EDIT: 2020

Particle / Aura precacher:
https://forums.alliedmods.net/showthread.php?t=322106

Downloader: (pcf / models/ materials / sounds etc) - edit .sp to download .ani and .wav files.
https://github.com/JakubKosmaty/Simple-Downloader (all files to one .txt)

http://csgo.specternetworks.com/fast...20+%20Aura.rar - Particles / Aura

A store if u looking for one: (This is just for Particles / Aura and Player Models) There are also other Model Files for Wings / Hats / Masks etc in Full Store which I have not listed here. Search for .mdl in pastebin to find!
File Locations: https://pastebin.com/7YtGFj9g - Can use for whole store below. (Added in Full Store DL)
https://github.com/Kxnrl/Store
http://csgo.specternetworks.com/fastdl/Full%20Store.rar - Full Store
https://pastebin.com/GTsY5VHu - Particles / Aura for the store. The effects / .pcf files are listed. You can get more effects if you open the .pcf files in Alien Swarm SDK.
https://pastebin.com/0inYixM2 - Player Models.

https://i.imgur.com/RmEh5yu.jpg


All times are GMT -4. The time now is 12:50.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.