- Joined
- Jun 14, 2024
- Messages
- 32
- Reaction score
- 31
- Points
- 18
Heya !
This is a re-post of my old thread on lodelight in case someone would like to still use it / re-implement the panel on his source.
This panel work as it is, improvements can be done as it was a learning project for me so there will be NO support for this.
------------------------------------------------------------------------------------------------------------------------------------------------------
Here is a basic admin / gm panel with some commands available. I didn't put every commands as some of them are buggy as you know.
This panel has been made with the V19.2 from @zOmbie. Also, a big thank you zOmbie for your help to figure out how the game handle windows !
kCommon.h
WndField.h
Add at the end of the file before the last #endif :
FuncApplet.cpp
Search for :
Add this under :
Search for :
Add this under :
WndTaskBar.cpp
Search for :
Add this under :
WndField.cpp
At the end of the file add this :
ResData.h
Add :
#define APP_ADMIN_PANEL_TATSUYIAKI 2022
resdata.inc
Add :
resData.txt
Add this at the end of the file :
If you did everything well, compile your sources, merge your ressources and you should be good to go with it
This is a re-post of my old thread on lodelight in case someone would like to still use it / re-implement the panel on his source.
This panel work as it is, improvements can be done as it was a learning project for me so there will be NO support for this.
------------------------------------------------------------------------------------------------------------------------------------------------------
Here is a basic admin / gm panel with some commands available. I didn't put every commands as some of them are buggy as you know.
This panel has been made with the V19.2 from @zOmbie. Also, a big thank you zOmbie for your help to figure out how the game handle windows !
kCommon.h
WndField.h
Add at the end of the file before the last #endif :
FuncApplet.cpp
Search for :
Add this under :
Search for :
Add this under :
WndTaskBar.cpp
Search for :
Add this under :
WndField.cpp
At the end of the file add this :
ResData.h
Add :
#define APP_ADMIN_PANEL_TATSUYIAKI 2022
resdata.inc
Add :
resData.txt
Add this at the end of the file :
If you did everything well, compile your sources, merge your ressources and you should be good to go with it