UPDATE 2/2/2023: Added round timer in red right under the game timer
AlexInVr
Posts
-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moon -
[ZM][RELEASE] [PLUTO ONLY] First box patch for moon + timer + speed patchf0rbiddin press windows + r on your keyboard
inside the window that pops up, type in %LOCALAPPDATA%
go to the folder plutonium/Storage/t5/scripts/sp
create a new folder name zombie_moon
drop the script inside it,
(Create a new text file, and name it whatever you want, copy the code in the thread, paste it inside, then rename the extension to .gsc)
-
[Release] Add Missing PhD And Stamina To MapsSoliderror Don't worry bro I'd never take code from someone without giving credits, I looked at your code and you did very well man, clean written etc... Tried looking at how you did it to spawn just a random machine to start with and didn't get any results, but I'll try again another time, your code will be very useful to learn, thx alot man !
-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moonFlixSZN Added raygun to five

-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moonUPDATED 8/31/2022:
- Updated the mod to better arrange the box weapons
- Made the timer bigger
- Patch now stops at round 21, if you are on round 20 it will work, as soon as you reach 21 it stops.
Weapon order:
-
Kino:
- Raygun, Tgun, monkeys, Crossbow
-
Five:
- Raygun, monkeys, crossbow
-
Ascension:
- Raygun, Tgun, gersh, crossbow
-
Call of the dead:
- Scavenger, Raygun, Russian dolls, Crossbow
-
Shangri la:
- Babygun, raygun, monkeys, crossbow
-
Nacht:
- Tgun, raygun, monkeys
-
Verruckt:
- Raygun, monkeys, crossbow
-
Shi no numa:
- Raygun, waffe, monkeys
-
Der Riese:
- Raygun once the box moved atleast once, waffe, monkeys, crossbow
Let me know if I missed anything, working on making it so you can still box and get weapons once you're done with getting all the weapons in the box even if it's round 20, but that would make my code real shitty and I hate writing shitty code, it's already not really good code the way I wrote it, lots of if statements, will probably make a switch instead
-
[Release] Add Missing PhD And Stamina To MapsSoliderror that's awesome ! mind if I use part of your code to learn a little bit more gsc ? I've been wanting to spawn new machines in the map and try and add some logic to them but was kinda confused on how to do it. I'm a programmer but GSC is kinda niche and there isn't too much docs or tutorials to learn it, I feel like I'm learning LUA all over again lol. If I ever end up releasing something you can be sure I'll credit you for it !
-
[ZM] [Black Ops 1] Neon Perk IconsSick !!
-
[Release] Add Missing PhD And Stamina To MapsGreat work my guy !
-
censorship in VerrucktRossedout Bro this game is 14 years old lmao do you think Plutonium went out of their way to censor nazi flags lmao
-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moonFlixSZN For sure, will take a look at this, it's supposed to be in there might have missed it, and yeah this is an issue with my mod where up until 19 you don't get any other box weapons that I also plan to fix, it is due to how I wrote my code, I never really had the issue since usually once you box you're good up until the trades where the patch isn't active anymore
-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moonNucleye So I looked at my crossbow thingy, and the reason why the crossbow is there is that it's a required weapon for the High round strat, either in solo or coop, If you didn't know, pack a punching the crossbow makes it so every arrow is a monkey bomb
-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moon@scotlords Yeah so for the raygun you need to move the box atleast once

-
[ZM] [RELEASE] First Box patch + timer + movement speed patch NACHT DER UNTOTENchuyito9154 I'm sorry bro I don't speak spanish, using google translate your comment asks what does this mod do, without offense, I wrote everything in the title and the description of the post my guy, idk what to tell you more

-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moon@scotlords Did you make sure to move the box atleast once ? you need to move it atleast once for the raygun to appear, this is in the original game code and wasn't too sure if it would be legit without it so I added it. I will also double check that I did add the raygun in coop

-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moon@scotlords you gotta press the arrow in the upper right corner

-
[ZM] [RELEASE] First Box patch + timer + movement speed patch NACHT DER UNTOTENMrConfetti Welcome my friend !

-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moonNucleye I will work on fixing that and release an update soon, probably tommorow as I got stuff to do tonight
-
[ZM] [RELEASE] First Box patch + timer + movement speed patch NACHT DER UNTOTENMrConfetti For sure,
#include maps\_utility; #include common_scripts\utility; #include maps\_zombiemode_utility; //First Box by twitch.tv/AlexInVR init() { thread OnPlayerConnect(); } OnPlayerConnect() { for(;;) { level waittill( "connecting", player ); player thread OnPlayerSpawned(); } } game_timer() { hud = create_simple_hud( self ); hud.foreground = true; hud.sort = 1; hud.hidewheninmenu = true; hud.alignX = "left"; hud.alignY = "top"; hud.horzAlign = "user_left"; hud.vertAlign = "user_top"; hud.x = hud.x - -700; hud.y = hud.y + 35; hud.alpha = 1; time_text = string(GetTime() / 1000); flag_wait("all_players_spawned"); while (1){ hud setTimerUp(1); hud setTimer(time_text); } } OnPlayerSpawned() { self endon( "disconnect" ); for( ;; ) { level waittill( "connected", player ); self thread game_timer(); self SetClientDvars( "player_backSpeedScale", "1", "player_strafeSpeedScale", "1"); wait 3; self IPrintLnBold("Timer and speed patch by ^1twitch.tv/^2AlexInVR"); } level waittill( "connected", player ); } -
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moonNucleye Yes but the crossbow isn't the first weapon, the crossbow is there for coop games, until round 19 it will give you the crossbow as last weapon in the box since it's there for coop games for maps that require it, if the first or second weapon in the box is a crossbow that means that it's a weapon required for the high round strategy
-
[ZM][RELEASE] First box patch + timer + movement speed for ALL maps except moonNucleye which map ? I can update it for sure