>>108785882I didn't fucking insult anyone.
I posted how to add more church levels.
And that I installed MinGW.
Then the zoomer dipshit posted
>>108783834>Also yes you can add new church levels
As if I was _ASKING_ if you can.
I KNOW you can and was POSTING __HOW__ to fucking do it. I had been looking through the code.
The problem is I cannot COMPILE it on _____L I N U X_____ and was asking how to compile a C++ visual studio project on linux: I have wine and it's libs, and installed mingw as noted.
And then the guy talking about that never came back because this other asshole deleted the thread after having AI "fix" it _retardedly_
https://desu-usergeneratedcontent.xyz/g/image/1778/32/1778327477844.pnghttps://desu-usergeneratedcontent.xyz/g/image/1778/32/1778322988613.pngBtw: like 2721 in GenerateMap.cpp that the AI is celebrating it's victory over is:
InitChurchStaticShadows();// ÑаÑÑÑавиÑÑ ÑÑаÑиÑеÑкие Ñени
OMG!
And you know how that's done the normal intended way? (not the AI way)
Changing this:
{ DUN_4_CHURCH_4, DT_1_CHURCH, DT_1_CHURCH, 4, 0, "Church 4" , "Level 4" , 0 },
{ DUN_5_CATACOMB_1, DT_2_CATACOMB, DT_2_CATACOMB, 5, 0, "Catacomb 1" , "Level 5" , 0 },
{ DUN_4_CHURCH_4, DT_1_CHURCH, DT_1_CHURCH, 4, 0, "Church 4" , "Level 4" , 0 },
{ DUN_4_CHURCH_4_1, DT_1_CHURCH, DT_1_CHURCH, 5, 0, "Church 4.1" , "Level 4.1" , 0 },
{ DUN_4_CHURCH_4_2, DT_1_CHURCH, DT_1_CHURCH, 6, 0, "Church 4.2" , "Level 4.2" , 0 },
{ DUN_5_CATACOMB_1, DT_2_CATACOMB, DT_2_CATACOMB, 7, 0, "Catacomb 1" , "Level 5" , 0 },
and adding those in the definitions file, and renumbering.