286
Modification Help / Re: Anyway to change Enviro Settings on Load Via addon; And Other Question
« on: May 14, 2018, 04:12:32 PM »That'll come in handy. But I meant like adjusting the water level and ground textures..Code: [Select]package myAddonPackage {
function onMissionLoaded() {
parent::onMissionLoaded();
loadDayCycle("filepath/file.daycycle");
}
};
deactivatepackage(myAddonPackage);
activatepackage(myAddonPackage);
stick this in your add-on server.cs. should work but i havent tested so lmk if it works or not