Open vbawol opened 5 years ago
Can we discuss the way to do so ? A button in the main screen, a keybind that works even if in game, a button and/or a text available in the escape menu, a combination of some things ? That should be really easy to do even with the current state of the game.
Certainly, I think a button on the main menu and the escape menu would be good enough to start with.
Made credits dynamically support other mods via 'creditsJson' var in CfgMods. Also appended DayZ Game header and credits.
creditsloader.c: https://github.com/EpochModTeam/DayZ_SA_Epoch/blob/9f90fd6d3eec1fb5644a8b65159b57054ebfc32f/dzsa_epoch_core/3_Game/GUI/Credits/CreditsLoader.c
Usage: Add to your mods CfgMods class:
creditsJson = "emt/dzsa_epoch_assets/awol/Json/credits.json";
Develop a way to show credits for the mod development in-game.