Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Plutonium] Call Of Duty Online Servers/Offline play and modding

Newbie Spellweaver
Joined
Jan 1, 2023
Messages
12
Reaction score
1
All the best downloads for the call of duty client made by plutonium to help you get started making your own zombies/multiplayer servers!

Plutonium supports Black Ops 2 Zombies & Multiplayer, Black Ops 1 Zombies & Multiplayer and World At War Zombies & Multiplayer!

MW3 IS WANK GO ELSE WHERE FOR THAT poopie!!!! (Its still supported by plutonium though so if youd like to you can also play that through their client!)

You can host your own servers and play other servers created by other people.

Here's some useful github links for utilitys and custom scripts:



Here's some videos of custom scripts:


Useful things to know when coding GSC scripts for your server:

Colors:
^0 = Black
^1 = Red
^2 = Green
^3 = Yellow
^4 = Blue
^5 = Cyan
^6 = Pink
^7 = White
^8 = Default Map Color
^9 = Grey
^F = Flashing Text
^B = Checkard Random Text

Operators:
+ :: Addition
- :: Subtraction
* :: Multiplication
/ :: Division
% :: Modulus Remainder
= :: Equals
++ :: Increment +1
-- :: Decrement -1
+= :: Incrementation requires number
-= :: Decrementation requires number

Usable Conditions In Statements:
== :: Equal To
!= :: Not Equal To
! :: Negation Not equal to
< :: Less than
> :: Greater than
<= :: Less or Equal to
>= :: Greater or Equal to
&& :: And
|| :: Or

Waits In Server Frames:
wait 0.05; 1 server frame
wait 0.5; 10 server frames
wait 1; 20 server frames
wait (1); 20 server frames

For examples on code refer to the custom scripts github repository!

If this is the wrong section to be putting these could it be moved to the correct section please!
If these are not allowed here please remove the thread all together!

Wait for call of duty to go on sale for steam or you can get it cheaper from all key shop!

To play and host your own servers go to plutoniums website to download they also have a tutorial on GSC modding aswell as setting up a server for their client!

//

Since plutonium is technically another forum im not sure if im allowed to post the link im sorry if im not but here it is

If its not allowed could you just remove from the // downwards thankyou!
 
Back
Top