PrizraK11 1 Posted May 16, 2024 Hi guys! Quite a long time ago I started developing missions in Arma 3. But after a while I got a little bored. And now I’m actively playing DayZ and have a desire to start scripting and creating mods in this game. Give me some advice and guide me at the beginning of my journey. I am interested in the following questions: 1) Where can I find educational information about scripting? 2) Where to start studying? 3) What criteria do you initially need to have in order to do this and how difficult is it? 4) And what else would be good to learn that would be an addition to scripting? In terms of skills, I have a little more than a basic understanding of C++ and C#, and also have an understanding of OOP 1 Share this post Link to post Share on other sites
Riddick_2K 182 Posted May 16, 2024 Blessed are you... Try asking in these Discord servers: Enfusion Modders (discord.gg / enfusionmodders) DayZ Editor (discord.gg / gPq8wmP67b) Share this post Link to post Share on other sites
PrizraK11 1 Posted May 17, 2024 6 hours ago, Riddick_2K said: Blessed are you... Try asking in these Discord servers: Enfusion Modders (discord.gg / enfusionmodders) DayZ Editor (discord.gg / gPq8wmP67b) Thanks for information) Share this post Link to post Share on other sites
Sid Debian 144 Posted May 17, 2024 13 hours ago, PrizraK11 said: Hi guys! Quite a long time ago I started developing missions in Arma 3. But after a while I got a little bored. And now I’m actively playing DayZ and have a desire to start scripting and creating mods in this game. Give me some advice and guide me at the beginning of my journey. I am interested in the following questions: 1) Where can I find educational information about scripting? 2) Where to start studying? 3) What criteria do you initially need to have in order to do this and how difficult is it? 4) And what else would be good to learn that would be an addition to scripting? In terms of skills, I have a little more than a basic understanding of C++ and C#, and also have an understanding of OOP Syntax is quite close to MS C# 4.0. The examples - DayZ\dta\scripts.pbo Unpack and go ahead. It's contains everything: layouts (GUI in someway like WinForms/XAML), scripts. Share this post Link to post Share on other sites
PrizraK11 1 Posted May 17, 2024 (edited) 4 hours ago, Sid Debian said: Syntax is quite close to MS C# 4.0. The examples - DayZ\dta\scripts.pbo Unpack and go ahead. It's contains everything: layouts (GUI in someway like WinForms/XAML), scripts. Edited May 17, 2024 by PrizraK11 Share this post Link to post Share on other sites
PrizraK11 1 Posted May 17, 2024 3 minutes ago, PrizraK11 said: I will try, thanks ) Share this post Link to post Share on other sites