[ZM] T6 Perkaholic Mod
-
It’s so simple
if u need a tutorial for this then your brain is small -
@oppastomppa dont have the link to it anymore but i use these now
https://forum.plutonium.pw/topic/16641/soe-perk-icons -
Quick question, can you release the source for this? Wanted to do some edits.
-
This post is deleted!
-
Thanks to chicken emoji
I made @s0uthstar script work on MOTD too
If you want to download directly the gsc file > DownloadThe source code is below
#include maps/mp/zombies/_zm_utility; #include maps/mp/_utility; #include common_scripts/utility; #include maps/mp/zombies/_zm_perks; init() { level thread on_player_connect(); } on_player_connect() { level endon( "end_game" ); while( 1 ) { level waittill( "connected", player ); player thread on_player_spawned(); player thread sq_give_player_all_perks(); } } on_player_spawned() { level endon( "end_game" ); self endon( "disconnect" ); while( 1 ) { self waittill( "spawned_player" ); } } sq_give_player_all_perks() { flag_wait( "initial_blackscreen_passed" ); flag_wait("initial_players_connected"); while(isdefined(self.afterlife) && self.afterlife){ wait 0.05; } if( level.script != "zm_tomb" ) { machines = getentarray( "zombie_vending", "targetname" ); perks = []; i = 0; while( i < machines.size ) { if( machines[ i].script_noteworthy == "specialty_weapupgrade" ) { i++; continue; } perks[perks.size] = machines[ i].script_noteworthy; i++; } } else { perks = level._random_perk_machine_perk_list; } foreach( perk in perks ) { if( self.perk_purchased == perk && IsDefined( self.perk_purchased ) ) { } else { if( self has_perk_paused( perk ) || self hasperk( perk ) ) { } else { self give_perk( perk, 0 ); wait 0.25; } } } if( getdvarint( "players_keep_perks_permanently" ) == 1 ) { if( !(is_true( self._retain_perks )) ) { self thread watch_for_respawn(); self._retain_perks = 1; } } } watch_for_respawn() { level endon( "end_game" ); self endon( "disconnect" ); while( 1 ) { self waittill_either( "spawned_player", "player_revived" ); wait_network_frame(); self thread sq_give_player_all_perks(); self setmaxhealth( level.zombie_vars[ "zombie_perk_juggernaut_health"] ); } } -
Thanks to chicken emoji
I made @s0uthstar script work on MOTD too
If you want to download directly the gsc file > DownloadThe source code is below
#include maps/mp/zombies/_zm_utility; #include maps/mp/_utility; #include common_scripts/utility; #include maps/mp/zombies/_zm_perks; init() { level thread on_player_connect(); } on_player_connect() { level endon( "end_game" ); while( 1 ) { level waittill( "connected", player ); player thread on_player_spawned(); player thread sq_give_player_all_perks(); } } on_player_spawned() { level endon( "end_game" ); self endon( "disconnect" ); while( 1 ) { self waittill( "spawned_player" ); } } sq_give_player_all_perks() { flag_wait( "initial_blackscreen_passed" ); flag_wait("initial_players_connected"); while(isdefined(self.afterlife) && self.afterlife){ wait 0.05; } if( level.script != "zm_tomb" ) { machines = getentarray( "zombie_vending", "targetname" ); perks = []; i = 0; while( i < machines.size ) { if( machines[ i].script_noteworthy == "specialty_weapupgrade" ) { i++; continue; } perks[perks.size] = machines[ i].script_noteworthy; i++; } } else { perks = level._random_perk_machine_perk_list; } foreach( perk in perks ) { if( self.perk_purchased == perk && IsDefined( self.perk_purchased ) ) { } else { if( self has_perk_paused( perk ) || self hasperk( perk ) ) { } else { self give_perk( perk, 0 ); wait 0.25; } } } if( getdvarint( "players_keep_perks_permanently" ) == 1 ) { if( !(is_true( self._retain_perks )) ) { self thread watch_for_respawn(); self._retain_perks = 1; } } } watch_for_respawn() { level endon( "end_game" ); self endon( "disconnect" ); while( 1 ) { self waittill_either( "spawned_player", "player_revived" ); wait_network_frame(); self thread sq_give_player_all_perks(); self setmaxhealth( level.zombie_vars[ "zombie_perk_juggernaut_health"] ); } }contrabandgotti yes this works
-
i wanna make this work bad someone help ill even payapal you to help me set it up im new to pc
_Eddy-_- Did you try this tutorial on how to load mods into plutonium? https://plutonium.pw/docs/modding/loading-mods/
-
omgiZ1Y8KOx55b5E referenced this topic on
-
I AM GETTING A SYNTAX ERROR
-
So, some dipshit executive at Mediafire recently turned clinically braindead and came up with the idea to lock downloading files behind a $10 monthly subscription, which means you can't download this mod anymore without essentially paying for it.
I'd really appreciate if you or someone else could put up a link to this file from a different source like MEGA or Google Drive or something.
-
So, some dipshit executive at Mediafire recently turned clinically braindead and came up with the idea to lock downloading files behind a $10 monthly subscription, which means you can't download this mod anymore without essentially paying for it.
I'd really appreciate if you or someone else could put up a link to this file from a different source like MEGA or Google Drive or something.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
