_zm.gsc doesnt load
-
As title my compiled _zm.gsc doesnt load. Why is this happening?
I placed the file here: C:\Games\pluto_t6_full_game\t6r\data\maps\mp\zombiesI solved every bad syntax but i cant understand why it doesnt appear on the list of file parsed on the external "console".
-
As title my compiled _zm.gsc doesnt load. Why is this happening?
I placed the file here: C:\Games\pluto_t6_full_game\t6r\data\maps\mp\zombiesI solved every bad syntax but i cant understand why it doesnt appear on the list of file parsed on the external "console".
brugola _zm.gsc is not editable due to the developers having changes to it. what are you trying to modify specifically? we may have a work around.
-
brugola _zm.gsc is not editable due to the developers having changes to it. what are you trying to modify specifically? we may have a work around.
mikey Hi man, thank you for the info.
I dont have anything in particular in mind i just would like to play with round rules and experiment random things.
The modding system is so awsome and yet a little bit restricted if i cant edit some files

-
mikey Hi man, thank you for the info.
I dont have anything in particular in mind i just would like to play with round rules and experiment random things.
The modding system is so awsome and yet a little bit restricted if i cant edit some files

brugola just use maps/mp/gametypes_zm/_clientids.gsc.
-
Dss0 im assuming he wanted to edit something specifically in _zm so that really wasn't a option
-
Dss0 im assuming he wanted to edit something specifically in _zm so that really wasn't a option
mikey indeed, round logic is inside _zm.gsc.
-
brugola Try using the new replaceFunc() to modify the functions you want to change.
-
brugola Try using the new replaceFunc() to modify the functions you want to change.
JezuzLizard Thanks, didnt know about that, gonna try soon.
-
JezuzLizard Thanks, didnt know about that, gonna try soon.
brugola code snippet/example of use of you want to use it
init() { replaceFunc( ::origFunc, ::replacedFunc ) origFunc(); } origFunc() { printf( "Replace failed" ); } replacedFunc() { printf( "Replaced successfully" ); }
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login