Snippet Discontinued - Admin panel in game

Welcome to our Community
Wanting to join the rest of our members? Feel free to sign up today.
Sign up

Tatsuyiaki

Premium
Premium
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

Hey There!
Please login and(or) register to see this awesome content today.

WndField.h

Add at the end of the file before the last #endif :

Hey There!
Please login and(or) register to see this awesome content today.

FuncApplet.cpp

Search for :
Hey There!
Please login and(or) register to see this awesome content today.

Add this under :
Hey There!
Please login and(or) register to see this awesome content today.

Search for :
Hey There!
Please login and(or) register to see this awesome content today.

Add this under :
Hey There!
Please login and(or) register to see this awesome content today.

WndTaskBar.cpp

Search for :
Hey There!
Please login and(or) register to see this awesome content today.

Add this under :
Hey There!
Please login and(or) register to see this awesome content today.

WndField.cpp

At the end of the file add this :
Hey There!
Please login and(or) register to see this awesome content today.

ResData.h

Add :
#define APP_ADMIN_PANEL_TATSUYIAKI 2022

resdata.inc

Add :
Hey There!
Please login and(or) register to see this awesome content today.

resData.txt


Add this at the end of the file :

Hey There!
Please login and(or) register to see this awesome content today.


If you did everything well, compile your sources, merge your ressources and you should be good to go with it :)
 
  • Like
Reactions: Poreotix