Enfusion Engine’s scripting language ships with Proto definitions. These connect the C++ code in the engine to the scripting language. A clear example of this is the KickCauseCodeAPI class. Adding C++ functionality via custom proto functions would be a powerful tool for complex mods. There exists a closed-source way of…
Enabling File Write to DayZ Root Directory
So my recent work on DayZ BR has lead to me creating my own ban management system. The idea is all server bans will be aggregated into a database and synced between all of my official servers. In order to sync bans, I opted to follow the same method infiSTAR…