StrongMods / StrongMod

StrongMod allows you to create mods for Stronghold Crusader 1
9 stars 0 forks source link

mov ebp #1

Open gynt opened 1 year ago

gynt commented 1 year ago

Very cool work!

One question. Why is the mov ebp, 0x instruction here? https://github.com/StrongMods/StrongMod/blob/d6282b7ba04521ab8db009266198b9c6ff4f3bd3/game_controller.c#L191

Are you aware of the UnofficialCrusaderPatch? We are working on a new approach that is similar to what you have done, but not with Python but with lua and C(++)

StrongMods commented 1 year ago

Thanks you. I know there are many mistakes like this because i didn't write much c and assembly before. I know UCP but i don't aware of new approach

gynt commented 1 year ago

Thanks you. I know there are many mistakes like this because i didn't write much c and assembly before. I know UCP but i don't aware of new approach

You are very welcome to join the UCP discord and ask around, we need some help with developing new features for the new UCP framework