This needs more context. The only Jug bug that I know of is the one where the Wunderwaffe will take your Jug. If that is the bug you're talking about, Pluto already provided a fix for it with a dvar. On the console, type g_fix_tesla_bug and set it to one.
RedxSkull
Posts
-
(Request) Someone make a jug bug fix gsc script -
[Release] [ZM] [Mod] zm_weapons - Adding all weapons to mapsFlick is known on the forum for always blaming and ranting at the mod creator or even the client first, before realizing the issue is on his end. Sometimes, it's best to assume the problem is on your end before blaming others. Have some common sense. Ask for help, but don't come off saying it's broken as if it's their fault before actually asking for help. It's disrespectful, and in most cases, it doesn't encourage devs to continue updating or start new projects.
As well, good job with the mod, I enjoy it. Solid release.
-
More old cods getting added?Alterware is the current client for Ghosts, AW, MW2 and MW3 SP. You're probably talking about Xlabs, which recently shut down and was really gaining popularity due to big YouTubers making videos on it. Even though most YouTubers don't give all the facts about a client, they help bring in the numbers. Maybe in the future, Alterware will get more exposure, as Plutonium has. As well, Plutonium stated they will not be adding any more CoD games, but will instead focus on improving each game. So far, T4, T6, and IW5 have been receiving great updates. Eventually, the same will happen for T5.
-
How can I disable Tranzit fog on a server?GrayBla
Here you go mate. -
Can't play with my fam member on same server. Need Some Help!!!!Use a VPN. You can't play with other users on the same IP for T5 aka Bo1. There are free VPNs available if you can't afford a paid one.
-
[Release] [Zombies] HUD BO3 FOR BO2 !wi3rrr This LUA dump should help you with your HUDs. Also, check out Bo2 Reimagined mod by Jbleezy for reference, as that mod uses LUA HUDs.
https://www.mediafire.com/file/s68dxst56o7fmqz/T6_Lua.zip/file
-
[Release] [Zombies] HUD BO3 FOR BO2 !Great release! However, if you decide to add more HUD elements, you can do so in LUA with fs_game mod. This is because the LUA HUD limits are separate from the GSC HUD limits. If you're not too familiar with LUA, it's not too different from GSC, and there are plenty of guides available to help you learn.
-
Anyway to hide Killstreak counter?It has nothing to do with plutonium, as servers are community hosted. It’s up to the server owner to make it toggleable, but most servers don’t have it that way. Just play on a server that doesn’t use a counter, or host your own server.
-
Modding Helpkeyeddd Start with the basics, and Plutonium has a decent Doc for beginners.
-
game base filesPlutonium currently doesn't support piracy, and ownership checks haven't been implemented yet. It's only available for server hosts, though that could change in the future. Many clients have been shut down due to piracy, not just for Cod clients. Keep in mind that they will not offer support to anyone using cracked files, so it's best to own the game to avoid being unable to play once ownership checks are implemented in the future.
-
cant find game directoryDo you own the game and have you downloaded it? It's not hard to find the game directory, it's where the game files are located. The launcher doesn't provide the game files. If you do own the game on steam the location would be here C:\Program Files (x86)\Steam\steamapps\common
-
"VPN PROBLEM"This has nothing to do with plutonium since the servers are community hosted. Your best option is to contact the owner of the server you're playing on and ask them to whitelist your VPN's IP address. The main reason most community servers don't allow VPNs is that bad actors can use them to bypass bans, among other issues.
-
So many hackersThe best thing to do is report them and provide proof with video evidence of these players. The main reason video proof is required is because there are many false reports of actual good players being banned. Most casuals forget that this game has been out for more than 10 years, and most veterans know all the spawn points, wallbang spots, pre-fire known locations, etc. Make sure to provide it to the server owner or admins of the server you're playing on.
-
IT IS A SHAME (At least for me..) WW2White-Foxy Plutonium stated long ago that no more COD clients would be added. They will continue to improve each client they currently have. Remember, it's a passion project, and they work on it only in their free time without getting paid. Be more appreciative of what has been given to the community, and understand that it's still being updated, but it takes time and they don't owe us anything.
-
Changing gun game guns in mpAppData\Local\Plutonium\storage\t6\maps\mp\gametypesIf those folders don't exist in T6, create them and place gun.gsc in gametypes folder to override the entire stock script. However, I recommend creating a custom script and usingreplacefunc()to replace any function from gun.gsc or any stock script with your own code, without needing to replace the entire script and for stability purposes. https://plutonium.pw/docs/modding/gsc/new-scripting-features/ -
bo2 xbox360 graphics@Cawldwink When it comes to Zombies, the fog was never meant to be added in the first place. Jason Blundell did an interview where he discussed pre BO2 Zombies and what Jimmy planned starting with Tranzit. They used the fog to hide texture pop-ins and the denizens to slow down players traveling through the fog. The same went for using gumps to load/unload assets for different sections of the map, as the current Tranzit was taxing on the console. A lot of features was cut due to hardware limitations at the time, which is the main reason Tranzit and many other maps don't look finished or appear bland. Limitations were their biggest issue, leading to sacrifices to try to achieve steady FPS on console. Where the PC version of BO2, however, benefited from better hardware. PC version is basically a port from console with its own optimizations and customizations for better graphics, etc.
-
bo2 xbox360 graphicsYep, with a 65 FOV, it struggled to maintain 60 FPS, usually fluctuating between 50 to 60 FPS. It did surprisingly achieve a resolution of 1040x600 with 2x MSAA, but everything else was set to low textures. The PS3 version was even worse, with a resolution of 960x540. Neither version ever reached true 1080p. The PC version is butter smooth, but you don’t really notice the performance issues on old consoles, because most don’t have a monitor to display an FPS counter and see how unstable it was.
-
How to play with friendsMake sure to start your match first, and then your friends can join, as lobbies are disabled for all Plutonium clients. If you need to restart the map if your friends joins in late simply type
map_restartin the console -
WHY COOP DOESN'T WORK IN WAW@adolfplay1488 Lobbies are disabled for all plutonium clients. To start your coop campaign, type
xpartygoin the console and then launch your game. Then your friends can join using your IP address and port, for example,connect 192.168.0.1:28960. Alternatively, you can host a local server with a password, and your friends can join through the server browser. If you ever need to restart the map if your friends join in late simple typefast_restart
-
will mod support be fixed?The problem with mod support was how it was implemented, and it's not an easy task. The original mod support, called game_mod by SE2Dev, works but requires injection and was meant for the Steam version. This would flag on Plutonium because of the anti-cheat system. I'm sure the Plutonium developers have made attempts to port it or find other methods, but there's still a long way to go, and their attention has been on BO2 lately. If you really want to try out BO1 mods, I suggest using game_mod on Steam.