• Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

[Release] [Zombies] Map Restart Clientside Issues Workaround

Scheduled Pinned Locked Moved BO2 Modding Releases & Resources
25 Posts 8 Posters 2.5k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JezuzLizardundefined Offline
    JezuzLizardundefined Offline
    JezuzLizard Plutonium Staff
    wrote on last edited by Mr. Android
    #1

    When the map restarts in zombies after a game ends, clients experience several different bugs that are only clientside. An example is the no sound bug, which is where clients have no sound except music. These are fixed by leaving and rejoining the server. I always found leaving and rejoining after a server ends being a pain which is why I spent some time making a workaround for server owners:
    https://github.com/JezuzLizard/Public-BO2-Mods/tree/master/MapRestartWorkaround

    This mod also fixes doing a map_restart or fast_restart from the server console.

    Basically, the mod calls a map_restart() when the game ends instead of the normal map_rotate and this fixes all the clientside only bugs for all clients every time. Doing this caused some bugs which I also had to fix.

    The bug where the game hangs at the blackscreen when there is more than 1 client in game is fixed, and the invisible players who can't sprint should be fixed as well.
    If you experience any bugs using this mod tell me I will try my best to fix them as quickly as possible.

    1 Reply Last reply
    1
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    wrote on last edited by
    #2

    Damn, nice release. Will be adding this to my server 🙂

    1 Reply Last reply
    0
  • Fryundefined Offline
    Fryundefined Offline
    Fry Plutonium Staff
    wrote on last edited by
    #3

    Oh nice. I see you updated it.

    1 Reply Last reply
    0
  • Mr. Androidundefined Offline
    Mr. Androidundefined Offline
    Mr. Android Plutonium Admin
    wrote on last edited by
    #4

    Great update OP, nice to see the bug fixes.

    1 Reply Last reply
    0
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    wrote on last edited by
    #5

    Hey JezuzLizard, I finally tried to add it to my server, and I'm getting an error almost immediately after starting my Die Rise server (specifically Die Rise). Do you know why that is / how to fix it? I'm pretty new to GSC so sorry if I'm acting dumb or whatever4f795359-ebcc-4a96-9c1d-097c36297bd6-image.png

    JezuzLizardundefined 2 Replies Last reply
    0
  • JezuzLizardundefined Offline
    JezuzLizardundefined Offline
    JezuzLizard Plutonium Staff
    replied to luigistyle on last edited by
    #6

    luigistyle I hadn't known about that bug at the time I had posted the mod but currently the best fix I have is commenting out give_team_characters() when running die rise. The same goes for give_personality_characters() when running nuketown.
    I'm working on a fix so it won't be necessary to have to comment out code each time for these 2 maps. I'll update the post when I have it working.

    The reason this happens is die rise doesn't have its own give_team_characters(), not even a blank one. Same thing goes for nuketown there isn't a give_personality_characters() built in to the map.

    1 Reply Last reply
    0
  • Xerxesundefined Offline
    Xerxesundefined Offline
    Xerxes Plutonium Staff
    wrote on last edited by
    #7

    JezuzLizard check your pull requests. I have drastically edited and simplified the way of how give_personality_characters and give_team_characters are called.

    https://github.com/JezuzLizard/Public-BO2-Mods/pull/6

    1 Reply Last reply
    0
  • JezuzLizardundefined Offline
    JezuzLizardundefined Offline
    JezuzLizard Plutonium Staff
    replied to luigistyle on last edited by
    #8

    luigistyle I approved the pull request from Xerxes the mod shouldn't have any problems loading on nuketown and die rise. Download the latest version off the github.

    luigistyleundefined 1 Reply Last reply
    1
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    replied to JezuzLizard on last edited by luigistyle
    #9

    JezuzLizard
    Xerxes

    Will try, thanks alot 😄

    EDIT: It works, thanks so much

    1 Reply Last reply
    0
  • adriangoundefined Offline
    adriangoundefined Offline
    adriango
    wrote on last edited by
    #10

    i don't know how to modify things for my server and i want to put this in mine, someone could explain how i do it? If someone can help me this is my discord Adriango#5023 thank you

    luigistyleundefined 1 Reply Last reply
    0
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    replied to adriango on last edited by
    #11

    adriango
    There's a guide around here somewhere on loading GSC in your dedicated server

    1 Reply Last reply
    0
  • adriangoundefined Offline
    adriangoundefined Offline
    adriango
    wrote on last edited by
    #12

    I just put the code to my server, and it doesn't work, that is, the code should fix the music and demase, but I still have those problems

    JezuzLizardundefined 1 Reply Last reply
    0
  • JezuzLizardundefined Offline
    JezuzLizardundefined Offline
    JezuzLizard Plutonium Staff
    replied to adriango on last edited by
    #13

    adriango Did you compile it as _clientids.gsc in maps/mp/gametypes_zm?
    Did you merge it with any other scripts?

    luigistyleundefined adriangoundefined 2 Replies Last reply
    0
  • luigistyleundefined Offline
    luigistyleundefined Offline
    luigistyle Plutonium Staff
    replied to JezuzLizard on last edited by
    #14

    JezuzLizard said in [Release] [Zombies] Map Restart Clientside Issues Workaround:

    Did you merge it with any other scripts?

    Does that make a difference? I have like 3 merged scripts total and it seems to be fine atm

    1 Reply Last reply
    0
  • adriangoundefined Offline
    adriangoundefined Offline
    adriango
    replied to JezuzLizard on last edited by
    #15

    JezuzLizard I've done everything right and I've got it compiled with another script that's to remove the drink limit, the limit of fucniona drinks but this script doesn't and I don't know why

    JezuzLizardundefined 1 Reply Last reply
    0
  • JezuzLizardundefined Offline
    JezuzLizardundefined Offline
    JezuzLizard Plutonium Staff
    replied to adriango on last edited by
    #16

    adriango

    Send me your script source on discord JezuzLizard#7864. I'll review it and see if its a common problem since this isn't the first time this script doesn't work when compiled with another script.

    1 Reply Last reply
    0
  • peximaximumundefined Offline
    peximaximumundefined Offline
    peximaximum
    wrote on last edited by
    #17

    I compiled the main.gsc and put the script on server, but when game ends nothing happens, I continue disconnecting and receiving the error "CG_Spawn: no free fake entities". What I doing wrong?

    JezuzLizardundefined 1 Reply Last reply
    0
  • JezuzLizardundefined Offline
    JezuzLizardundefined Offline
    JezuzLizard Plutonium Staff
    replied to peximaximum on last edited by
    #18

    peximaximum Did you call the compiled script _clientids.gsc and did you place it in data/maps/mp/gametypes_zm in your server folder?

    peximaximumundefined 1 Reply Last reply
    0
  • peximaximumundefined Offline
    peximaximumundefined Offline
    peximaximum
    replied to JezuzLizard on last edited by
    #19

    JezuzLizard Yes, I did all that, including with and without other codes together. I tried change my code in dedicated_zm.cfg and now is getting the error "An error occured while connecting to the server." and error notification of PlutoT6 "EXE_CONFIGSTRINGMISMATCH" when map rotate.

    dedicated_zm.cfg file: https://pastebin.com/NqyfNHjm

    In the tests I did with these settings, only the Buried map successfully restarted on dying, without having to do anything! When using map_rotate it disconnects and gives the same error as above.

    JezuzLizardundefined 1 Reply Last reply
    0
  • JezuzLizardundefined Offline
    JezuzLizardundefined Offline
    JezuzLizard Plutonium Staff
    replied to peximaximum on last edited by
    #20

    peximaximum I never expected anyone to use multiple maps in sv_maprotation, but being that your getting errors from doing so I would definitely have to conclude that trying to restart the map and change the map would cause errors.
    Basically, you cannot change the map using map_restart I've tried it will not work. Try setting only one map in your sv_maprotation and see if it still gives errors.

    peximaximumundefined 1 Reply Last reply
    0

  • Login

  • Don't have an account? Register

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

  • Don't have an account? Register

  • Login or register to search.