Element-0 / ElementZero

Run windows version of BDS in linux with Mod support
GNU General Public License v3.0
273 stars 51 forks source link

How to "start" Mod development? #130

Open thecrafterjt opened 4 years ago

thecrafterjt commented 4 years ago

Hi, sorry to bother you... I'm new into developing Custom Mods for BDS and have a question: I started as described in your Wiki and now i have all the header files and libs that are needed. (Compiler doesn't grumble about missing headers, etc.) But then building the MinimalModTemplate example i get 56 "code"-errors (everywhere in the include dirs). E.g.: identifier was expected in SyncedActorData.h:15 Btw I'm using VS2017 (should i use 19?) on Win10 and I've added std=c++17, after i found out that 11 was the default.

I really like your project and would like to start developing Custom Mods :+1: :)

Maybe you can help me out here.

Sincerely thecrafterjt from Germany