Stronghold: Definitive Edition

Stronghold: Definitive Edition

The struggle is real! (Part 1 of 4) 12-12
Showing 1-3 of 3 entries
Update: 22 Aug, 2024 @ 11:42am

The bug with no Win screen has been FINALLY fixed, you can enjoy now.
About the bug:
It's not actually a bug but here's how it's work, the pointer you created for example. I say kill 4 troops (Wolf) then the (If) is done the pointer will be reset to 0 so if you make a:
(If i = 4);
win;
i = 0;
so i must push the victory screen before the code goes to i = 0;. I tried to simplify it as much as possible.
so the fix was to just do a Win command and not a Win and message.

Update: 17 Aug, 2024 @ 3:26pm

The issue with the (No victory screen) has been successful fixed. (NOT)

The flags now will properly disappear then you come close to them as intended.

Update: 15 Aug, 2024 @ 7:37am