UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

How do you create a mod with custom gsc's?

broken avatar :(
Created 8 years ago
by _64
0 Members and 1 Guest are viewing this topic.
6,945 views
broken avatar :(
×
broken avatar :(
Location: se
Date Registered: 28 September 2016
Last active: 8 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
_64's Groups
_64's Contact & Social Links
Please bear with me. I'm pretty new to the entire cod modding scene. Have only done some small stuff back in the cod4 days but I can barely remember most of it.

Have checked both the youtube tutorials and the wiki, but nowhere has anyone explained how to really start creating a very simple mod which executes gsc files. Right now I've only found mostly map tutorials, or where people use the gsc studio program to inject mod menus on consoles.

I've already managed to use the bo3 mod tool to create a custom mod which is just using the default starting template atm. After that I linked it into the ff format.

That's how far I've come. If someone could please help me I would gladly appreciate it.

This topic contains a post which is marked as the Best Answer. Click here to view it.
broken avatar :(
×
broken avatar :(
Location: cz
Date Registered: 28 September 2016
Last active: 6 years ago
Posts
5
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
karelkopp's Groups
karelkopp's Contact & Social Links
i have same problem. I dont know how to load custom gsc from mod. Its will be possible for someone to make for us some example of mod with loading custom scripts?
Thanks in advance
broken avatar :(
×
broken avatar :(
Location: gbScotland
Date Registered: 21 August 2014
Last active: 4 years ago
Posts
59
Respect
Forum Rank
Rotting Walker
Primary Group
Donator ♥
My Groups
More
My Contact & Social Links
More
Personal Quote
hi m8
×
hiimachicken's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
hiimachicken's Contact & Social Linkshiimachicken
If you are making a zombie map you can edit the mapname.gsc file that comes with the map you are working on, and you can create other .GSC files and then link them from the mapname.gsc, take a look at the world at war tutorials for scripting its basically the same
Marked as best answer by treminaor 8 years ago
broken avatar :(
×
broken avatar :(
Location: cz
Date Registered: 28 September 2016
Last active: 6 years ago
Posts
5
Respect
Forum Rank
Legless Crawler
Primary Group
Member
×
karelkopp's Groups
karelkopp's Contact & Social Links
thats we know but we are talking about mods not maps and when you create mod so there is no gsc file created automatically

Double Post Merge: September 29, 2016, 02:52:15 pm
so for now i found solution first you must add to zone file one gsc from original scripts like _load.gsc

Code Snippet
Plaintext
scriptparsetree,scripts/mp/_load.gsc

and same for your custom script now call your custom script from _load.gsc
Last Edit: September 29, 2016, 02:52:15 pm by karelkopp
broken avatar :(
×
broken avatar :(
Location: se
Date Registered: 28 September 2016
Last active: 8 years ago
Posts
3
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
_64's Groups
_64's Contact & Social Links
If you are making a zombie map you can edit the mapname.gsc file that comes with the map you are working on, and you can create other .GSC files and then link them from the mapname.gsc, take a look at the world at war tutorials for scripting its basically the same

My thread was more regarding custom gametypes that could execute custom gcs's.

Someone already managed to make one but with no information regarding the process.

broken avatar :(
×
broken avatar :(
Location: usUnited States
Date Registered: 13 May 2014
Last active: 3 years ago
Posts
167
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Member
×
jbird's Groups
thats we know but we are talking about mods not maps and when you create mod so there is no gsc file created automatically

Double Post Merge: September 29, 2016, 02:52:15 pm
so for now i found solution first you must add to zone file one gsc from original scripts like _load.gsc

Code Snippet
Plaintext
scriptparsetree,scripts/mp/_load.gsc

and same for your custom script now call your custom script from _load.gsc

Will this work for zombies too?

 
Loading ...