Ston3Cold unknowghost @SuspiciousGamer @Aka_Curtis CrushedPuppy BadRanch brolpzt
Added your role
Ston3Cold unknowghost @SuspiciousGamer @Aka_Curtis CrushedPuppy BadRanch brolpzt
Added your role
Useless topic since
We don't allow piracy
Bot04 Yes. But BO3 has already everything a client could add while BO2 had a lot of room for improvements. If you owned the game you'd know that. Client is not piracy so wrong place
https://forum.plutonium.pw/search?term=bo3&in=titlesposts
Está previsto desde hace mucho, mucho tiempo, pero no es una prioridad en absoluto en este momento.
Se verá en varios años
MarioloPantoja that's what I said yes?
DovahKunt could you update the download link? The Discord invite is invalid
Nice release
I love the HUD and the perk icons
calu Simply because there is nothing to add to BO3. Plutonium is not about getting games for free.
BO1 already has a client so there's no point in creating another one.
Kinzie
Go to %localappdata%\Plutonium\storage\t4\players and open the config file with the notepad to edit it. Make sure your game is closed before saving!
(plutonium.cfg is for singleplayer/zombies, plutonium_mp.cfg is for multiplayer)
Change these 4 values like this (you can use ctrl+f to search for it):
seta r_fullscreen "0"
seta r_noborder "1"
seta vid_xpos "0"
seta vid_ypos "0"
You can also change your resolution manually from there for example for 1920x1080 screens:
seta r_mode "1920x1080"
This will make your game use the windowed borderless mode which is highly recommended to avoid crashes caused by the engine.
It surely improves the gameplay. I came for the gameplay
@MedicSoundwave FaZe Flick this is not a place for politics or opinions.
If you want this download it, if you don't want it close this tab and move on.
This is just a download for those who want, no one is forced to do anything and a COD texture post release is not a place for debates
@GhostMW There is no "vote" no one ever said a new game was coming. No new game is planned + BO3 probably won't ever happen because there is not a single reason why we'd need a client for it.
back2bean captnkickass450 try exec default_controller.cfg
in the console
Today I'm sharing VMT / VenoxModdingTeam which is a multiplayer mod menu for Black Ops II.
Note that I am not the original author of this mod menu.
It's already compiled so you just have to drag and drop it and enjoy!
It has a very nice design that might remind you of the famous Revolution mod menu.
It's not recommended to mess with settings that weren't meant for PC or Plutonium like account settings, unlock trophies etc.
How to use
Open the menu:
Aim key + Knife key
Confirm:
Use key
Cancel:
Knife key
Go down:
Attack/Fire key
Go up:
Ads/Toggle Ads key
Installation
Follow the instructions on the T6 modding guide
Download
Proton Drive | Mediafire
You can watch a preview of the mod menu here
https://youtu.be/3qnyjJw0UL4?t=36
CryqKind If you mean a public server you can't unless you buy a VPS
If you mean a custom game either get someone else to host or join a public server or use RadminVPN in LAN mode
I fixed the warnings in the console, I included the explanations at the bottom for those who are curious about it.
I also made it not unnecessarily thread on bots, just a small performance "fix"
Kalitos Maybe this will interest you or maybe you wanna update your script on the OP
#include maps\mp\gametypes\_hud_util;
Init()
{
level thread OnPlayerConnected();
}
OnPlayerConnected()
{
for(;;)
{
level waittill("connected", player);
// Don't thread DisplayPlayerKillstreak() on bots
if (isDefined(player.pers["isBot"]))
{
if (player.pers["isBot"])
{
continue; // skip
}
}
player thread DisplayPlayerKillstreak();
}
}
DisplayPlayerKillstreak()
{
self endon ("disconnect");
level endon("game_ended");
self.killstreak_text = createFontString( "Objective", 0.65 );
self.killstreak_text setPoint( 0, "TOP", 0, 7.5 );
self.killstreak_text.label = &"^1KILLSTREAK: ";
while(true)
{
if(!IsDefined(self.playerstreak) || self.playerstreak != self.pers["cur_kill_streak"])
{
self.playerstreak = self.pers["cur_kill_streak"];
self.killstreak_text setValue(self.pers["cur_kill_streak"]);
}
wait 0.01;
}
}
For some reason the game seems to throw a warning when you pass "CENTER" in the setPoint function so I replaced it with 0.
This was happening because when doing this
if(self.playerstreak != self.pers["cur_kill_streak"])
{
self.playerstreak = self.pers["cur_kill_streak"];
self.killstreak_text setValue(self.pers["cur_kill_streak"]);
}
the first time the playerstreak variable isn't defined yet because it's a variable created by the script in that if condition.
So to make sure the script works normally I added another case !IsDefined(self.playerstreak) ||
so that it will work both when our HUD needs to be updated and also when our variable isn't defined yet (first iteration)
Same than above, when comparing undefined to a variable the result isn't true or false but undefined
(to my understanding)
These are the 5 maps that comes to mind. Honestly there are a lot of great maps you can find.
What I love the most is how different from each other the maps can be due the time difference there can be between the creation of 2 maps.
Sorting by most popular on UGX always served me well. Also don't forget about Youtube there is a huge amount of map reviews, gameplays and easter egg videos you can find!
SuBoris you linked to a shady piracy website which isn't allowed. Even if we allowed discussing piracy why would we allow a random guy with no post to link to random websites no one knows that could contain malware? It's just common sense.
We don't censor things, we just delete posts that don't respect our rules and/or are dangerous for others. Youe post was both. Also next time don't hijack a random topic
You should include a video of it or at least some screenshots