Your path has invalid/special/non english characters
Resxt
Posts
-
Error with folder -
Launcher SupportProbably a network issue
Check your firewall/antivirus/DNS or use a VPNCloudflare WARP or a regular VPN will do for example
-
asking for steam files how come?Piracy is not allowed, you won't get help for it
-
Kicked within secondsI guess you mean T4: World at War. IW4 is MW2
You might be kicked for being votekicked, banned, playing a disallowed weapon, camping, insults, ping too high and a bunch of other reasons
Better ask the server owners directly -
How to enable the mod menuThere is no such thing as "the mod menu"
If you downloaded one yourself just read the instructions -
MW3 -
How to NOT get auto pro perks in Bot Warefare -
Can you download or copy emblems in plutonium bo2?There are
.emblemfiles in%localappdata%\Plutonium\storage\t6\players
Might be worth a look -
I own the CD version of WaW not steam, anyway I can verify ownership?To host a dedicated server you need to own the game on Steam
Owning it on another platform doesn't work -
How to set a custom Icon and Custom Titlecardtitle "Hi"and icon is custom avatar from the forum that you then use in the callsign section thingy in-game -
Downloads FilesPiracy is not allowed
-
Can't playPlay solo/custom games or the few servers that allow VPNs
-
Adding Friends.Follow each other on the forum
-
website wont load past checking if human so i am not able to download the launcherTry CTRL + F5 or clearing browser cache
-
WAW not workingunclepushy send the full path before the players folder to make sure you are at the right place
Try this in the console (wait a bit for it to take effect)
r_fullscreen "0"; r_noborder "1"; vid_restart -
BO2 SetPerk Command -
i made mistakes in the past."I committed a crime and went to jail for it but now that I am in jail I understand the lesson and want to get out early, pretty please?"
Not how this works
-
WAW not workingMake sure your game is closed before doing that.
Go to%localappdata%\Plutonium\storage\t4\players
Open the config file with the notepad to edit it.
plutonium.cfgis for singleplayer/zombies andplutonium_mp.cfgis for multiplayer
Change these 4 dvars to be like below (you can use ctrl+f to search for them)seta r_fullscreen "0" seta r_noborder "1" seta vid_xpos "0" seta vid_ypos "0"You should always play WAW in windowed borderless to avoid alt tab crashes and vid_restart crashes
-
DLC ZOMBIESTo play DLCs install them. No game files are provided and no "DLC unlock" is provided either
-
BO2 Console CommandsI assume you mean dvar values
You can have a GSC script that sets the dvar
Init() { SetDvar("g_speed", 500); }