Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

AutisticLuluundefined

AutisticLulu

@AutisticLulu
About
Posts
19
Topics
1
Shares
0
Groups
0
Followers
14
Following
14

Posts

Recent Best Controversial

  • How to play campaing
    AutisticLuluundefined AutisticLulu

    No. Campaign is disabled on Plutonium.

    BO2 Client Support

  • Questions before hosting
    AutisticLuluundefined AutisticLulu

    FalkerNero Glad you found it helpful. Good luck and have fun 🙂

    BO1 Server Hosting Support

  • Questions before hosting
    AutisticLuluundefined AutisticLulu

    FalkerNero

    Late reply but it might be helpful for you or someone else searching for this.

    For PC specs, based from both my own testing and computer knowledge. Mods might impact these requirements.

    Anything as fast as the following specs or faster will suffice in most cases.
    CPU: Intel Core 2 Quad Q6600 2.6GHz or better
    RAM: 4GB (Minimum DDR2 800MHz+)
    DISK: 7200RPM HDD or an SSD (Heavily recommend using SSD if you got one).
    GPU: Should work with even integrated graphics, since hosting is CPU/RAM/DISK reliant.

    So the short explanation would be:
    Basically any average PC newer 2007 will suffice.

    BO1 Server Hosting Support

  • EXE cannot find zone
    AutisticLuluundefined AutisticLulu

    Is your game located on another drive than C:\ ?
    Like D:\ or E:\ ?

    Do you mean this error?
    Screenshot 2022-07-01 133149.png

    I followed the repair gamefiles guide and tried redownloading, but it still didn't work.

    (Note that this is not a fact but my theory why)
    In my case, it seems like the cause of an issue in the latest launcher (r3266) and having the game on a separate hard drive, which for some reason made the launcher not loading the following file plutonium_ui.ff (which it should do, even the game is it's on a separate drive).

    I simply made a copy of plutonium_ui.ff, plutonium_ui_mp.ff and patch_mp.ff from C:\Users\Lulu\AppData\Local\Plutonium\storage\t5\zone and then copied them to G:\pluto_t5_full_game\zone\Common.

    After that, I launched the game without any problems.

    BO1 Client Support

  • Migrating from _clientids to custom gsc, crash problems.
    AutisticLuluundefined AutisticLulu

    JezuzLizard I found the culprits but not sure why they're causing it, probably using outdated/unoptimized functions or something, commit removing the things: Github Commit

    Surprisingly feds gsc-utils works flawlessly still, but just incase I moved the script using it into it's own file for possible future issues.

    Also found some other interesting things.
    Using your config mod loaded through custom gsc not all dvars works correctly, the one I instantly noticed was cmPlayerMaxHealth which never was an issue when used in _clientids,
    EDIT: That was my fault apparently, missed the onplayerspawn functions for health.
    EDIT2: Nevermind, even when adding what I missed it doesn't work,

    Disabling Fog, Lod and Dof through dvars doesn't work either. This infuriates me the most out of all things since I get dizzy when there are Fog/Dof effects,

    So now I need to try to solve these, but I'm not that experienced in coding in general, I kinda understand how they function when I look at it, like it makes sense to me but I can barely write code myself in C# which I think gsc kinda is right?
    If you or someone else could help me try understand the code a bit better that would be very nice.

    BO2 Modding Support & Discussion

  • Migrating from _clientids to custom gsc, crash problems.
    AutisticLuluundefined AutisticLulu

    JezuzLizard Yeah, will be testing everything independently tomorrow and then add the scripts one by one.
    I'm aware of Feds plugin being old, but it currently works but maybe not when loading scripts this way? I'll test that too.

    I'll come back tomorrow with updates when I've tested everything. When the EU players aren't active lol since I reverted to _clientids for now.

    BO2 Modding Support & Discussion

  • Migrating from _clientids to custom gsc, crash problems.
    AutisticLuluundefined AutisticLulu

    Hello. I think this topic fits better into modding support than server host, but tell me if I'm wrong!

    The problem:
    I'm currently migrating from using clientids to custom gsc for my dedicated server, and I'm running into some struggles getting it to work without crashing. Normally I can usually fix most of these issues by myself but this makes me want to pull my hairs out.
    The scripts compile fine without errors and loads without errors, but I've probably made mistakes somewhere, I will try taking a look through them myself later again too when I've rested for a bit.

    Basically it's a couple of memory access violations and this is often out of my knowledge range since I'm much more familiar with the hardware itself.

    Any help would be appreciated! Thanks!

    Dump pastebin: https://pastebin.com/VancA6gv
    Dump download: https://drive.google.com/file/d/1WR-76MWwm9urAn3EOTt6gx7ollj-md79/view?usp=sharing
    Server Scripts source: https://github.com/MeguminBOT/Public-BO2-Mods

    BO2 Modding Support & Discussion

  • Server not showing up
    AutisticLuluundefined AutisticLulu

    DeadshotRaj
    Nothing you can do, just wait for the server owners to update their servers.

    BO2 Server Hosting Support

  • Bo2 zombies freezes at round 16-20
    AutisticLuluundefined AutisticLulu

    @Adem-XD could you take a couple of screenshots from the dumpfile then?
    both at the top and the bottom of it, try to find where it starts giving errors in the dump. If you don't know how to open a dumpfile then google is your best friend!

    The error with GSC isn't really an error but it could be depending on what the gsc script does.
    UIImage element has something to do with the code and is outside of my current knowledge of C# / GSC scripting.

    BO2 Client Support

  • Bo2 zombies freezes at round 16-20
    AutisticLuluundefined AutisticLulu

    @Adem-XD Even if no gsc scripts or mods are enabled?
    If it happens on unmodded I'm not sure what could cause this. Any error messages, logs or crashdumps generated?

    BO2 Client Support

  • Crash servers
    AutisticLuluundefined AutisticLulu

    andresito_20
    Code 0xc0000005 is usually the result of windows not being able read the data it's trying to access.
    Address: 0x00000006 is related to networking.

    More than that I don't know, but it might help you or someone else here to figure it out.

    My bet is the GSC scripts are the culprit, since what you describe have happened to me too when I made an oopsie in one of my scripts.
    Try removing any mods/scripts completely and see if it still crashes.

    BO2 Server Hosting Support

  • Bo2 zombies freezes at round 16-20
    AutisticLuluundefined AutisticLulu

    Certain GSC scripts can cause this if it's on servers.
    Does it happen on solo too?

    BO2 Client Support

  • launcher crash
    AutisticLuluundefined AutisticLulu

    Could also be the folders permissions.
    You could try taking ownership of the folder.

    Launch Command Prompt as Administrator then write or copy/paste:
    takeown /f “"C:\Users\YOURNAME\AppData\Local\Plutonium"” /r /d y

    Just change YOURNAME to your username on Windows.

    Launcher Support

  • Error for download plutonium win 32
    AutisticLuluundefined AutisticLulu

    Dss0 doubt he is, it's 2021 afterall. I'm confident he meant "plutonium-bootstrapper-win32.exe" but other than that I have no clue what he's trying to say.

    Launcher Support

  • Audio issue above 32bit 192khz
    AutisticLuluundefined AutisticLulu

    Tqhr Just use 192kHz if it's so annoying to change everytime. Anything above 48kHz is pointless for ANYTHING but music track mastering.

    Launcher Support

  • Does the Configuration Mod no longer work?
    AutisticLuluundefined AutisticLulu

    ContraBeats If you remove your serverkey and upload the whole server folder (except the zones folder) to Google Drive or something I can take a closer look in an hour or so if you want.

    BO2 Modding Support & Discussion

  • Does the Configuration Mod no longer work?
    AutisticLuluundefined AutisticLulu

    ContraBeats try adding a copy of dedicated_zm.cfg from \pluto_t6_full_game\main to \pluto_t6_full_game\t6r\data or the other way around and see what happens.

    BO2 Modding Support & Discussion

  • Does the Configuration Mod no longer work?
    AutisticLuluundefined AutisticLulu

    ContraBeats 0xc0000005 is a access violation error which most often means the software tries to access data from a location that isn't assigned properly, so you've most likely missed a install step or configured it wrong.

    Have you placed GSCs at their correct locations?
    Double check your .cfg for anything that looks odd or post it here

    BO2 Modding Support & Discussion

  • Does the Configuration Mod no longer work?
    AutisticLuluundefined AutisticLulu

    It works flawlessly for me.
    If you want to rule out if it works at all, I have a fork repo of it on Github both decompiled and compiled with some additional stuff added.

    BO2 Modding Support & Discussion
  • 1 / 1
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate