Issue with Player Data
-
Hello,
I'm having an issue with the latest build of T4 WaW Multiplayer. It seems like my prior config settings are no longer recognized. I also use the bots mod from INeedBots quite often, and the config settings/mpdata are also no longer recognized - everything is back to square one as if a hard reset was made. I checked the local game files, and the mpdata file still exists from the last time I played about two weeks ago.
Is there now a different way that the client reads data files? If not, what steps do I need to take to see if I can recover my data? Not so much concerned about the config settings since these are trivial changes, but I had made a lot of progress with the bots mpdata file.
I know in theory the Unlock All feature is there, but that's not something I would like to employ if at all possible.
Thanks in advance.
-
Hello,
I'm having an issue with the latest build of T4 WaW Multiplayer. It seems like my prior config settings are no longer recognized. I also use the bots mod from INeedBots quite often, and the config settings/mpdata are also no longer recognized - everything is back to square one as if a hard reset was made. I checked the local game files, and the mpdata file still exists from the last time I played about two weeks ago.
Is there now a different way that the client reads data files? If not, what steps do I need to take to see if I can recover my data? Not so much concerned about the config settings since these are trivial changes, but I had made a lot of progress with the bots mpdata file.
I know in theory the Unlock All feature is there, but that's not something I would like to employ if at all possible.
Thanks in advance.
Lone_Wolfe is the bot warfare mod also not working for you? just asking cause I'm having the same issue where all my progress for the mod is wiped and any time I try to launch a game with the mod it kicks me back to the menu and gives me a script compile error which I assume is something to do with the mod cause I'm able to launch into a match perfectly fine without the bots mod
-
Lone_Wolfe is the bot warfare mod also not working for you? just asking cause I'm having the same issue where all my progress for the mod is wiped and any time I try to launch a game with the mod it kicks me back to the menu and gives me a script compile error which I assume is something to do with the mod cause I'm able to launch into a match perfectly fine without the bots mod
Reb003 Actually yes, I'm having that issue also. I didn't think to launch a match earlier and see what else might be going on.
I'll try reaching out to INeedBots to see if he can release a compatibility patch. In the meantime, I wonder if there's anything that can be done on the Plutonium-side of things.
-
Reb003 Actually yes, I'm having that issue also. I didn't think to launch a match earlier and see what else might be going on.
I'll try reaching out to INeedBots to see if he can release a compatibility patch. In the meantime, I wonder if there's anything that can be done on the Plutonium-side of things.
Lone_Wolfe sounds good! hopefully you'll hear back from him soon
have a great day/night fellow bot enjoyer -
Hello,
I'm having an issue with the latest build of T4 WaW Multiplayer. It seems like my prior config settings are no longer recognized. I also use the bots mod from INeedBots quite often, and the config settings/mpdata are also no longer recognized - everything is back to square one as if a hard reset was made. I checked the local game files, and the mpdata file still exists from the last time I played about two weeks ago.
Is there now a different way that the client reads data files? If not, what steps do I need to take to see if I can recover my data? Not so much concerned about the config settings since these are trivial changes, but I had made a lot of progress with the bots mpdata file.
I know in theory the Unlock All feature is there, but that's not something I would like to employ if at all possible.
Thanks in advance.
The client now reads the files from a different directory. Previously it was reading them from
%localappdata%\Plutonium\storage\t4\players
, now it’s reading them from%localappdata%\Plutonium\storage\t4\players\profiles\$$$
.To reapply your previous stats and classes, you could follow this process:
- Press Win+R, copy this directory
%localappdata%\Plutonium\storage\t4
, paste it into the window that opened, then press Ok. - Open the
players
folder. - Select the following items if they exist and copy them:
mods
foldermpdata
filempdatabk0000
file
- Open the directory
profiles\$$$
. If it doesn’t exist, either create it or open the game. - Paste the items copied from step 3 into the directory opened in step 4. If prompted to replace or skip files, select the replace option.
This should apply your previous stats.
If you also want to apply your previous class names and settings, go in-game, open the console, and execute the respective command for the mode you’re on:
Multiplayer
exec plutonium_mp.cfg; vid_restart
Singleplayer/Coop
exec plutonium.cfg; vid_restart
- Press Win+R, copy this directory