Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: Mr.Zombie
Hi guys I hope that doing well
i want to know How can i make my own easter egg like revelations or zetsubou no shima or like Christmas Carol
and i want to know ho can i put boss fight
thanks :D
ModmeBot:
Reply By: mathfag
You can start by making a script to shoot models. When the models are shot link another function by adding
and when this step is done you can link another function.
You can find scripts on this website
Here's an example (note where is says "level thread"):
ModmeBot:
Reply By: Abnormal202
A script is going to vary greatly depending on what you want to happen. What kind of easter egg is this? something basic, like shooting 3 bears to play a song? or something more complicated, with multiple steps? You're going to have to think of exactly what you want to happen and how it should happen before you start writing a script. What kind of boss fight? against a single boss-zombie or just many zombies at once? You're going to have to be specific.
ModmeBot:
Reply By: Mr.Zombie
First, I thank you for your comment :D
Second
i want my easter egg something more complicated with multiple steps For example
1- Taking souls of the zombie2- Throw bombs in designated places
3- Protect something from the zombies
ModmeBot:
Reply By: Abnormal202
Mr.ZombieFirst, I thank you for your comment :D
Second
i want my easter egg something more complicated with multiple steps For example
1- Taking souls of the zombie
2- Throw bombs in designated places
3- Protect something from the zombies
for taking souls you could use MakeCents' Growing Soul Collectors and replace the ending so it doesn't open a door but rather activates a flag or function for the next step of the easter egg to activate. For throwing bombs, you can use trigger damages, and specify in the KVPs the type of damage required to trigger it (i.e, explosive). For protect something from the zombies, I'm not sure how you would do that. It's definitely possible, but its beyond my knowledge at the moment.
ModmeBot:
Reply By: Mr.Zombie
Abnormal202Mr.ZombieFirst, I thank you for your comment :D
Second
i want my easter egg something more complicated with multiple steps For example
1- Taking souls of the zombie
2- Throw bombs in designated places
3- Protect something from the zombies
for taking souls you could use MakeCents' Growing Soul Collectors and replace the ending so it doesn't open a door but rather activates a flag or function for the next step of the easter egg to activate. For throwing bombs, you can use trigger damages, and specify in the KVPs the type of damage required to trigger it (i.e, explosive). For protect something from the zombies, I'm not sure how you would do that. It's definitely possible, but its beyond my knowledge at the moment.
ok But you did not respond to my question on the main how can i make my owen ester egg any ester egg i want to do
should i learn script or what
And if i should learn script where can i learn it ?
ModmeBot:
Reply By: Abnormal202
Well, I was giving instructions on how you might go about doing specific easter egg steps. If you want to create something completely original, you're going to have to learn scripting. You can learn it from places like the Modme Scripting guide or look up video tutorials.