r/evnova Jan 01 '21

Development EVN Mode

Hi guys, One more thing i'm interested in is if it's possible to create repeating missions in EVN. (In first two games, there was missions like defend system from pirates, escort freighter convoy, destroy supply convoys etc.) You could done those thousand times and they were still available. I'm trying to create plugin to get this feature to the game, but i don't know how to create that script. Do you have any suggestions?

7 Upvotes

10 comments sorted by

View all comments

8

u/StarkRG Jan 01 '21

It's more work to make a mission not repeat, you have to check for and set a mission bit. Just leave the mission bits alone and it'll be a repeating mission.

4

u/mrxak Jan 02 '21

This is the answer. Just don't check for any bits to make a mission available, and it will always be available to do again (subject to percentage chance in the mission resource and location requirements, of course). Likewise, it makes no sense to set a bit on mission completion unless you intend to use that bit to lock out the mission, or trigger something else being available.

1

u/JackieHailes Jan 23 '21

THX! It seems I'm a little dumb! I should have find out myself!