ALiVEOS / ALiVE.OS

ALiVE Open Source GPL v2
http://alivemod.com/
Other
160 stars 80 forks source link

Feature request: delayed initialization #774

Open romabysen opened 2 years ago

romabysen commented 2 years ago

Prerequisites

Description

It would be very nice if there was a way to delay the initialization of Alive in order to do setup tasks such as switching factions or changing module settings using lobby params etc. It could, for example, be a module option called "Delay Init (Yes/No)" and then wait for a specific public variable, say "ALIVE_startInit", to be set to true before starting the module init process.