Once again, I have another modding problem. (I'm very new to modding, BTW)
Basically, I wanted level 1 to have 32 wasp cameras, and I was sure that's possible. So, I set all of the wasps' locators and they won't work. The game functions fine, but the wasps will not spawn, and when I go to "Level Progress" in the pause menu, it only says there are 20 wasps, so I don't know what's going on.
Wasp Camera Problem
Posted in Support
Please login to contribute to the conversation.
Vossie Once again, I have another modding problem. (I'm very new to modding, BTW)
Basically, I wanted level 1 to have 32 wasp cameras, and I was sure that's possible. So, I set all of the wasps&
Pandaxletsplay There might not be a way to change the level progress thing to say 32 wasp. I think it just stays being called out of 20 wasp. But I might be wrong.
There might not be a way to change the level progress thing to say 32 wasp. I think it just stays being called out of 20 wasp. But I might be wrong.
Fluffy TheFirstVoslian:
To add a wasp, in your leveli.mfk add this:
AddSpawnPointByLocatorScript("YOUR_LOCATOR_NAME_HERE","beecamera","Shelley","YOUR_LOCATOR_NAME_HERE&
TheFirstVoslian:
To add a wasp, in your leveli.mfk add this:
You can customise your wasp more by viewing comments in the MFK.
To make the level progress show the correct amount of wasps, in rewards.mfk add this:
Example:
To add a wasp, in your leveli.mfk add this:
AddSpawnPointByLocatorScript("YOUR_LOCATOR_NAME_HERE","beecamera","Shelley","YOUR_LOCATOR_NAME_HERE","60.0","60");
You can customise your wasp more by viewing comments in the MFK.
To make the level progress show the correct amount of wasps, in rewards.mfk add this:
SetTotalWasps( LEVEL_ID, AMOUNT_OF_WASPS );
Example:
SetTotalWasps(1, 30);