Hello, on the bo2 full gsc dump i see the name for electric cherry shader is "specialty_fastreload_zombies" but its a speed cola shader. I test with "specialty_grenadepulldeath_zombies" and "specialty_electric_cherry_zombies" but his result with gray case. I precache all shaders before. Its for my mod menu and i use the extinct base v1.2
Sorry for bad English im french.
1st picture is my problem and 2nd picture is would like.

NexT-_McDonalds
Posts
-
What is a name for shader of electric cherry ? -
PROBLEME AU LANCEMENTwalidqlf j'avais fait la même chose que toi et sa a fonctionné pour ma part, actuellement j'ai plus de dossier images, j'ai tout remis d'origine mais envoi ton pack de camo que j'essai pour voir.
-
Eliminating Creatures in TranzitNoScreechers()
{
self.NoScreechers=booleanOpposite(self.NoScreechers);
self iprintln(booleanReturnVal(self.NoScreechers, "Gollum: ^1Off", "Gollum: ^2On"));
if(self.NoScreechers)
{
level.is_player_in_screecher_zone = ::_zm_arena_false_function;
level.screecher_should_runaway = ::_zm_arena_true_function;
}
else
{
level.is_player_in_screecher_zone = ::_zm_arena_true_function;
level.screecher_should_runaway = ::_zm_arena_false_function;
}
}_zm_arena_false_function(player)
{
return false;
}_zm_arena_true_function(player)
{
return true;
} -
PROBLEME AU LANCEMENTwalidqlf J'ai eu le même soucis, c'est juste ton anti virus qui bloque l'exécutable. Autorise le dans les paramètres de ton anti virus ou désactive le juste pendant que tu joue. Sur Windows Defender, la menace est sous le nom de : Trojan:Win32/Wacatac.C!ml (il affecte le launcher du je jeu et le ferme).
-
bo2 zombies with friends in customszoroscsirke21 I don't test this script but i think its work. https://forum.plutonium.pw/topic/3129/how-to-spawn-player-2-before-end-of-round-1-zombies
-
Would You Guys Want A Video Tutorial?LeonLionHeart yes please, i delete my bo2 game and install new plutonium version but i d'ont have this file (" start_zm_serveur"). On old version its very simple to start private serveur
-
How Do I Make A Server In The New PlutoniumMe too, i would like start private serveur with gsc mod but i don't have dedicated serveur with new plutonium. I don't see any tutorial on this forum.
-
Help for Change languageHello, I'm french.
I buy Black ops 2 on steam (in french) and i download plutonium version for playing with my friends.
But on the pluto version i don't have any voice (example on zombie i don't have the voice character)
I install plutonium version on my steam version, so i would like to work the French voice on my pluto version or English. -
How spawn PHD or fonction on all maps ?Hello, today i would like to spawn phd or add a fonctions for have this perk(no fall damage, explosion etc..)
on die rise i would like spawn model "zombie_vending_nuke_on_lo" (vending machine) and grab it.
Thanks for help me. -
Special Weapon Buried don't work perfectlyOn buried map and serveur, with special weapon is not possible to fly, but on solo it work perfectly.
Its a bug or i need to add a script ?