25.02.2018, 01:44
(
Последний раз редактировалось Pottus; 25.02.2018 в 02:26.
)
I need to download it. I have been looking through this include and have a pretty good idea what to do. We need to move this and make it accessible as a global variable. The name should be changed to OBJStack as well.
The next part is rewriting the maze generator to work with Texture Studio. Right now it just does what it does fine but it needs to be able to interact with the object stack (easy stuff there). The pain in the ass stuff is creating the editing interface.
It has been such a long time since I have done anything to TS I am actually pretty excited to get this off the ground. Now I see that the objectmetry module has a feature that should be it's own support system.
Код:
static OBMStack[MAX_PLAYERS][MAX_OBM][OBMINFO];
It has been such a long time since I have done anything to TS I am actually pretty excited to get this off the ground. Now I see that the objectmetry module has a feature that should be it's own support system.