UGX-Mods

Call of Duty: Black Ops 3 => Help Desk => Mapping => Topic started by: ItsJasonn on October 19, 2016, 11:17:22 am

Title: [High Priority] Maps not starting at all
Post by: ItsJasonn on October 19, 2016, 11:17:22 am
Hey people,

I need help as quick as possible! Whenever I launch a map in BO III even if it's a custom map or an official map I get send back to the lobby giving me an error saying: "Server Disconnected - Clientfield Mismatch new line Check host TTY output for client & server clientfield registration details."

I REALLY need help with this problem!
Title: Re: [High Priority] Maps not starting at all
Post by: xZekaHD on October 19, 2016, 12:39:16 pm
I'm getting the exact same error today, don't even know why.
Title: Re: [High Priority] Maps not starting at all
Post by: Harry Bo21 on October 19, 2016, 01:56:41 pm
Gsc called but did not call the csc for it

Why is this identical question deserving of the 7 topics in a row I've seen in the last ten minutes from various people?
Title: Re: [High Priority] Maps not starting at all
Post by: ItsJasonn on October 19, 2016, 05:50:42 pm
Gsc called but did not call the csc for it

What do you mean with that? How do I fix this issue?

Double Post Merge: October 19, 2016, 06:12:57 pm
FIX:
What I did to fix this error was by creating a new map with clean/new files and copy those files over to the map that I got the error from. After that just change the file name so it is the same as your mapname.
Title: Re: [High Priority] Maps not starting at all
Post by: reckfullies on October 19, 2016, 06:21:57 pm
What do you mean with that? How do I fix this issue?

Double Post Merge: October 19, 2016, 06:12:57 pm
FIX:
What I did to fix this error was by creating a new map with clean/new files and copy those files over to the map that I got the error from. After that just change the file name so it is the same as your mapname.

That isn't really a good way to fix it. You would get an error like this from, for example when adding widows wine if you dont add the #using line to the gsc as well as the csc you get this error.

In simple terms, you called something in the gsc file that requires you to call it in csc but you didn't call it.

It is really exactly what Harry Bo21 said.
Title: Re: [High Priority] Maps not starting at all
Post by: DeletedUser on October 19, 2016, 06:36:42 pm
Now that it's solved can you get rid of the '[High Priority]' in the title? So people can actually see the issue easier  ;) :P
Title: Re: [High Priority] Maps not starting at all
Post by: matikka on October 19, 2016, 07:44:52 pm
But the question is if we now know that "Gsc called but did not call the csc for it" is the fix. How to fix it? how do i know what is the issue. I didnt add or remove any scripts. It just started to do it. :alone:

Well yes i do have the same issue but i cant open any map from my mod tools list. Even the fresh new ones.
Others than my "survivors of the sunrise" map gives me the  Error code: A,-,-,D,E,F,G,-,-,-,-,-,-,-,-,-,-,-,-,-,T,-,V,-,-,-,-,-,-,-,-,- instead of the  Server Disconnected Clientfield Mismatch Check host TTY output for client &server clientfield registration details.

 :derp:
Title: Re: [High Priority] Maps not starting at all
Post by: Harry Bo21 on October 19, 2016, 09:25:37 pm
Treyarch updated the zm_userscript gsc and csc

You need to replace yours from raw, and reapply any changes you had in your old one

Check the date in the one in raw - it's the day of the update
Title: Re: [High Priority] Maps not starting at all
Post by: matikka on October 19, 2016, 09:57:16 pm
Treyarch updated the zm_userscript gsc and csc

You need to replace yours from raw, and reapply any changes you had in your old one

Check the date in the one in raw - it's the day of the update

do you mind doing it like :

copy files from E:\SteamLibrary\steamapps\common\Call of Duty Black Ops III\share\raw\scripts\zm
and paste the file x to E:\SteamLibrary\steamapps\common\Call of Duty Black Ops III\usermaps\zm_survivors_of_the_sunrise\scripts\zm

THANKS!
Title: Re: [High Priority] Maps not starting at all
Post by: Harry Bo21 on October 20, 2016, 10:15:44 am
Yes